Browse by Tags

All Tags » JavaScript (RSS)

Page methods in asp.net by Jalpesh P. Vadgama

Now days people are looking for richer and fluid user experience and to create that kind of application Ajax is required. There are several options available to call server-side function from JavaScript with ASP.NET Ajax and if you are using asp.net 2...
Filed under: , ,

Async file upload with jquery and ASP.NET by Jalpesh P. Vadgama

Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write  much custom logic about this. So after searching it on internet I have found lots of options but...
Filed under: , ,

Jquery and ASP.NET- Set and Get Value of Server control by Jalpesh P. Vadgama

Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how...
Filed under: , , ,

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

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