ASP.NET multi-row data manipulation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm trying to build a web form which should display a list of DB records and provide edit/insert/delete capabilities. I want to allow client manipulation of the data, including several rows at a time, and save all changes at once.
I couldn't find a suitable solution, and would be happy if someone could direct me to such a solution.
Thanks
 
Hi Oded,

Something like this
http://msdn.microsoft.com/msdnmag/issues/02/05/data/

For this datagrid is a special newgroup

microsoft.public.dotnet.framework.aspnet.datagrid
However crosspost it to (crossposting is one messages to 2 or more
newsgroups)
microsoft.public.dotnet.framework.aspnet as well in my opinion, the first
one is not that active.

I hope this helps?

Cor
Hello,
I'm trying to build a web form which should display a list of DB records
and provide edit/insert/delete capabilities. I want to allow client
manipulation of the data, including several rows at a time, and save all
changes at once.
 
Back
Top