Set: .net Video Feature Tutorial

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 13 terms

TermDefinition
What is the default page that is displayed in a .NET website?Default.aspx
What is the name of the "window" which allows you to view your project as if it where in the file system?Solution Explorer
What does the App_Data folder hold?Any data sources that you may have setup for your website.
What is web.config?An xml file that contains configurations for our webapp.
By default all web controls are in what is called:flow layout
The code-behind file for Default.aspx is...Default.aspx.vb
The Partial key word in our ASPX page means...That part of the webpage is defined by the code-behind file and part by the corresponding aspx page.
How do you make an event for a control in the application?By selecting the control and clicking the Lightning bolt in the Properties window.
How do you configure the web.config XML file?Website->ASP.NET Configuration
Right clicking MyFirstWebsite and selecting "Add New Item" does what?Allows you to a new item to your website, like a form or a template, or a stylesheet, or a text file, or a webservice, or a...
In the "Add New Item->Visual Studio Installed Templates->Master Page for?Creating a unified style for your website.
What is the "Add New Item->Visual Studio Installed Templates->Web User Control" for?Allows you to define a web user control that can be defined on multiple pages.
What are the "Add New Item->Visual Studio Installed Templates->AJax*" items for?Allow you to leverage the .NET AJAX Framework in your web applications.

Set Information

Terms 13
Creator leeand00
Created February 27, 2008
Groups None
Subjects net, webapp, beginer
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet

Description

Taken from beginner's video at the following site:

http://msdn2.microsoft.com/en-us/beginner/bb964635.aspx

Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.

Top Users

  1. Leyenda - 1 score

Most Missed Words

  1. What is web.config? An xml file that contains configurations for our webapp. - 1 miss