Contents

Select the windows application template, which appears in the ___ section when you choose Visual C# in the project type pane, to specify a template for a new project.

Templates


What is an event handler?

An event handler is a Visual C# method containing a code that is executed when an event occurs on a control.


The code for hiding the TextBox control at the start of the application is ___.

textBox1.Hide ()


To display the popup messages as part of the event handling mechanisms, the method used is ___.

MessageBox.Show(“Message String”)


How do you run the website1 web-based application?

Answer: Press the F5 key or the start debugging button of the toolbar, in Microsoft Visual Studio IDE.


Click the ___ tab that appears at the bottom to display the Design view of the Default .aspx page.

design


Contents Details