Click here to Skip to main content
16,017,275 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm having a xml which need to load asynchronously on loading page or any click event. please tell me as soon as possible.
Posted
Comments
[no name] 22-Jul-12 8:09am    
"please tell me as soon as possible."... Tell you what? You have not stated a problem!

If you look at this codeproject article:
An Introduction to AJAX Techniques and Frameworks for ASP.NET

That explains the differences

and this:
http://social.msdn.microsoft.com/Forums/en-US/architecturegeneral/thread/77d2b7b8-c4de-42e9-97bc-8b26a7320e5b

Some frameworks:

http://www.webreference.com/programming/asp/ajax_frameworks/index.html[^]

One of them (the anthem.net framework) makes use of XMLHTTPRequest objects internally.
 
Share this answer
 
v2
 
Share this answer
 
v2
Comments
Sandeep Mewara 22-Jul-12 14:25pm    
Why would you need an update panel to read XML using XMLHttpRequest? Incorrect.
woutercx 22-Jul-12 14:37pm    
If you look at this codeproject article:
http://www.codeproject.com/Articles/15030/An-Introduction-to-AJAX-Techniques-and-Frameworks
That explains the differences
and this:
http://social.msdn.microsoft.com/Forums/en-US/architecturegeneral/thread/77d2b7b8-c4de-42e9-97bc-8b26a7320e5b
woutercx 22-Jul-12 17:27pm    
UpdatePanel is just easier to use I think.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900