hi friends,
i am implementing code to automatic download files from client site without intermediatory manual step using c# code.
i am using webBrowser control application to access element of website.but when i click on Download button using c# code i shows the save file dialog to enter file path to save file.my requirement is to save the files through c# code by passing path without save file dialog.
Thanks for ur valuable time & help
Loading

Iftikar HussainPosted Jul 15, 2013, 5:27 AM
Regards,
Iftikar
Mai Hu NaPosted Jul 11, 2013, 5:27 AM
foreach (HtmlElement row in webBrowser1.Document.Window.Frames["View_Frame"].Document.GetElementsByTagName("TR"))
{
foreach (HtmlElement link in row.GetElementsByTagName("A")) { link.InvokeMember("Click");
}
}
Iftikar HussainPosted Jul 10, 2013, 1:50 AM
Regards,
Iftikar
Mai Hu NaPosted Jul 10, 2013, 1:49 AM
Iftikar HussainPosted Jul 9, 2013, 4:44 AM
Regards,
Iftikar
Mai Hu NaPosted Jul 9, 2013, 4:33 AM
Iftikar HussainPosted Jul 9, 2013, 4:24 AM
Regards,
Iftikar
Mai Hu NaPosted Jul 9, 2013, 3:38 AM
Iftikar HussainPosted Jul 9, 2013, 3:36 AM
Are you looking the solution in ASP.NET?
Regards,
Iftikar