首页上一页 1 下一页尾页 1 条记录 1/1页
呈现控件时出错-txtPassword 发生了未处理的异常 服务器标记的格式不正确?
发表在ASP.NET图书答疑
2011-06-15
是否精华
是
否
版块置顶:
是
否
<asp:TextBox ID="txtPasswrod" runat="server"onFocus="tPassword();"onchange="passHint"TexMode="Password"width="88px"></asp:TextBox>
请问高手们
在试编注册程序时,想通过onFocus来提示注册过程中,该处应输入6位以上长度的密码,却出现了如相错误:呈现控件时出错-txtPassword 发生了未处理的异常 服务器标记的格式不正确? 请教该如何解决?
td class="style13">
<asp:Label ID="Label5" runat="server" Text="密 码:"></asp:Label>
</td>
<td class="style3">
<asp:TextBox ID="txtPasswrod" runat="server"onFocus="tPassword();"onchange="passHint"TexMode="Password"width="88px"></asp:TextBox>
<span style="color:#ff0000">*</span>
</td>
<td class="style15">
<asp:Label ID="Label10" runat="server" Text="密码强度:"></asp:Label>
</td>
<td class="style5">
<asp:Label ID="LabEbb" runat="server" Text="弱" BackColor="#CCCC00"
Font-Bold="True" Font-Size="Medium" ForeColor="#3366FF"
style="text-align: center" Width="36px"></asp:Label>
</td>
<td class="style6">
<asp:Label ID="LabStrong" runat="server" Text="强" BackColor="#00CC00"
Font-Bold="True" Font-Size="Large" ForeColor="#FF3300" Width="36px"></asp:Label>
</td>
请问高手们
在试编注册程序时,想通过onFocus来提示注册过程中,该处应输入6位以上长度的密码,却出现了如相错误:呈现控件时出错-txtPassword 发生了未处理的异常 服务器标记的格式不正确? 请教该如何解决?
td class="style13">
<asp:Label ID="Label5" runat="server" Text="密 码:"></asp:Label>
</td>
<td class="style3">
<asp:TextBox ID="txtPasswrod" runat="server"onFocus="tPassword();"onchange="passHint"TexMode="Password"width="88px"></asp:TextBox>
<span style="color:#ff0000">*</span>
</td>
<td class="style15">
<asp:Label ID="Label10" runat="server" Text="密码强度:"></asp:Label>
</td>
<td class="style5">
<asp:Label ID="LabEbb" runat="server" Text="弱" BackColor="#CCCC00"
Font-Bold="True" Font-Size="Medium" ForeColor="#3366FF"
style="text-align: center" Width="36px"></asp:Label>
</td>
<td class="style6">
<asp:Label ID="LabStrong" runat="server" Text="强" BackColor="#00CC00"
Font-Bold="True" Font-Size="Large" ForeColor="#FF3300" Width="36px"></asp:Label>
</td>