asp.net datagrid - Multiple row update

  • Thread starter Thread starter uiranejeb
  • Start date Start date
U

uiranejeb

Hi everybody,


I am an asp.net datagrid that have all the rows editable. An user can update
any column from datagrid. I'm trying to find a way to update only the rows
that were updated. How can I handle this? Is there any possibility to get
data row behind datagrid row?



Thank you in advance!

uiranejeb
 
Hi HD,

Thany for replaying me. The question I ask for was how to get changes from
an asp.net datagrid? I need this changes for updating behind-data set.

I don't know exactly the correct behavior. If I modify data in datagrid,
then I must modify data in dataset? Is it true?
Thank you.
 
Let me explain more detailed: I have an asp.net data grid that have all rows
editable. I edit some of the rows. Then I want to get a list of rows changed
and transfer them to dataset.

How can I do this? Thank you!
 
I actually havent tried inplace editing. (i prefer a seperate page for
add/edit)
The articles which i asked you to look at show you how to get started with
inplace editing of one row at a time.
unfortunately you will have to hunt on msdn or google.

here's one such article i could find...
http://www.dotnetjohn.com/articles/articleid83.aspx

good luck..
 
Back
Top