Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to use row command event in gridview in asp.net
Posted

 
Share this answer
 
One of the most used controls in my projects is Gridview. Therefore, I thought of writing a tip which has been used in my projects frequently.

Gridview displays the value of a data source in a table. Here, I am going to give an example of using an event called "RowCommand". The RowCommand is raised when a button, LinkButton or ImageButton is clicked in the Gridview Control.

Here is the Best examples how to use the Row command event in gridview control..Please refer this..

http://www.aspsnippets.com/articles/asp.net-gridview---get-row-index-on-rowcommand-and-click-events.aspx[^]

http://www.c-sharpcorner.com/uploadfile/syedshakeer/rowcommand-event-in-gridview/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900