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.
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
Name the events that are fired during a page load?
Name the interface that executes the standard query operators in the LINQ?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
What is the use of Global.asax file?
What will happen if the ASP.NET server control with the event-handling routines is absent from its definition?
Describe memory-mapped files?
Can we enter more than single line in the TextBox control?
State the role of ScriptManagerProxy control?
How can you send an email message through an ASP.NET Web page?
18,76,764
1950372 Asked
3,689
Active Tutors
1415567
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!