<menu id="ecswm"></menu>
  • <small id="ecswm"><tbody id="ecswm"></tbody></small>
    <source id="ecswm"><dd id="ecswm"></dd></source>
  • <noframes id="ecswm"><fieldset id="ecswm"></fieldset></noframes>
  • <source id="ecswm"><tr id="ecswm"></tr></source>
    <% using (Html.BeginForm(\"Create\", \"Register\", FormMethod.Post)) { %>

    用戶注冊(cè)<\/h3> <\/td><\/tr><\/thead>

    登錄名:<\/td> <%=Html.TextBox(\"loginName\") %><\/td> <\/tr>
    密碼:<\/td> <%=Html.Password(\"password\") %><\/td> <\/tr>
    確認(rèn)密碼:<\/td> <%=Html.Password(\"password2\") %><\/td> <\/tr>
    星座:<\/td> <%=Html.DropDownList(\"star\") %><\/td> <\/tr>
    性別:<\/td> <%=Html.RadioButton(\"sex\", true, new { style = \"border:0; width:30px;\" })%>男 <%=Html.RadioButton(\"sex\", false, new { style = \"border:0; width:30px;\" })%>女<\/td> <\/tr>
    已婚:<\/td> <%=Html.CheckBox(\"married\", false, new { style = \"border:0; width:30px;\" })%><\/td> <\/tr>
    安全郵箱:<\/td> <%=Html.TextBox(\"email\") %>輸入郵箱<\/td> <\/tr>
    聯(lián)系電話:<\/td> <%=Html.TextBox(\"phone\") %>輸入聯(lián)系電話<\/td> <\/tr>