<td><asp:Button id="b1" Text="提交" runat="server"/></td>
<html>
<body>
<form runat="server">
<table>
<tr>
<td>
<table bgcolor="#b0c4de" cellspacing="10">
<td align="right">名字:</td>
<td><asp:TextBox id="txt_name" runat="server"/></td>
<asp:RequiredFieldValidator
ControlToValidate="txt_name"
ErrorMessage="Name"
Text="*"
runat="server"/>
</td>
</tr>
<td align="right">卡片类型:</td>
<asp:RadioButtonList id="rlist_type"