Questions
Question 1 Multiple Choice (Single Answer)
Which of the following languages can be used to write server side scripting in ASP.NET?
- C-sharp
- VB
- C++
- a and b
Question 2 Multiple Choice (Single Answer)
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
- HTML
- XML
- WML
- JSP
Question 3 Multiple Choice (Single Answer)
The Asp.net server control, which provides an alternative way of displaying text on web page, is
- < asp:label >
- < asp:listitem >
- < asp:button >
Question 4 Multiple Choice (Single Answer)
The first event to be triggered in an aspx page is.
- Page_Load()
- Page_Init()
- Page_click()
Question 5 Multiple Choice (Single Answer)
Postback occurs in which of the following forms.
- Winforms
- HTMLForms
- Webforms
Question 6 Multiple Choice (Single Answer)
What namespace does the Web page belong in the .NET Framework class hierarchy?
- System.web.UI.Page
- System.Windows.Page
- System.Web.page
Question 7 Multiple Choice (Single Answer)
Which method do you invoke on the Data Adapter control to load your generated dataset?
- Fill( )
- ExecuteQuery( )
- Read( )
Question 8 Multiple Choice (Single Answer)
How do you register a user control?
- Add Tag prefix, Tag name
- Add Source, Tag prefix
- Add Src, Tagprefix, Tagname
Question 9 Multiple Choice (Single Answer)
Which of the following is true?
- User controls are displayed correctly in the Visual Studio .NET Designer
- Custom controls are displayed correctly in VS.Net Designer
- User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
Question 10 Multiple Choice (Single Answer)
To add a custom control to a Web form we have to register with.
- TagPrefix
- Name space of the dll that is referenced
- Assemblyname
- All of the above