skip to main |
skip to sidebar
1. ASP.NET AJAX Server controls
2. ASP.NET AJAX ASP.NET Services
3. Microsoft AJAX Library
www.codecollege.NET
1. Browser Compatibility layer.
2. Core services.
3. Base Class Library.
4. Script controls and components.
www.codecollege.NET
ECMAScript or ECMA-262.
www.codecollege.NET
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
You should set the EnablePageMethods ="true" attribute of the ScriptManager control.
www.codecollege.NET
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
ScriptMethod attribute, which is available in System.Web.Script.Sevices
www.codecollege.NET