Good Day All
I have a page that has lots of Panels and am doing some hide and show there. Sometimes i show the Gridview and when i hide the panel that has gridview loaded with large some of Data, the page takes time to hide that panel. i have image button that does the following
Panel1.Visible = !Panel1.Visible;
Panel2.Visible = !Panel2.Visible;
Panel2.Enabled = !Panel2.Enabled;
Panel3.Visible = false;
ImageButton3.Visible = true;
ImageButton2.Visible = false;
MultiViewSelection.ActiveViewIndex = 0;
rdbtnlstOrderVenuesBy.Visible = false;
rdbtnlstToggleBy.Visible = false;
lblOrderBy.Visible = false;
lblToggleBy.Visible = false;
i cant do this on the client site because there are some of the panels and control that are not "visible" true initially.
what could affect the performance in this situation
Kind Regards
Vuyiswa Maseko
Thank you for posting at Dotnetfunda
[Administrator]