Need help creating an editable table in ASP.Net

Associate
Joined
6 Jan 2006
Posts
1,023
Location
Midlands
Hi!
I need help getting started with creating an editable table.

I need a create a table and allow the user to type in the table cells. Once the user has finished editing the table, i need to go through each cell and store any data into the database.

How do i go about doing that? What control shall i use!

any advice would be great, abit stuck on where to start at the moment.
thanks
 
with a datagrid control i need to bind a datasource to create a table? Anyhow all i need is an empty table and then i wanna go through each cell.
 
Back
Top Bottom