help with working AJAX?
Hi..
I wanted to use AJAX in my existing website. I refered the Ajax dll and then in my aspx page, i wrote the code as:
<asp:ScripManager ID="ScriptManager1" runat ="server" />
<asp:UpdatePanel ID="EditAssoPanel" runat="server" >
<ContentTemplate>
<asp:Button ID="btnDisplayDestColumn" runat="server" OnClick="btnDisplayDestColumn_Click"
Style="z-index: 118; left: 466px; position: absolute; top: 302px" Text="Display Dest Column"
Width="176px" />
</ContentTemplate>
</asp:UpdatePanel>
Is this the correct way to work with AJAX? I am still get the flickering, and i know its not right.. Is there anything else that i should use? please help with working AJAX..
|