header1.html

Thursday 18 April 2013

AJAX Quiz-5


AJAX Quiz-5
1. WebCrawler does not execute JavaScript code,so you should not use AJAX in commercial sites.
True
False


2.Choose the server-side JavaScript object?
FileUpLoad
Function
File
Date


3.Choose the client-side JavaScript object?
Database
FileUpLoad
File
Cursor


4.Is it possible cancel an Asynchronous postback?
Yes
No


5.which tool is used to debug ASP.NET AJAX applications ?
Fiddler
Firebug
Both
None of these


6.Is it possible to use FileUpload control within the update panel?
Yes
No


7.Is it compulsory to have Script manager on the page when you are using any control of ajax control tool kit?
Yes
No
No need


8.Is there any property names “IsNavigating”?
Yes
No


9.Uninitialized state of XMLHttpRequest object refers to the state when the object has not been initialized.
True
False


10.Sent state of XMLHttpRequest object refers to the state when the object has been created; however, the send function has not been invoked.
True
False

No comments:

Post a Comment