Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Refreshing Multiple Controls


Message #1 by "Hugh McLaughlin" <hugh@k...> on Sat, 8 Mar 2003 20:34:23
Hello Everyone and thanks for your help in advance.  I have an aspx page 
that has two user controls on it.  Each of the controls has a datagrid 
with eidting capabilities.  A change in one datagrid, will effect a 
change on the other datagrid.  My problem is that when the one datagrid 
that is edited is refreshed, the second datagrid control on the page 
(housed in my other user control) does not refresh.  How can I get both 
to refresh at the same time (the Click event of the editing) without 
manually refreshing the page?  Any help would be greatly appreciated.

  Return to Index