Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Programming

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-10-2011, 05:59 AM
aqualityseo aqualityseo is offline
Junior Member
 
Join Date: Nov 2011
Location: Austria
Posts: 0
aqualityseo is on a distinguished road
Default What is AJAX and Why we need AJAX in ASP.Net?

What is AJAX and Why we need AJAX in ASP.Net?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 02-28-2012, 06:13 AM
delois delois is offline
Senior Member
 
Join Date: Aug 2011
Posts: 141
delois is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-26-2012, 06:37 AM
lucasyesher's Avatar
lucasyesher lucasyesher is offline
Senior Member
 
Join Date: Mar 2012
Location: New York, USA
Posts: 165
lucasyesher is on a distinguished road
Send a message via Skype™ to lucasyesher
Quote:
Originally Posted by delois View Post
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 03-26-2012, 07:09 AM
Smohil Smohil is offline
Senior Member
 
Join Date: Feb 2012
Posts: 351
Smohil is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 04-16-2012, 06:39 AM
christajoe christajoe is offline
Member
 
Join Date: Mar 2012
Posts: 60
christajoe is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-02-2012, 09:19 AM
tomicrow tomicrow is offline
Junior Member
 
Join Date: Jun 2012
Posts: 1
tomicrow is on a distinguished road
Default 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-06-2012, 12:14 PM
michaelhomas83 michaelhomas83 is offline
Banned
 
Join Date: May 2011
Posts: 349
michaelhomas83 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-12-2012, 12:10 PM
maxsamuel maxsamuel is offline
Senior Member
 
Join Date: Mar 2012
Posts: 134
maxsamuel is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 12-27-2012, 09:04 AM
markabiyn02 markabiyn02 is offline
Senior Member
 
Join Date: Dec 2012
Posts: 101
markabiyn02 is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 05:00 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.