I have a modal pop up defined on a page that uses a mater page architecture and have cascading dropdowns.
The issue is that on selection of an item in a parent drop down may modal pop up closes due to a post back event of selected index change.
On debugging, I found that the page pre render event is being triggered again.
Please advise to fix this issue and keep the modal popup open with cascading drop down selections.