G
Guest
I have a form that has several dropdownlists on it, and they have to be
placed in 'If Not IsPostBack Then' becasue in some cases the choice of one
effects the choices in another. The issue is that if IU allow a user to add
(via a pop-up modal form) a new item for that particular dropdwonlist, once
they save there new value and return to the form, it isn't shown. At first I
thought I could refresh the page then realized that it wouldn't refresh those
dropdownlists inside the 'If Not IsPostBack Then' area.
what can I do? Thanx.
placed in 'If Not IsPostBack Then' becasue in some cases the choice of one
effects the choices in another. The issue is that if IU allow a user to add
(via a pop-up modal form) a new item for that particular dropdwonlist, once
they save there new value and return to the form, it isn't shown. At first I
thought I could refresh the page then realized that it wouldn't refresh those
dropdownlists inside the 'If Not IsPostBack Then' area.
what can I do? Thanx.