venkatzeus Posted December 20, 2006 Share Posted December 20, 2006 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.. Quote Link to comment Share on other sites More sharing options...
artacus Posted December 20, 2006 Share Posted December 20, 2006 ASP? DLL's? Is this some new whizbang php module? Quote Link to comment Share on other sites More sharing options...
ober Posted December 20, 2006 Share Posted December 20, 2006 You're using libraries and 3rd party stuff. We only help write your own custom AJAX functions. Besides... if you hadn't noticed, this is PHPFreaks/AJAXFreaks... not ASPFreaks. You might have better luck at another forum. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.