Hi,
I have 2 UpdatePanel.
Up1 has DataGrid
Up2 has textbox and Button
I have objectdatasource bind to Grid.
The problem is
If I move Objectdatasource from Up1 which has grid and put it outside on the page or in UpdatePanel1 than DataGrid dont find DataSource not showup
Means objects of one UpdatePanel1 doesn't show up in ObjectDataSource if datasource is in updatepanel2 or outside on the page.
Any idea why?