>The standard datagrid supports all the functionality you mentioned.
I suggest you use it.
Here are some code samples:
http://aspnet.4guysfromrolla.com/articles/040502-1.aspx
http://msdn.microsoft.com/library/de.../en-us/dv_vste
chart/html/vbtchtopquestionsaboutaspnetdatagridservercontrol. asp
Steve,
Thanks for the links. I had looked at the data grid and it does do all
of this. Since posting, I have built a page that allows the full works
on the list. I am amazed at how easy this stuff is in ASP.NET.
However, the one thing I don't like about it is the number of clicks you
need to do anything.
For example, to edit something, you have to click an "edit" link, then
change the text, then click a "save" link. If you need to do a few this
can take time. I was hoping to be able to show the data in text boxes,
allow the user to change as many as they like right there on the list
and click one "Update" button.
This is all based on the samples I have seen with the data grid. If you
know a way of doing what I want with the data grid, please enlighten me.
What I have works, and is basically acceptable, but it isn't really
user-friendly as it requires the user to make clicks that are of no
benefit to him. I would like to improve on that.
Thanks for the reply.
--
Alan Silver
(anything added below this line is nothing to do with me)