Event called on load

compguru910

Well-known member
Joined
Nov 25, 2009
Messages
47
Programming Experience
3-5
Ok, I got a combobox, that when the texted is changed, its supposed to run a query to update a field in my database. Here is the issue

The event im using is TextChanged, well unfortunately when the page loads, it changes the text when populating the values. Is there a way to make this event wait to fire until after the list is populated? Ive ran into this problem before with datetimepickers, but I was able to offset it with a boolean, but this combobox is calling the textchanged event everytime it adds an item to the list. Thanks in advanced for the help
 
Back
Top