header1.html

Thursday 18 April 2013

AJAX Quiz-2


AJAX Quiz-2
1.Ajax uses XML for coding and transferring formatted information between server and client.True or False?
True
False


2. Sending a Ajax request to web server
Push & pop
Open & send
Demand & get
Req & receive


3.Control that group of server control and monitored their post back and rendering process
UpdateControl
UpdatePanel
UpdateControlPanel
Iframe


4.__________ajax control enables you to place scripts and service into your content page.
ScriptManager
Panel
ScriptManagerProxy
Timer


5. In ajax how the request will be processed?
HttpXmlRequest
Httprequest
XMLHttpRequest
None of these


6. _____________ control includes downloading Microsoft Ajax Library scripts to the browser and coordinating partial-page updates that are enabled by using updatepanel controls.
ScriptManager
UpdatePanel
Timer
UpdateProgress


7.The XMLHttpRequest object can be used on subdomain1.mysite.com to request a page located at subdomain2.mysite.com according to the specification.
True
False


8.JavaScript/DOM is used to display/interact with the information.True or False?
True
False


9.setRequestHeader()method adds HTTP headers to the request.
True
False


10.If the response from the server is not XML, use the.....property.
responseXML
responseText
innerHTML
None of above

No comments:

Post a Comment