Q37. What are the Web Form Events available in ASP.NET?Page_InitPage_LoadPage_PreRenderPage_UnloadPage_DisposedPage_ErrorPage_AbortTransactionPage_CommitTransactionPage_DataBindingQ38. Describe the Server Control Events of ASP.NET.Q39. How do you change the session time-out value?Q40. Describe how ASP.NET maintains process isolation for each Web application
Q41. Define namespace.Namespaces are the way to organize programming code. It removes the chances of name Q42. What are the options in ASP.NET to maintain state?
Session StateSession State stores session-specific information and the information is visible within the sessiononly. ASP.NET creates unique sessionId for each session of the application. SessionIDs are