i am working on VS 2013.
when i tried to access files from the FTP server, after providing credentials, the folders are listed in the web browser control but when i double click any of the folder to find file in it, it just open a windows explorer with the list of files but i want
to do it in web browser control itself (without using window explorer).
so i want that when i double click on any folder listed in web browser, it open the list of files and folders in the web browser itself and when i want to access or download any of the files, i can do it from the web browser control (so no windows explorer
should open (once again)). actually this is the requirement from client.
and i should easily access / download (open / save) any of the files in the folders using web browser control.
please give me the solution. some code samples will help me very much.
thanks