So here is my scenario:
I bound some sample data consisting of four columns to the Gridview from SQL tables.Now that i want to edit the data in the gridview control.So for that i created a data template for each column and used textboxes to bind the column data.So when i run the application
i am able to edit the column values.
What i am looking for is ,instead of using the text boxes is there a chance i can use some link button(AS a hyperlink button in WEB pages) type as in winforms. so that once i click on the column data it should turn out for the edit mode.
CrishPosted Dec 13, 2010, 5:43 AM
If you want to more detail about edit tabular inside a gridview.you can refer this below code.
http://programming.top54u.com/post/ASP-Net-Bind-GridView-to-DataTable.aspx