Save File Dialog Box in Asp.net....
-
Hi, How to use save File Dialog Box in asp.net+C#.net. Any related Controls? First thing is that any save file dialog box is there in asp.net. Regards, Palanivel
-
Hi, How to use save File Dialog Box in asp.net+C#.net. Any related Controls? First thing is that any save file dialog box is there in asp.net. Regards, Palanivel
-
Ya is there and you Google it. :) Do you want to upload a file to a server ... Correct. Server control is there. :)
Thanx. When I click the button (ie)it should show like the save file dialog and ask for file name to save and store the full path in a string type variable in asp.net with c#. its urgent.
-
Thanx. When I click the button (ie)it should show like the save file dialog and ask for file name to save and store the full path in a string type variable in asp.net with c#. its urgent.
spalanivel wrote:
its urgent.
There is nice portal for urgent matters http://www.getafreelancer.com/[^] Anyway, have a look at Response.BinayWrite method to basically flush the binay data(which will be your file) to the client. You need to get the file from the server. SO here are the steps: 1.) Google for 'Download file using Asp.net'[^] 2.) Google for 'Reponse.BinaryWrite asp.net'[^]
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Hi, How to use save File Dialog Box in asp.net+C#.net. Any related Controls? First thing is that any save file dialog box is there in asp.net. Regards, Palanivel
NO This feature is not use in ASP.net If you want to save any file then make a dynamic link. And when clicking on this link it will ask to save file. Regards Atul
-
NO This feature is not use in ASP.net If you want to save any file then make a dynamic link. And when clicking on this link it will ask to save file. Regards Atul
You're wrong. Passing a file through a binary write, will create a save file dialog.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )