Jump to content

AJAX Help..


venkatzeus

Recommended Posts

Hi..

I wanted to use AJAX in my existing website. I refered the Ajax dll AJAXExtensionsToolbox.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..

Link to comment
https://forums.phpfreaks.com/topic/31316-ajax-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.