asp.net - How can I assign a callback function to an asp:HyperlinkField? -


I want people to click on the link (generated from ASP: hyperlinkfield) and call it a method on the server somewhere Does anybody know how to redirect users to it?

thanks,
matte

Instead of an asp: commandfield Or use asp: ButtonField and use the button type = link - which will look similar to your linkfield, and then you can control the OnRowCommand event in your grid to run your code.


Comments

Popular posts from this blog

How to Create Master-Details view using Asp.Net MVC framework -

delphi - Mouseover hint for TChart series value -

c++ - Linux and clipboard -