Introduction to Visual Studio
Creating an HTML page with Visual Studio .NET
-
Create a basic HTML page named feedback.htm
-
Modify properties using the design view and HTML view.
-
Use the intellisense feature. Modify properties using the
dialogue windows and the Properties Window.
Cascading style sheets
-
Visual Studio .NET comes with a complete CSS editor called the
style builder.
-
Linking a style sheet to a web page can be accomplished by
simply dragging .css file onto the web page.
The final web page should appear as follows:
feedback.htm
User Controls
-
Are a form of compiled ASP.NET pages that can contain HTML,
client-side scripts, and ASP.NET server code which allow you to separate
content that can later be reused in other pages.
-
The control must be registered first.
-
Then the control can be inserted and reused again within the
page
The final web page should appear as follows:
home.aspx