Break the Control Refreshment
Example:-
<form>
<asp:ScriptManager> </asp:ScriptManager>
<asp:UpdatePanel>
<ContentTemplate>
<asp:DropDownList>// place any Drop down list
<asp:ListItem>
//Items
</asp:ListItem>
</asp:DropDownList>
</ContentTemplate>
</asp:UpdatePanel>
</form>
Comments
Post a Comment