摘要:
<script type="text/javascript"> function ClientValidate(source, arguments) { if (parseInt(arguments.Value)>10) arguments.IsValid = true; else arguments.IsValid = false; } </script> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <a 阅读全文
posted @ 2012-05-03 13:46
万德源
阅读(208)
评论(0)
推荐(0)
浙公网安备 33010602011771号