G
Guest
Hello everyone
I have a MultiLine TextBox, as follows
<asp:TextBo
Id="StreetAddress
Rows="4
Runat="Server
TextMode="MultiLine
Width="100%"/
To which I assign the following RegularExpressionValidator
<asp:RequiredFieldValidato
ControlToValidate="StreetAddress
Display="Dynamic
ErrorMessage="You must enter your street address
Id="StreetAddressReqVal
Text="*
Runat="Server"/
The problem is thar, when I enter a multiline text on that TextBox, when I finish editing (hitting TAB or clicking outside the TextBox), Internet Explorer hangs up..
And I'm sure that the problems is the TextMode="MultiLine" property, since when I remove it, everything works perfectly
Can anyone help me? Is this an ASP.NET bug? How can I override it
Thanx.
I have a MultiLine TextBox, as follows
<asp:TextBo
Id="StreetAddress
Rows="4
Runat="Server
TextMode="MultiLine
Width="100%"/
To which I assign the following RegularExpressionValidator
<asp:RequiredFieldValidato
ControlToValidate="StreetAddress
Display="Dynamic
ErrorMessage="You must enter your street address
Id="StreetAddressReqVal
Text="*
Runat="Server"/
The problem is thar, when I enter a multiline text on that TextBox, when I finish editing (hitting TAB or clicking outside the TextBox), Internet Explorer hangs up..
And I'm sure that the problems is the TextMode="MultiLine" property, since when I remove it, everything works perfectly
Can anyone help me? Is this an ASP.NET bug? How can I override it
Thanx.