wala
02-07-2011, 09:49 AM
hi ,
I have problem with position of Validator Callout Extender -from ajax toolkit-
it's appear under text box /: also I can't close it , and when I correct the text the balloon doesn't hidden
this snapshot:
http://img104.herosh.com/2011/02/07/309962068.png (http://www.herosh.com)
my code:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:ValidatorCalloutExtender ID="RegularExpressionValidator1_ValidatorCalloutExtender"
runat="server" TargetControlID="RegularExpressionValidator1">
</asp:ValidatorCalloutExtender>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server"
ErrorMessage="RegularExpressionValidator" ValidationExpression="^\d+$" ControlToValidate="TextBox1"></asp:RegularExpressionValidator>
can any one help me , please
I have problem with position of Validator Callout Extender -from ajax toolkit-
it's appear under text box /: also I can't close it , and when I correct the text the balloon doesn't hidden
this snapshot:
http://img104.herosh.com/2011/02/07/309962068.png (http://www.herosh.com)
my code:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:ValidatorCalloutExtender ID="RegularExpressionValidator1_ValidatorCalloutExtender"
runat="server" TargetControlID="RegularExpressionValidator1">
</asp:ValidatorCalloutExtender>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server"
ErrorMessage="RegularExpressionValidator" ValidationExpression="^\d+$" ControlToValidate="TextBox1"></asp:RegularExpressionValidator>
can any one help me , please