Browse by Tags

All Tags » AJAx » C#.NET (RSS)

Maintaining Browser History for Ajax events through script manager in asp.net by Jalpesh P. Vadgama

In one of our project we have requirement of maintaining history of Ajax events. After doing some search on the web I have found one interesting capabilities of Script Manager control. I have found that there is one property called “EnableHistory” which...

Converting a generic list into JSON string and then handling it in java script by Jalpesh P. Vadgama

We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will...

ASP.NET Performance tip- Combine multiple script file into one request with script manager by Jalpesh P. Vadgama

We all need java script for our web application and we storing our JavaScript code in .js files. Now If we have more then .js file then our browser will create a new request for each .js file. Which is a little overhead in terms of performance. If you...

How to add service reference dynamically from user control? Microsoft Ajax by Jalpesh P. Vadgama

First, Create a web page default.aspx and put the html code as following.. --------------------------------------------------------------------------- <asp:ScriptManager ID="MainScriptManager" runat="server"> </asp:ScriptManager>...

ASP.NET MVC Framework Link collection by Jalpesh P. Vadgama

Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture. Here are the some interesting collection of links related to asp.net MVC Framework.. ASP.NET...
More Posts