States of the XMLHttpRequest
Specify various states of the XMLHttpRequest along with their description.
Expert
a) Uninitialized – It is a state when the object has not been initialized.
b) Open - It is a state when the object has been created; though, the send function has not been called.
c) Sent - It is a state when the send function is called; but, the status and headers are not available.
d) Receiving - It is a state when the process is receiving the data.
e) Loaded - It is a state when the procedure is completed and the entire data is available.
Specify difference between the asynchronous postback and the synchronous postback?
Explain MaskedTextBox control and what does the Mask property do?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
When.NET was developed?
Define is IIS and also explains its uses?
Explain State Management? List the ways to maintain the state in .NET?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
What is the difference between Name Space and Assembly?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
18,76,764
1955361 Asked
3,689
Active Tutors
1451151
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!