Click here to Skip to main content
16,004,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a panel5 with a repeater inside an updatepanel with updatemode=conditional. In code behind if I want this panel5 to hide it is not hapening. If I remove that updatemode=conditional this panel5 hides but page refreshes. I dont want the page to refresh and at the same time I should be able to hide this panel in code behind.
C#
Panel5.Visible = false;

Can anyone help me out.
Posted
Updated 26-May-13 22:58pm
v3
Comments
vijay__p 27-May-13 6:18am    
Can you post your code to display how you have used update panel in page ?
S.Rajendran from Coimbatore 27-May-13 12:46pm    
<asp:UpdatePanel ID="UpdatePanel5" runat="server" UpdateMode="Conditional" >
<contenttemplate>

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900