Tagged Questions
4
votes
2answers
966 views
CompositeScript without Microsoft Ajax JavaScript
I'm currently using the CompositeScript feature of System.Web.Extensions in order to combine my JavaScript files to reduce download time. However, by including any script manager, the MicrosoftAjax ...
1
vote
1answer
323 views
Add Script Reference (JavaScript) to Script Manager on Microsoft AJAX Partial Postback
I am trying to add a script reference to the script manager in the event of a Microsoft AJAX Partial Postback, ie a user clicks on a link in an Update Panel.
...
0
votes
1answer
162 views
AJAX / ASP.MVC3 - Browser History Support
I have a very AJAX intensive ASP MVC 3 application that uses multiple AJAX requests and partial views to just update a specific target ID and replace the content when a user clicks on the relevant ...
0
votes
4answers
245 views
Execute JQuery after ASP.Net Microsoft AJAX
I'm trying to execute JQuery after an ASP.Net Microsoft AJAX post back.
When a user clicks on a link, Microsoft AJAX is used to update some fields in the DB and if success a label appears informing ...