AJAX - explain the concept and some controls like update
panel, tabcontrol etc
Answer Posted / alb.shah
Ajax is a set of client side technologies that provides
asynchronous communication between user interfaces and web
server. So the advantages of using Ajax are asynchronous
communication, minimal data transfer and server is not
overloaded with unnecessary load.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is server side session management?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the displayafter property in updateprogress control?
What is a master page and what does it do?
How can we make sure that Web API returns JSON data only?
What is difference between view state and session state?
Explain Session state management options in ASP.NET.
In a Repeater control how one can provide an alternating color scheme ?
What is the purpose of using MVC programming pattern in ASP.NET?
What is preprocessor in .net? Where it use?
How many ways are there to maintain a state in .net? What is view state?
How do you design a website with multilingual support in ASP.NET ?
What is the life cycle of web page?
Explain exception filters?