I have application that has few layers on top of each other ..so i used JQuery Dialog methods and AjaxControltoolkit ModalPopupextender , but both are ok until i use on layer. if i try multiple layers, it start getting issues like circular reference issue
or styling issues or issues referencing child vs parent data passing or hiding one and keeping others open.
i have experimented with bunch of additional work around with updatepanel and custom code to make these above technology works....but still i am not happy with these both approach. I can not try opening separate form page itself because then parent page
and child page both behave independently and one get hidden and other get open and user loose context when he/she working at a time.
Can any one assist if there are any alternative approach that i can try when we face multiple layering??
Go to the complete details ...