HighTechTalks DotNet Forums  

Understanding AJAX

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss Understanding AJAX in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Understanding AJAX - 05-11-2006 , 01:47 AM






Hello All


I need to ask one question .
I heard about ajax programing in web technology but i didn't understand
the usage of that programming. I mean to say there must be some
situation arise when we use ajax prgramming.
Can anyone tell me what should be the situation when it is suitable to
use ajax programming .
Can u also suggest me the the sample code for that .

with regards
tarun sinha


Reply With Quote
  #2  
Old   
Michael Nemtsev
 
Posts: n/a

Default Re: Understanding AJAX - 05-11-2006 , 12:21 PM






Hello TARUN,

When you webForm is fulled with lots of controls and you contols perfom some
kind of server work.
It that case each time u are using your contol postback arise, and all form
with all controls in viewstate are sent to the server and returns back to
the client with new results - it's too rich and time consuming.
AJAX diminisfy the number of postback and amount of data transfered between
client and server by "target" call to get required info.

Read here http://en.wikipedia.org/wiki/AJAX


T> I need to ask one question .
T> I heard about ajax programing in web technology but i didn't
T> understand
T> the usage of that programming. I mean to say there must be some
T> situation arise when we use ajax prgramming.
T> Can anyone tell me what should be the situation when it is suitable
T> to
T> use ajax programming .
T> Can u also suggest me the the sample code for that .
T> with regards
T> tarun sinha
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.