what are the advantages of ASP.NET AJAX server framework?

Sunday, October 4, 2009


1. ASP.NET AJAX Server controls
2. ASP.NET AJAX ASP.NET Services
3. Microsoft AJAX Library



www.codecollege.NET

What are the advantages of using ASP.NET Ajax over the raw Ajax coding?


1. Browser Compatibility layer.
2. Core services.
3. Base Class Library.
4. Script controls and components.



www.codecollege.NET

What is the scripting language JSON is based on?


ECMAScript or ECMA-262.



www.codecollege.NET

What is JSON?


It is a Javascript Data serialization feature which does data persistance in a simple way where you require less code to read and write the data.



www.codecollege.NET

What should be done to enable PageMethods in ASP.NET?

Thursday, October 1, 2009


You should set the EnablePageMethods ="true" attribute of the ScriptManager control.



www.codecollege.NET

What are the conditions for making a client method searchable by ASP.NET AJAX?


1. The method must be given the ScriptMethod attribute, which is available in System.Web.Script.Sevices
2. It must be Public
3. It must be Static



www.codecollege.NET

Which attribute make a client method searchable by ASP.NET AJAX?


ScriptMethod attribute, which is available in System.Web.Script.Sevices



www.codecollege.NET
Blog Widget by LinkWithin