GridView(ASP.NET 2.0)

G

Guest

I have a aspx page and my data to display like excel sheet (we can consider
data in a grid view), the last column in the grid is a check box. The users
have option for editing the data in grid view by enabling the check box. User
should be able to edit number of rows finally a button to save all the
updated data into db( bulk update). Also while editing time one of the
columns needs to be display as dropdown list. If user don’t want to edit
those rows should display normal (like data in a grid view)
Let me know whether this is possible in grid view or any other suggestion
Can any one help me out for the same?
 
N

nesster13

I have a aspx page and my data to display like excel sheet (we can consider
data in a grid view), the last column in the grid is a check box. The users
have option for editing the data in grid view by enabling the check box. User
should be able to edit number of rows finally a button to save all the
updated data into db( bulk update). Also while editing time one of the
columns needs to be display as dropdown list. If user don't want to edit
those rows should display normal (like data in a grid view)
Let me know whether this is possible in grid view or any other suggestion
Can any one help me out for the same?

This might be something you are looking for.
http://www.webswapp.com/codesamples/aspnet20/dependentlists/gridview.aspx
However, I am not sure if gridview allows multiple rows update or not.
If you want multiple rows update, you might have to code manually.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top