摘要:
Chapter03: AccountProfile Index.aspx: <h2>Profiles</h2> <table> <tr> <th>Username</th> <th>First name</th> <th>Last name</th> <th>Email</th> <th> </th> </tr> <% foreach (var profile in Model) { %... 阅读全文
posted @ 2011-07-29 14:42
RobotTech
阅读(433)
评论(0)
推荐(0)
摘要:
Chapter02: 1). InputModel New.aspx: <h2>New Customer</h2> <form action="<%= Url.Action("Save") %>" method="post"> <fieldset> <div> <%= Html.LabelFor(x => x.FirstName) %> <%= Html.TextBoxFor(x => x.Fir... 阅读全文
posted @ 2011-07-29 13:50
RobotTech
阅读(452)
评论(0)
推荐(0)
摘要:
Chapter01: 1). GuestBook Index.aspx: <form method="post" action="/GuestBook/Sign"> <fieldset> <legend>Guest Book</legend> <%= Html.Label("Name") %> <%= Html.TextBox("Name") %> <%= Html.Label("Email") ... 阅读全文
posted @ 2011-07-29 13:32
RobotTech
阅读(374)
评论(0)
推荐(0)

浙公网安备 33010602011771号