Tagged Questions

1
vote
2answers
153 views

Is ASP.NET AJAX for script controls obsolete too?

I've been developing some script controls in server-side with their client-side counterpart. Since I've found some articles and Stakoverflow questions regarding that Microsoft has practically ...
0
votes
1answer
18 views

Asp:File Upload losses value inside update panel(mode=conditional) when below events has autopostvalue set to true?

After i upload a image in "UploadImage" ctrl i clicked on below Radio Butons "rbtnDisplayDetails_Yes , rbtnDisplayDetails_No" the UPload ctrl losses value as soon as... also the page gets refreshed ...
0
votes
1answer
57 views

problems with asp.net ajax and .net 4 TypeForAjax is undefined

After changing my target framework from 3.5 to 4, I had the symptoms and followed the steps described in http://dotnetspidor.blogspot.com/2011/09/last-time-i-got-following-error-http.html Now I get ...
0
votes
0answers
88 views

Good Book on ASP.NET Ajax 4

I am preparing for MCTS Exam 70:515 and I need to read/Practice ASP.NET Ajax 4. The following are objectives of the exam Implementing Client-Side Scripting and AJAX (16%) Add dynamic features to a ...
0
votes
1answer
226 views

IE8 .net 4.0 IIS6 “Ajax client-side framework failed to load”

I just upgrated from VS2005 to VS2010 and works fine except for the following error on IE8 only: User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET ...
0
votes
1answer
104 views

ASP .NET 4.0 UpdatePanel Error

I have a page that uses multiple UpdatePanels and a MasterPage. Upon switching my AppPool to run in .NET 4.0 (Integrated Mode) from .NET 2.0 (Integrated Mode), I get the age old exception on the ...
0
votes
1answer
310 views

ASP.NET 4.0 Ajax Books [closed]

I can't seem to find any Ajax books for Asp.NET 4.0, only 3.5. Is there a reason for this? Anyone want to recommend a book that is not outdated?
0
votes
3answers
1k views

Where Are the Release Versions of ASP.Net AJAX 4.0 Templating Files?

I'm trying to get the release version of ASP.Net AJAX 4.0 Templating working and can't find the JavaScript files. With the beta version I needed to reference MicrosoftAjaxTemplates.js, ...
0
votes
1answer
552 views

AJAX change in .NET 4: Sys.Services.AuthenticationService

I'm testing my existing apps in VS 2010, and ran into my first break. ASP.NET AJAX authentication support has changed. ...