AJAX - explain the concept and some controls like update
panel, tabcontrol etc
Answer Posted / web developer - pinoy
AJAX - Asynchronous Javascript and XML.
In a nutshell, AJAX is used for making PARTIAL request.
Update Panel, Tab Control, Etc... are just examples of things that you can do with AJAX, but not limited to those things. You can be more creative, because in general, you will use AJAX, check the server response and do something based on that response with or without changing the entire contents of the page.
Restriction: Cross-Domain scripting.
http://webdevmatters.blogspot.com/?ajax-for-your-interview-question.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we create a multiple user simultaneously ?
Explain login controls.
What is the difference between Classic ASP and ASP.Net?
Differentiate between early binding and late binding.
What are user controls?
Can we have multiple master pages in asp net?
What is the purpose of using MVC programming pattern in ASP.NET?
Which data type does the rangevalidator control support?
From which base class all web forms are inherited?
List some of the important session state modes of asp.net.
Difference between .NET and previous version?
Write a code for sending an email from asp.net application.
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Where session variables are stored?
Where sessions are stored in asp.net?