Edit first column of GridView

Posted by nCdy on Stack Overflow See other posts from Stack Overflow or by nCdy
Published on 2010-04-08T11:19:04Z Indexed on 2010/04/08 11:23 UTC
Read the original article Hit count: 399

Filed under:
|

I've got very dynamic GridView and I need to allow to user to edit first column of it. After he edit first column of grid it must be updated on DataBase.

Is there any ways to handle it ?

My only idea is to put some changeable element to first cell of each Row so it must be able to set / get my values for each row but can't find yet any examples of it ...

Additional info : GridView takes data from Object data source and all columns are dynamic (yes, maybe except first, but I add it in dynamic way) and load complete DataTable...

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp