I have a tabhost with 11 tabs on it. Each tab has a variety of textboxes, radio buttons, checkboxes, etc.
Once I have uploaded the user entries to a database, I need to reset everything. Basically wiping the textboxes, unchecking checkboxes resetting spinners, etc.
Is there an easy way to do this without having to go to each and every item and put a line of code in to clear or reset it?
Once I have uploaded the user entries to a database, I need to reset everything. Basically wiping the textboxes, unchecking checkboxes resetting spinners, etc.
Is there an easy way to do this without having to go to each and every item and put a line of code in to clear or reset it?