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

ASP Discuss about ASP scripting problems or help others with their ASP scripting issues.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-20-2011, 11:23 AM
addison's Avatar
addison addison is offline
Junior Member
 
Join Date: Sep 2011
Posts: 21
addison is on a distinguished road
Default ASP and AJAX

what is the difference between these two?
__________________
TestKing vs Pass4Sure
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-10-2011, 06:58 AM
vikramrandhawa vikramrandhawa is offline
Senior Member
 
Join Date: Sep 2011
Posts: 166
vikramrandhawa is on a distinguished road
It is defined as the active server pages...which is used to interact the server pages which coding techniques. An asp page normally consists of HTML and scripting code. In asp, the browser calls .asp file instead of .html and the server processes the script and returns a html page to the browser.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-16-2011, 12:43 PM
Christopher Christopher is offline
Junior Member
 
Join Date: Dec 2011
Posts: 18
Christopher is on a distinguished road
Asynchronous JavaScript And XML is a client side technique to make web pages more 'seamless' and interactive. As in the name, it consist of a mixture of javascripting and xml (XMLHTTPRequest)

A typical ASP.NET web page contains buttons and links that perform socalled postbacks when clicked. That is, a request is sent back to the server and the whole page (or frame) is reloaded. It doesn't always look nice.

With AJAX the postback is performed in the background. For instance when a button is clicked it calls a script which in turn sends a request to the server. Upon response the script may choose to update only parts of the page (update an image or add a row to a table etc.). The result is a better experience for the user (no flashing or partially loaded pages and so on).

You can use ASP.NET to create AJAX enabled pages.
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 On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:20 AM.


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