OnServerClick in asp.net 2.0 hyperlink control
-
Tell me how to call a serverside function on the click of a hyperlink because in asp:hyperlink there is no such method called as onclick There is a method called onserverclick method in hyperlink a href but it is not calling the serverside function I need to call a serverside function Thanks in advacne Regards, Uma
-
Tell me how to call a serverside function on the click of a hyperlink because in asp:hyperlink there is no such method called as onclick There is a method called onserverclick method in hyperlink a href but it is not calling the serverside function I need to call a serverside function Thanks in advacne Regards, Uma
Why you are so specific to call server side function from hyperlink. Try using linkbutton instead of that. Or use AJAX to call server side function from hyperlink button
printf("Navaneeth!!") www.w3hearts.com
-
Tell me how to call a serverside function on the click of a hyperlink because in asp:hyperlink there is no such method called as onclick There is a method called onserverclick method in hyperlink a href but it is not calling the serverside function I need to call a serverside function Thanks in advacne Regards, Uma
Better to go with Ajax or Link Button.Hyperlink is not the good method to follow on the OnServerClick event.
Regards, Satips.