D
Doogie
Are you binding the combo box every time the page loads even if it being
That was my problem, kind of. My code to fill the dropdown list is in
my page load of my user control and was happening regardless of it was
a post back or not so was going to the db and getting the data to fill
the dropdown everytime. Once I modified that to only occur when not
doing a post back, everything is working fine.
That was my problem, kind of. My code to fill the dropdown list is in
my page load of my user control and was happening regardless of it was
a post back or not so was going to the db and getting the data to fill
the dropdown everytime. Once I modified that to only occur when not
doing a post back, everything is working fine.