123456sim
July 17th, 2003, 07:28 AM
ASP.NET -> i need a validator for textbox . should allow only alphanumeric non blank character. Should allow combination of numbers and a-z, A-Z alphabets without special characters and whitespaces(blank space)
ASP.NET -> i have 3 asp:buttons on my page, OK, Reset, Cancel. Reset is to blank out all the values on the page and Cancel takes you to the pervious page. OK actually processes the page. I have added some validators. I want that these validators get called only when I click OK, but now they are being called whether I click any of the 3 buttons.
ASP.NET -> i have 3 asp:buttons on my page, OK, Reset, Cancel. Reset is to blank out all the values on the page and Cancel takes you to the pervious page. OK actually processes the page. I have added some validators. I want that these validators get called only when I click OK, but now they are being called whether I click any of the 3 buttons.