1. What is the sequence in which ASP.NET events are processed ? Following is the sequence in which the events occur : Page_Init. Page_Load. Control events. Page_Unload event. Page_Init event... Read more
1. What is an IL? A. MSIL stands for Microsoft Intermediate Language in short MSIL or IL(Intermediate Language). When you compile a program the CLR will compile the code into MSIL code. Whic... Read more
12