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.. Link to comment https://forums.phpfreaks.com/topic/31316-ajax-help/ 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? Link to comment https://forums.phpfreaks.com/topic/31316-ajax-help/#findComment-144944 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. Link to comment https://forums.phpfreaks.com/topic/31316-ajax-help/#findComment-145183 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.