Hi, in a gridview, I've set the commandargument during a rowdatabound event. What I'd like to do now is when an icon is clicked, have a Javascript alert popup the command argument (this leads to something else).
How can I access the command argument? Is there a server tag I could use?
I'd appreciate any help - thanks!
James
How can I access the command argument? Is there a server tag I could use?
I'd appreciate any help - thanks!
Code:
<asp:ImageButton ID="ImageButton3" OnClientClick="alert(' COMMANDARGUMENT? ')" ImageUrl="~/images/status/search.png"
James