ASP .Net Quiz - 3
Attempted
0/10
Correct 0
Score 0
‹
›
Which of the following languages can be used to write server side scripting in ASP.NET?
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?
Which method do you invoke on the Data Adapter control to load your generated dataset?
Which of the following is true?
To add a custom control to a Web form we have to register with.