Re: Update rows in dataset by RobinS
RobinS
Fri Jan 26 01:13:08 CST 2007
There are entire books written on this very topic. Read up on
datasets, dataadapters, command objects, and connection objects
on MSDN and/or Google, try to write something, and then come back
and ask a more specific question.
Or buy Dave Sceppa's ADO.Net Core Reference, or Bill Vaughn's
Hitchhiker's Guide to VS2005 and SQLServer.
Robin S.
-------------------------------------
"Eric Effer" <beffer@gmail.com> wrote in message
news:%2377CmHOQHHA.2140@TK2MSFTNGP03.phx.gbl...
> Hi
>
> I am a asp.net 2.0 newbie and I was thinking how to update rows in a
> dataset? How to find rows and update these rows manually?
>
> thanks
>
> E
>