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

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -