ASP.NET C# Show buttons in gridview records

Posted by vamyip on Stack Overflow See other posts from Stack Overflow or by vamyip
Published on 2010-03-29T20:33:55Z Indexed on 2010/03/29 20:43 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

Hello,

I want to add a column to a gridview which contains button control. I am using ID(integer and primary key) as the 1st column of Gridview. What I want is that when a user clicks the button on any given row of gridview, I want to able to determine the ID of the row to which the clicked button belongs

Vam Yip

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET