Hi,
When I initiate WDW from the frame say 'main' frame, it only blocks user interaction with that 'main' frame. Other frames are possible to interactor for user.
Can I implement , as all the other frames will get blocked - no user intraction will be posible on from any frame? When I intiate it from any frame.
Hope I have clearlly specify , what I mean to.
Please help.
Hi Amol,
The logic of WebDialogWindow is related to the window where dialog is located. In theory, if all frames in application are parts of aspx, then it is possible for application to get references to their documents and create some kinds of blocks for them. Or application can access the parent window and create a block within that window. However, similar actions are beyond scope of dialog window. They are suggestions what can be done to achive that.
Hi Viktor,
So its outof scoop of WebDialogWindow ? , ok. Let i possibly think over your other sugesstions.
Yet it will be good for me , if you have any example to block the parent window.
Thank you,