Hi,
I have a asp.net application in VS 2005.In this i have a grid veiw where i am displaying data from database also one column is of button which on click i want to display the row information.
Now my question is i put the button in column how should i write code on button click of gridview.
Thanks and Regards
Apurva
Loading
Manikavelu VelayuthamPosted Dec 13, 2010, 5:46 AM
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx
Code sample is present inthe above like, surely it could help you to implement the logic.
Both the aspx and .cs code is present over there.
Implement the same in your project