日期:2014-05-16 浏览次数:20467 次
<form id="form" runat="server" method="post" action="/Test/StudentSave/" enctype="application/x-www-form-urlencoded">
<table width="100%">
<tr>
<td style="text-align: right; width: 120px;">
学号(<font color="red">*</font>):
</td>
<td>
<input type="text" class="easyui-validatebox" required="true" name="entity.Num"
value="<%= ((dynamic)this.ViewData["entity"]).Num%>" />
</td>
</tr>
<tr>
<td style="text-align: right; width: 120px;">
姓名:
</td>
<td>
<input type="text" class="easyui-validatebox" required="true" name="entity.Name"
&