Using CompareValidator in ASP.NET. What do I do if the validator doesn't let

Yummy cookies

New member
PostBack even with valid values? I'm trying to make a texbox value valid if integer. But if I use the CompareValidator than if it's not it displays the message as it should, but if the inserted value is correct the validator doesn't show the error message, but clicking on the "update" button (which sends data) doesn't do anything as if the validator though of an error anyway.
 
Back
Top