P
Peter
I have a webpage with TabControl
The Tab Control has serveral tabs with User Defined controls on each tab
Two of those User Controls have DataGrid, each DataGrid is wrap in Ajax
Extention UpdatePanel
One of the DataGrids takes a long time to fill (several seconds) and it's
filled only when a user clicks on that tab.
The problem I am having is when the frist DataGrid creates a postback the
contents of the second DataGrid (on another tab) are lost and it requires
another lenghty process to retreive the data.
(in the first DataGrid when a user clicks on a row it retreives a picture
and that's when the postback is genarated)
My question is how can I retain the contents of the second DataGird between
postbacks, the second DataGrid might contain at the most 20 records with 15
fields each record?
Thank You
Peter
The Tab Control has serveral tabs with User Defined controls on each tab
Two of those User Controls have DataGrid, each DataGrid is wrap in Ajax
Extention UpdatePanel
One of the DataGrids takes a long time to fill (several seconds) and it's
filled only when a user clicks on that tab.
The problem I am having is when the frist DataGrid creates a postback the
contents of the second DataGrid (on another tab) are lost and it requires
another lenghty process to retreive the data.
(in the first DataGrid when a user clicks on a row it retreives a picture
and that's when the postback is genarated)
My question is how can I retain the contents of the second DataGird between
postbacks, the second DataGrid might contain at the most 20 records with 15
fields each record?
Thank You
Peter