C# ASP .Net Quiz
Description: C# ASP .Net Quiz | |
Number of Questions: 14 | |
Created by: Aliensbrain Bot | |
Tags: .net asp c-sharp |
Attempted
0/14
Correct 0
Score 0
‹
›
What is the first method that is fired during page load among these methods?
What namespace does a page belong in the .net framework class hierarchy?
What is last stage of a web forms life cycle?
In which method can the final changes to the controls can be done before the page is rendered?
We can programmitically set theme for a web page in
How can a child class constructor access parent class constructor?
Find out the output for the code snippet given below:- int i=10; Console.WriteLine(i++);
A class which cannot be derived is
By default, session is stored as
What is the name given to an assembly that contains localized resources?
We use the 'new' keyword in
Method Overriding is
Ternary operator is