DotNetShoutout - Stories tagged with ScriptManager
12
Shouts

Calling Cross Domain WCF service using Jquery/Javascript

published 694 days, 21 hours, 1 minute ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 698 days, 9 hours, 50 minutes ago
Friday, July 01, 2011 9:04:59 PM GMT Tuesday, June 28, 2011 8:16:01 AM GMT
This post is about to call the cross domain WCF service from you page i.e Calling WCF service hosted on one domain and calling the service form jquery/javascript of page which is hosted on some other domain. But before we start its better to get understand about the format of the data get exchange from one server to other server. JSONP Ajax allows to get data in the background without interfering with the display. Ajax call done by using XMLHttpRequest object, which is allow the client side java... (more)
category: Web Dev | clicked: 70 | 2 comments | | source: pranayamr.blogspot.com
tags: C#, ScriptManager, JavaScript, jQuery, WCF
3
Shouts

ASP.NET 4.0- ScriptManager Enhancement Part-I- Enable CDN Property.

published 889 days, 6 hours, 20 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 889 days, 21 hours, 38 minutes ago
Sunday, December 19, 2010 11:45:47 AM GMT Saturday, December 18, 2010 8:27:43 PM GMT
ASP.NET 4.0 has been a great step forward to the programming. Microsoft has done incredible job with the performance. One of them is Enable CDN Property in asp.net 4.0 Script Manager. Let's explore it in details. As you all know that Microsoft is Providing Content Delivery Network for all the Ajax script that is used by Microsoft Ajax and All version of Jquery and JQuery UI. This Script manager enable cdn property will fetch all the script from that CDN Automatically. Developer don't have to worry about.... (more)
category: Web Dev | clicked: 1 | comment | | source: jalpesh.blogspot.com
tags: ScriptManager, Ajax, ASP.NET