|
-
Dec 1st, 2006, 05:29 AM
#1
Thread Starter
Addicted Member
combobox default value
In my Form_Load method I have code that populates a combobox.
I want the value at item 0 to be set as the default.
I way of doing this is to set selecteditem to 0 but unfortunitly I have an indexchanged event as well so this is call when the selecteditem is set to 0 in the load event.
How can i set a default value after the combobox has been populated but I dont want the indexchanged event called at this stage.
Thanks
John
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|