web 2.0

ASP.NET & WebMatrix - Publish Web Site

ASP.NET & WebMatrix - Publish Web Site How to use WebMatrix and Publish Web Site

ShotDev Focus:
- WebMatrix Tool & Publish Web Site

MyFile.aspx


<%@ Page Language="VB" %>
<script runat="server">
Sub Page_Load(sender As Object,e As EventArgs)
Me.txtName.Text = "ShotDev.Com"
End Sub
</script>
<html>
<head>
</head>
<body>
<form runat="server">
<asp:TextBox id="txtName" runat="server"></asp:TextBox>
</form>
</body>
</html>

Start -> Programs -> Microsoft ASP.NET Web Matrix -> ASP.NET Web Matrix

ASP.NET & WebMatrix

Copy all source file to for use.

ASP.NET & WebMatrix

.
.
.

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 - Publish Web Site”

  1. 2adulterous…

Leave a Reply

You must be logged in to post a comment.