DCSIMG
asp.net - new { Name = ”Shay Jacoby” }

new { Name = ”Shay Jacoby” }

Maximum separation, minimum Dependencies, No Injections.

Browse by Tags

All Tags » asp.net (RSS)
How to call Web/WCF Services without ScriptManager
Hi, I wrote a generic client-side javascript in order to simplify the work with Web/WCF Services. Script Benefits (or Why do you need such a script...?): 1. If you use this script, You don't need to use ScriptManager or any form runat="server" in order to consume a Web/WCF Service. The unnesesery viewstate increase your page. 2. You can call a Web/WCF Service from any static HTML file. 3. Very light script (1.4 k) , the ScripyManager generated output scripts are much larger. 4. The...