web 2.0

ASP.NET & WebMatrix - Design & Coding

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>

ASP.NET & WebMatrix

Main Screen

ASP.NET & WebMatrix

1. Create new Control (Textbox) on ASP.NET Screen
2. For view all code

ASP.NET & WebMatrix

3. Control Textbox (if view code)
.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

One Response to “ASP.NET & WebMatrix - Design & Coding”

  1. 3respect…

Leave a Reply

You must be logged in to post a comment.