Events occur-ASP.NET page from IIS server
Name the events which occur when the client requests the ASP.NET page from IIS server?
Expert
The following events happen when a client needs the ASP.NET page from an IIS server:
i. HttpApplication class processes a user request. ii. The Response objects are created for every user request. iii. User requests for the application resource. iv. Object of HttpApplication class is created and then allocated to a Request object. v. Integrated request-processing pipeline receives a first user request.
Explain the Code Contracts?
Is it possible to declare a private class in a namespace?
What are the different ways to manage state in ASP.Net?
Briefly explain round trip?
Write differences between Int32 and Int.
Define the terms Web server controls and Custom user Controls in Asp.net?
Explain the use of Windows Installer.
Name the class which is inherited when the ASP.NET server control is added to the Web form?
Explain Common Type System (CTS)?
Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
18,76,764
1931260 Asked
3,689
Active Tutors
1450827
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!