Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > DataGrid1 UpdateCommand calling DataGrid2 UpdateCommand

Reply
Thread Tools

DataGrid1 UpdateCommand calling DataGrid2 UpdateCommand

 
 
srathin
Guest
Posts: n/a
 
      04-09-2005
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-

 
Reply With Quote
 
 
 
 
Steve Goodyear
Guest
Posts: n/a
 
      04-09-2005
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
 
Reply With Quote
 
 
 
 
srathin
Guest
Posts: n/a
 
      04-10-2005
What do i pass on to the (Object Source, EventArgs e)....?, this is the part
i'm having trouble with. thanks

"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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
if there is data in DataGrid1 JIM.H. ASP .Net 1 04-25-2005 01:17 PM
DataGrid1 UpdateCommand calling DataGrid2 UpdateCommand srathin ASP .Net Datagrid Control 0 04-09-2005 03:05 AM
Select a row from a DataGrid1 by passing a QueryString variable David Dimmer ASP .Net Datagrid Control 0 04-20-2004 06:00 PM
DataGrid1.DataKeys[e.Item.ItemIndex] array index out of bounds Joel Finkel ASP .Net Datagrid Control 1 09-04-2003 04:31 PM
HELP - Fill Datagrid2 from indexchanged in Datagrid1 Jim Mitchell ASP .Net Datagrid Control 0 08-17-2003 01:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57