Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


AJAX - explain the concept and some controls like update
panel, tabcontrol etc

Answers were Sorted based on User's Feedback



AJAX - explain the concept and some controls like update panel, tabcontrol etc..

Answer / 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

AJAX - explain the concept and some controls like update panel, tabcontrol etc..

Answer / 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

More ASP.NET Interview Questions

What is a web api?

0 Answers  


Explain difference betn dataset and recordset?

0 Answers  


Types of caching. How to implement caching?

2 Answers   Microsoft,


code for inserting images into gridview colomns from database

3 Answers   HP,


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


How could you modify xaml content from javascript?

0 Answers  


Briefly describe the role of global.asax?

0 Answers  


What is paging in context of Memory?

0 Answers   Microsoft,


Which object wraps the state or data of a user?

0 Answers  


What does it mean your session has timed out?

0 Answers  


In which form does the dataset store data in it?

3 Answers   Verinon Technology Solutions,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Categories