I\'m using the AutoCompleteExtender from the AJAX control toolkit on my aspx page - I have it wired up to a WCF service that is returning a string array and everything works happily.
I\'m having an issue with a page in internet explorer. I have an ajax call that calls a form, in other browser, when I click the link it passes in the controller and load correctly data. but in IE, wh
this displays the expected javascript alert message box: RadAjaxManager1.ResponseScripts.Add(\"alert(\'blahblahblah\');\");
My Situation: I have 1 asp.net application with both aspx pages AND webservices I make calls (using ajax) to the webservice from an aspx page - all within the same asp.net application!
I am getting [MethodError 500] when I use cascading drop down. below is my code <tr> <td > Select a Hoster:
ASP.NET Ajax Library provides some client-side events. For instance: Sys.Application.add_load( function(args) {
I use a CascadingDropDownList of the AJAXControlToolkit in a ASP.NET MCMS 2002 web application. The CascadingDropDownList works as expected until \"Anonymous access\" and \"Integrated Windows Authenti
I am using ASP.NET 2.0 AJAX Extensions 1.0 with the version v1.0.20229 of the AJAX Control Toolkit (which to my knowledge is the latest for .NET 2.0/Visual Studio 2005).
I need some advice on techniques to perform page redirect in asp.net. Which one is more recommended to use in asp.net?
Initially i was planning to use master page for every page in my application. At the end, i found out every times the page is changed, it reload full page even it have the same master page. I have con