or
I am Facing Problems in Handling Download Dialogs in IE 9, I used the Code Snippet below:-
This Code works in IE 8, but not in IE 9
//Code to Handle the IE Download DialogBox
IEDownloadDialog iedownload = new IEDownloadDialog(Manager.ActiveBrowser, DialogButton.OPEN, Manager.Desktop);
//Handles the Dialog Pop-up
Manager.DialogMonitor.AddDialog(iedownload);
Please help me how to Resolve this problem in IE9 first
Also I want solution for All other Browsers (FF, Chrome, Safari)
Thanks
Nitin