Hi, Thanks for all the responses in advance.
I have created a textbox in an aspx page. I have put a range validator on the textbox, ex it can accept only 0 to 100. Then I put in 101 in the textbox and click a button, it gives me the error. So I change the value to 99 or any other valid value. It still gives me the same error when i click the button. Does the previous value gets stored somewhere and the error continues?
Please help.
Thanks
I have created a textbox in an aspx page. I have put a range validator on the textbox, ex it can accept only 0 to 100. Then I put in 101 in the textbox and click a button, it gives me the error. So I change the value to 99 or any other valid value. It still gives me the same error when i click the button. Does the previous value gets stored somewhere and the error continues?
Please help.
Thanks