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
Post a Comment