3
Reply

interactively validating user input in the .net textbox

kalikaye2004

kalikaye2004

Aug 14 2004 8:37 PM
2k
how does one interactively prevent the user from inputting invalid characters in input controls of vb .net..... it seems the the keypress event of the .net input controls is read only and therefore cannot be assigned a zero(0) or null("") value unlike in vb6 where one can set the value of the keyascii parameter of the keypress event to 0 to prevent characters typed from being shown is there some other way to do the above in vb .net

Answers (3)