ajax controls
how can i use update panels in asp.net web applications. give me the example
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Oct 14, 2008, 6:52 AM
Hi,
this is the code for using the update panel.
<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="300">
asp:ScriptManager>
<asp:UpdatePanel runat="server" ID="UpdatePanel1">
<contenttemplate>
<%-- this is the place where u can put page html --%>
contenttemplate>
asp:UpdatePanel>