c# text box validation

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
i have a form in c# . with two text boxes(textbox1,textbox2)<br/><br/>i need to validate textbox1 as integer only<br/><br/>textbox2 as decimal only<br/><br/>( if i press charecter or any function keys donnt accept,donnt show any message shold be like a dead keystroke)<br/><br/>how i can set it my text box only accept(integer,decimal)<br/><br/>regards<br/><br/>sadique

View the full article
 
Back
Top