ASP.NET & WebMatrix - Design & Coding How to use WebMatrix create ASP.NET file Design mode and Coding mode.
ShotDev Focus:
- WebMatrix Tool & Design & Coding
Start -> Programs -> Microsoft ASP.NET Web Matrix -> ASP.NET Web Matrix
MyFile.aspx
<%@ Page Language="VB" %> <script runat="server"> ' Insert page code here ' </script> <html> <head> </head> <body> <form runat="server"> <!-- Insert content here --> </form> </body> </html>
Main Screen
1. Create new Control (Textbox) on ASP.NET Screen
2. For view all code
3. Control Textbox (if view code)
.
.
.
3respect…
…