Getting Started with Visual Studio
Understanding Web Pages
ASP.NET Web Sites
ASP.NET Controls
Declare X
100
The tips that pop up when you are editing your web page
What is Intellisense
100
the language used to write web pages
What is HTML
100
extension of a web page with ASP.NET controls
What is ASPX
100
control you can use to allow the user to input text
What is the TextBox cotrol
100
can hold the number 10
What is int X;
200
the name of the view where you see a preview of your webpage
What is Design View
200
what CSS stands for
What is Cascading Style Sheets
200
inserted to stop the code during a debug session
What is a breakpoint
200
event fired when a button is pressed
What is OnClick event
200
"Hello World"
What is string X;
300
the name of the type of file you open to open your project in Visual Studio
What is the solution file
300
What is the div tag
300
type of function that handles events for controls
What is an event handler
300
control which hosts one or more radio buttons
What is RadioButtonList
300
can hold pi
What is float x;
400
the name of the language we use to write code behind files
What is C#
400
the tag you use to incorporate an external style sheet
What is link
400
object used to pass information between pages
What is viewstate
400
property which causes page to be reloaded when a control is changes
What is AutoPostBack
400
true or false
What is bool x;
500
the function key to launch your app from visual studio
What is F5
500
client side inline script using the doc object
What is javascript
500
called to check if this is the first time a page has been loaded
What is IsPostBack
500
property on a drop down list box that tells you which item is selected
What is SelectedIndex
500
"3/14/15" (you know Pi day!)
What is DateTime x;
M
e
n
u