I need a txtbox to be formatted to currency and another to accept a credit card number. Is there a maskedit box in .NET?
Printable View
I need a txtbox to be formatted to currency and another to accept a credit card number. Is there a maskedit box in .NET?
Hi
Use the format funtion on the leave event, or monitor the key presses. For example: Credit card # read 4 numbers, then - then 4 numbers!
Hope this helps
Danny
is there a way I can have the textbox formatted on the page_load?
Hi
Just put the format fucntion on the form load, not sure of your goal in this, can you be more speicfic