enochsfootwear
Programmer
Hi,
I have a page that has a dropdown that queries the database to populate other controls on the form depending on what item was selected in the dropdown. There is also a CustomValidator. The problem I’m having is that if the page is submitted and the validation fails then the postback doesn’t work on the dropdown; the user is forced to make a couple different selections before the SelectedIndexChanged fires. Is this normal, is the user forced to make changes before the postback will work again?
Thanks
I have a page that has a dropdown that queries the database to populate other controls on the form depending on what item was selected in the dropdown. There is also a CustomValidator. The problem I’m having is that if the page is submitted and the validation fails then the postback doesn’t work on the dropdown; the user is forced to make a couple different selections before the SelectedIndexChanged fires. Is this normal, is the user forced to make changes before the postback will work again?
Thanks