How to identify Multiple Command Fields in Grid View in asp.net 2.0 [modified]
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I have multiple Command Fields in my grid view and I want to perform different functions on both command fields. so how can I identify that which specific command fields is selected ??? If Any one have any idea about this then please reply me as early as possible. Thanks in Advance -- modified at 4:37 Thursday 1st March, 2007
-
Hello I have multiple Command Fields in my grid view and I want to perform different functions on both command fields. so how can I identify that which specific command fields is selected ??? If Any one have any idea about this then please reply me as early as possible. Thanks in Advance -- modified at 4:37 Thursday 1st March, 2007
Set CommandName or CommandArgument property of the Command Fields. Regards, Mark