Two Select Buttons in GridView
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi.. In my project I am using a gridview which contains two select buttons per row.How can i determine which select button was clicked. Thanks in Advance Mahesh.J
In your code on the postback LinkButton lb = (LinkButton)sender; //From here you can check the ID or command argument or whatever else
I didn't get any requirements for the signature