Home All Groups Group Topic Archive Search About

DataGrid1 UpdateCommand calling DataGrid2 UpdateCommand

Author
9 Apr 2005 3:17 AM
srathin
When the UpdateCommand gets called on a DataGrid(1) i need to call the
UpdateCommand on DataGrid(2), and when complete proceed with the reminder on
the DataGrid(1) UpdateCommand.

Could someone help me on how this can be done. thanks

-Saravanan.R-

Author
9 Apr 2005 5:23 PM
Steve Goodyear
Hi Srathin,

Yes, you can call the DataGrid(2) UpdateCommand from within the DataGrid(1)
UpdateCommand event handler method. Just type it the same as any other method.

Cheers,
Steve Goodyear
Vancouver, Canada
Author
10 Apr 2005 11:07 PM
srathin
What do i pass on to the (Object Source, EventArgs e)....?, this is the part
i'm having trouble with. thanks

Show quoteHide quote
"Steve Goodyear" wrote:

> Hi Srathin,
>
> Yes, you can call the DataGrid(2) UpdateCommand from within the DataGrid(1)
> UpdateCommand event handler method. Just type it the same as any other method.
>
> Cheers,
> Steve Goodyear
> Vancouver, Canada