Template Button Handling in datagrid (ASP.net)

liunx

Guest
looking help. :)

I am displaying the some records in datagrid by binding. with code.

And i have inserted a Command Button as template column.
buttons are getting displayed in every row,(what i require)..

Now what i want is. if button of 1st row is clicked, then it should prit the value of datagrids 3rd Column value (1st row, 3rd column)..

Can anyone guide how this can be done.. And how to handle the Event.

Pl. guide..

Thanks.,
 
Top