Rank: Newbie Groups: Member
Joined: 12/29/2015 Posts: 1
|
Hello support,
Where and how can I set the default save location, when click on export to excel button in the web page from the EO web browser of winforms application. Currently it was showing a save dialog window. I want to save the file without manually click on save button. Can you please help out me on this.
Thanks, Amar.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, You need to handle FileDialog event: http://www.essentialobjects.com/doc/webbrowser/customize/file_dialog.aspxInside your event handler you can just call e.Continue with the desired file name without displaying any dialog. Thanks!
|