I have a few textboxes in my application that can only accept decimals. I handled this through the key press event handler but the user can still input whatever text he would like through copying and pasting how to only allow the correct data to be pasted
into this textbox without using a masked text box?
Debra has a question