1. What would be better to use: a form with a tab control that has around 20-25 tabs or a mdi form with 20-25 forms ? The user doesnt see the tab pages, he moves between them using linkbuttons.
2. I have multiple textboxes where I want the user to insert only numbers. So far I thought about 2 ways to do this: I either let them write anything in the textbox and then check each character to see if its a number, or I can create a sub that handles the keypress for the textboxes
2. I have multiple textboxes where I want the user to insert only numbers. So far I thought about 2 ways to do this: I either let them write anything in the textbox and then check each character to see if its a number, or I can create a sub that handles the keypress for the textboxes