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.