ASP .Net Quiz - 3
Attempted
0/10
Correct 0
Score 0
‹
›
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
The Asp.net server control, which provides an alternative way of displaying text on web page, is
The first event to be triggered in an aspx page is.
Postback occurs in which of the following forms.
What namespace does the Web page belong in the .NET Framework class hierarchy?
How do you register a user control?
To add a custom control to a Web form we have to register with.