J
Jon Paal
I have a dropdownlist which serves as a master to select a record for display in a formview.
After clicking the formview update button, the record is modified but the master dropdownlist does not reload the modified record
information.
I've tried :
--an onclick event handler in the update command button
--a call to populate the dropdown from the page_init
--a call to populate the dropdown from the page_preRender
--a call to populate the dropdown from the page_Load : on postback
....no success
After clicking the formview update button, the record is modified but the master dropdownlist does not reload the modified record
information.
I've tried :
--an onclick event handler in the update command button
--a call to populate the dropdown from the page_init
--a call to populate the dropdown from the page_preRender
--a call to populate the dropdown from the page_Load : on postback
....no success