|
-
Jul 26th, 2006, 01:54 AM
#1
Thread Starter
Member
[RESOLVED] [2005] Problem with ComboBox_SelectedIndexChanged event
I have ComboBox bound to DataTable (Lookup table) and I have some code in ComboBox_SelectedIndexChanged event. I want that code to be executed when user select value from ComboBox.
Problem is that ComboBox_SelectedIndexChanged event fired on form load which I dont want, I expect it to be fired only when user pick item in combobox.
How to avoid ComboBox_SelectedIndexChanged event to be fired on form load?
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
|