Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
salmonraju
Yak Posting Veteran
54 Posts |
Posted - 2006-11-10 : 03:55:19
|
i am designing windows application it contains 20 controls textbox,combobox,grid etc its main task is to display details about user when correct/existing USER_ID is entered if a user enter a USER_ID, appropriate records will be shown but later if he enters incorrect USER_ID, a messagebox appears "INVALID USER", but now i want to clear all the controlshow i have to do? am I have to use like this for each and every control textbox.text="";or any other "from event" exist for this particular usage |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-10 : 03:58:26
|
Learn JavaScript or VBScript how to iterate Controls collection.Peter LarssonHelsingborg, Sweden |
 |
|
|
|
|