我想标题不允许输入非法字符,请问如何加上判断? 谢谢!
于之 2012-04-03 09:50:29 请教一下,
<td height="25" class="style1"><div align="right">标题:</div></td>
<td width="75%" height="25" style="font-size: 12px">
<asp:TextBox ID="txttitle" runat="server" MaxLength="40" Width="376px"></asp:TextBox>
我想这个标题不允许输入非法 字符,请问如何加上判断? 谢谢!