Category: Ajax

Ajax Web Development

Ajax Conflicts Between .net 2.0 and 3.5

This post is for anyone who is encountering the following errors in their asp.net applications: The server tag ‘asp:ScriptManager’ is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix. The base class includes the field ‘ScriptManager1’, but its type (System.Web.UI.ScriptManager) is not compatible with the type of control […]

CONTINUE READING
Ajax Sitefinity 3 Web Development

AJAX News Rotator in Sitefinity Part 3: Handling Disabled Javascript

In part 1 and part 2 of this series, I discussed how to create a simple News Rotator for Sitefinity. Everything is working great until you try to visit the page with Javascript disabled. Since we’re using link buttons that navigate through the various news items, they require the __dopostback javascript command to initiate the […]

CONTINUE READING