S
Sudip_inn
Guest
when i open this url Model Download Links with any browser then a excel file automatically start downloading but when i load the same url with web browser control then excel file is not getting downloaded in client pc.
webBrowser1.Navigate("Model Download Links");
webBrowser1.ScriptErrorsSuppressed = true;
MessageBox.Show("done");
webbrowser control loading the url but UI doesn not look good and excel file is not getting started downloading.
how to achieve what i am looking for. my objective is to load a url in browser and and excel file should be start downloading. please guide me what code i need to write to achieve my goal. thanks
Continue reading...
webBrowser1.Navigate("Model Download Links");
webBrowser1.ScriptErrorsSuppressed = true;
MessageBox.Show("done");
webbrowser control loading the url but UI doesn not look good and excel file is not getting started downloading.
how to achieve what i am looking for. my objective is to load a url in browser and and excel file should be start downloading. please guide me what code i need to write to achieve my goal. thanks
Continue reading...