Click here to Skip to main content
15,904,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,


I am using update panel but still my page is getting refreshed on selected index changed

C#
<asp:UpdatePanel ID="Updrop" runat="server" UpdateMode="Conditional">
       <ContentTemplate>
           <td><asp:DropDownList ID="ddlEmployeeName" runat="server"  AutoPostBack="true" Width="150px"
               onselectedindexchanged="ddlEmployeeName_SelectedIndexChanged" Height="16px" ></asp:DropDownList>
           </td>
           </ContentTemplate>
   </asp:UpdatePanel>




Regards
Madhu
Posted
Comments
Sinisa Hajnal 22-Sep-14 8:03am    
You didn't define any triggers for Conditional update mode. Just off the top of my head.
KaushalJB 23-Sep-14 5:33am    
Apply Postback Trigger to solve your issue..

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