Browse by Tags

All Tags » AJAx (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...

JQuery UI 1.8.9 new version launch today by Jalpesh P. Vadgama

JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes...

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...

Programmatically updating one update panel elements from another update panel elements by Jalpesh P. Vadgama

While taking interviews for asp.net candidate I am often asking this question but most peoples are not able to give this answer. So I decided to write a blog post about this. Here is the scenario. There are two update panels in my html code in first update...

Request format is unrecognized for URL unexpectedly ending exception in web service. by Jalpesh P. Vadgama

Recently I was getting error when I am calling web service using Java script. I searching on net and debugging I have found following things. Any web service support three kinds of protocol HttpGet,HttpPost and SOAP. In framework 1.0 it was enabled by...

ASP.NET 4.0 Script Manager Enhancement Part-2 AjaxFrameworkMode Property by Jalpesh P. Vadgama

This will be a second part of ASP.NET 4.0 Script Manager enhancement. In this post I am going to explain about AjaxFrameworkMode Property. In Earlier asp.net version of script manager it will load entire Microsoft Ajax library whether its required or...

ASP.NET 4.0- ScriptManager Enhancement Part-I- Enable CDN Property. by Jalpesh P. Vadgama

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...

Calling an asp.net web service from jQuery by Jalpesh P. Vadgama

As I have post it in earlier post that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery . You will see at the end of the example that how easy it is to call...

jQuery- JavaScript Library Write less do more by Jalpesh P. Vadgama

This is introductory post jQuery an open source JavaScript library. I know what you guys thinking and I also know that jQuery does not required introduction. It is so much popular and most of web developers whether they are developing using asp.net,php...
More Posts Next page »