Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

how to install Ajax Control Toolkit in Visual Studio | What is AJAX| uses of ajax in asp.net

Nov 23, 2011
Introduction:

In this article I will explain how to install Ajax Control Toolkit in visual studio and uses of Ajax controls in asp.net.

Description:

First of all what is Ajax why we go for that one? Is there any specific reasons to use that in our applications?

AJAX stands for Asynchronous JavaScript and XML. Ajax is not a new programming language but its new way to use existing standards. Ajax is used to transfer data between the server and client without reloading whole page. In Ajax only necessary data is transferred back and forth between the client and web server that minimizes the network utilization and processing on the client. Ajax contains a rich set of controls that we can use to build highly responsive and interactive Ajax-enabled ASP.NET Web Forms applications. Gmail is the best example for Ajax enabled site and especially Google have made Ajax very popular. 

Advantages of Ajax

Asynchronous callsAJAX allows for the ability to make asynchronous calls to a web server. This allows the client browser to avoid waiting for all data to arrive before allowing the user to act once more. 

Minimal data transfer — by not performing a full postback and sending all form data to the server, network utilization is minimized and quicker operations occur. In sites and locations with restricted pipes for data transfer, this can greatly improve network performance. 

Limited processing on the server — Along with the fact that only the necessary data is sent to the server, the server is not required to process all form elements. By sending only the necessary data, there is limited processing on the server. There is no need to process all form elements, process the ViewState, send images back to the client, or send a full page back to the client. 

Responsiveness— because AJAX applications are asynchronous on the client, they are perceived to be very responsive.

Context — with full postback, users may lose the context of where they are. Users may be at the bottom of a page, hit the Submit button, and be redirected back to the top of the page. With AJAX there is no full postback. Clicking the Submit button in an application that uses AJAX will allow users to maintain their location. The user state is maintained, and the users are no longer required to scroll down to the location they were at before clicking Submit.

How Install Ajax in visual studio?

If we want to use Ajax features in our application just follow the below steps to download and start using the Ajax Control Toolkit with Visual Studio:

1) First step is to download the latest version of the Ajax Control Toolkit from CodePlex whichever suits to your visual studio. If you are using Visual Studio 2008 then you should pick the version of the Ajax Control Toolkit for .NET 3.5. If you are using Visual Studio 2010 then you can use either the .NET 4 or .NET 3.5 versions of the Ajax Control Toolkit.

 
2) After download the required version of Ajax toolkit open the downloaded file and extract all the files.

3) After that open Visual Studio and create a new ASP.NET Web Forms project or website. Open Default.aspx page in the project or website.

4) Now open Toolbox in visual studio and create a new Toolbox tab by right-clicking the Toolbox and selecting Add Tab. Name the new tab Ajax Control Toolkit.

5) Right-click beneath the new tab and select the menu option Choose Items. Click the Browse button and browse to the folder where you extracted the Ajax Control Toolkit. Pick the AjaxControlToolkit.dll and click the OK button to close the Choose Toolbox Items dialog. After that if we check Toolbox under Ajax Toolkit tab we are able to see the controls like this.

Now our Toolbox loaded with Ajax Controls and check these Ajax Tutorials to use those controls in our applications.

If you enjoyed this post, please support the blog below. It's FREE!

Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email.

subscribe by rss Subscribe by RSS subscribe by email Subscribe by Email

23 comments :

QA Info said...

thnk u so much..

QA Info said...

Can u plz help me how to fire a popup window while dropdownlist selected index change

chanti said...

can u plz tel me autocompleteextender

Anonymous said...

It was very useful.. Thank you for the efforts ..

Anonymous said...

gr8:)

sakthi said...

Helpful tutorial , thanks dude.>>!

Anonymous said...

thankssssssssssssssssssss

Ankit Jain

Bhusan said...

i sucessfully added ajax but i nAjax Control Toolkit. tab the controls are invisible means not usable. what to do?

Anonymous said...

Nice help

Unknown said...
This comment has been removed by the author.
Anonymous said...

nice

Ezhumalai M said...

Very Helpful

Anonymous said...

Nice

Anonymous said...

Very easy to understand.. Thankssss

Anonymous said...

Superb!!! Thank you so much for the details steps with Video!!!

Unknown said...

nice article

Unknown said...

its all waste comments published
this article is of no use

Unknown said...

very nice good for beginners

Unknown said...

Suresh I'm your great fan, and I'm going through your each post and this time also you've rocked. But Suresh there are some ajax Controls are not working properly, like when I'm trying to drop Auto complete extender into the aspx page it is not coming at all., please help me out .awaiting for your reply

Unknown said...
This comment has been removed by the author.
Anonymous said...

nice one !

Unknown said...

thanks...........nice..........

Anonymous said...

nice

Give your Valuable Comments

Note: Only a member of this blog may post a comment.

© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.