Originally posted by lightng
View Post
I've found another problem, which maybe sheds some light on the first one:
On a different form I have a validator:
Code:
<asp:TextBox id="creditCardNumber" runat="server" Width="215px" /> <asp:RequiredFieldValidator runat="server" id="RequiredFieldValidator2" ControlToValidate="creditCardNumber" display="Dynamic" >!</asp:RequiredFieldValidator>
It does seem the servers are doing something different. Both are running .NET 2.0.50727. Is there some other IIS6 update I need to install perhaps? Not that I can find (it it has W2003 SP1).
Comment