|
|
| Programming Get help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc. |

11-10-2011, 05:59 AM
|
|
Junior Member
|
|
Join Date: Nov 2011
Location: Austria
Posts: 0
|
|
What is AJAX and Why we need AJAX in ASP.Net?
What is AJAX and Why we need AJAX in ASP.Net?
|

02-28-2012, 06:13 AM
|
|
Senior Member
|
|
Join Date: Aug 2011
Posts: 141
|
|
|
Ajax is technique with use of which we can do and execute operation without posting back or sending request to server which cause page refresh. Retrieving value from database, validating client input, making calculation on certain data and updating database,all these tasks require posting request back to server and with use of Ajax you can establish back hand connection to server or perform calculation on page without making any request.
|

03-26-2012, 06:37 AM
|
 |
Senior Member
|
|
Join Date: Mar 2012
Location: New York, USA
Posts: 165
|
|
Quote:
Originally Posted by delois
Ajax is technique with use of which we can do and execute operation without posting back or sending request to server which cause page refresh. Retrieving value from database, validating client input, making calculation on certain data and updating database,all these tasks require posting request back to server and with use of Ajax you can establish back hand connection to server or perform calculation on page without making any request.
|
That's quite amazing information. It is very helpful to decreases the server request and server can handle more request on client response. So it will work as fast as. I have use these AJAX into my application to robust program to work as fast as they can.
|

03-26-2012, 07:09 AM
|
|
Senior Member
|
|
Join Date: Feb 2012
Posts: 351
|
|
|
Ajax is used to create Asynchronous web application.Asynchronous means calls only one function without refreshing whole page.Ajax helps to polish a web page .We use Ajax controls in .NET.
|

04-16-2012, 06:39 AM
|
|
Member
|
|
Join Date: Mar 2012
Posts: 60
|
|
|
AJAX, expanded as Asynchronous JavaScript and XML, is a web-development technique executed at the client side to continuously exchange data with server without interfering the display of the screen.
The need arises due to the reason that web-development is more live these days and web-sites are now used more than to display the text but to perform some tasks using functions.
So, whenever, users passes arguments to the web-server, it needs to refresh the screen to get the output screen, but with AJAX introduced, the part of the page is implicitly refreshed without asking the user's command.
Example can be seen on e-Commerce web-sites, where user selects the range of price and the list of the product automatically refresh and only those products are displayed which follow the trend provided by the user.
|

06-02-2012, 09:19 AM
|
|
Junior Member
|
|
Join Date: Jun 2012
Posts: 1
|
|
Asp.net Ajax
Ajax is not a technology or a product , it is just a way to refer a set of existing standards used together for developing faster interfaces, improve the user experience and better response times. source asp.net-informations.com
ASP.NET Ajax extension is a part of ASP.NET that makes Ajax functionalities possible and effective. Ajax extension has developed for both client side and server side.
crow.
|

06-06-2012, 12:14 PM
|
|
Banned
|
|
Join Date: May 2011
Posts: 349
|
|
|
Ajax is not a single technology, but a group of technologies. HTML and CSS can be used in combination to mark up and style information. The DOM is accessed with JavaScript to dynamically display, and to allow the user to interact with the information presented. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads.
|

07-12-2012, 12:10 PM
|
|
Senior Member
|
|
Join Date: Mar 2012
Posts: 134
|
|
|
AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response.
|

12-27-2012, 09:04 AM
|
|
Senior Member
|
|
Join Date: Dec 2012
Posts: 101
|
|
|
Microsoft Now Launched Ajax Library 4.0, which supports Data Driven Web Applications.
Microsoft Ajax Library 3.5, which is a JavaScript library that provides the client-side features of the ASP.NET AJAX framework.
A server framework – included in ASP.NET 3.5 – for building Ajax-enabled ASP.NET server controls.
ASP.NET 2.0 AJAX Templates, a package with a set of Visual Studio templates for building ASP.NET AJAX applications with ASP.NET 2.0 and Visual Studio 2008.
ASP.NET AJAX Preview, a package with the new features that will be part of the future versions of the framework.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 05:00 AM.
|