Click here to Skip to main content
15,917,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 20:24
Prateek G18-Nov-07 20:24 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 20:19
Prateek G18-Nov-07 20:19 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 20:39
jagan12318-Nov-07 20:39 
GeneralRe: how i can down load a file from server to a client machine Pin
Prateek G18-Nov-07 23:02
Prateek G18-Nov-07 23:02 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12319-Nov-07 1:14
jagan12319-Nov-07 1:14 
AnswerRe: how i can down load a file from server to a client machine Pin
N a v a n e e t h18-Nov-07 19:17
N a v a n e e t h18-Nov-07 19:17 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 19:42
jagan12318-Nov-07 19:42 
GeneralRe: how i can down load a file from server to a client machine Pin
N a v a n e e t h18-Nov-07 19:47
N a v a n e e t h18-Nov-07 19:47 
jagadeeshkumar2106 wrote:
i am having a abc.tif in the server.when clinet click a down load button this file has to download


Inside the button click event, write Response.Redirect("abc.tif") to start the downloading.

jagadeeshkumar2106 wrote:
and when client again click save then a save as pop diolog has to come to specify where to save this server file in the clinet machine


Once you did a redirect to the file, browser will check for the extension and trying to match a application which can open that file. It shows you a popup window with save and open buttons. Clicking on save, user will be asked for the location for the file to get saved.

You don't need to worry on this, browser will take care Wink | ;)

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 20:03
jagan12318-Nov-07 20:03 
GeneralRe: how i can down load a file from server to a client machine Pin
N a v a n e e t h18-Nov-07 20:18
N a v a n e e t h18-Nov-07 20:18 
GeneralRe: how i can down load a file from server to a client machine Pin
jagan12318-Nov-07 20:21
jagan12318-Nov-07 20:21 
QuestionTo Display video in browser Pin
garga118-Nov-07 18:50
garga118-Nov-07 18:50 
AnswerRe: To Display video in browser Pin
N a v a n e e t h18-Nov-07 19:03
N a v a n e e t h18-Nov-07 19:03 
Questionproblem in storing hindi font in database Pin
Ravi_2118-Nov-07 18:19
Ravi_2118-Nov-07 18:19 
AnswerRe: problem in storing hindi font in database Pin
N a v a n e e t h18-Nov-07 18:48
N a v a n e e t h18-Nov-07 18:48 
GeneralRe: problem in storing hindi font in database Pin
Ravi_2118-Nov-07 18:52
Ravi_2118-Nov-07 18:52 
Generalproblem in storing hindi font in database Pin
Gandalf_TheWhite18-Nov-07 20:04
professionalGandalf_TheWhite18-Nov-07 20:04 
GeneralRe: problem in storing hindi font in database Pin
Ravi_2118-Nov-07 22:39
Ravi_2118-Nov-07 22:39 
GeneralRe: problem in storing hindi font in database Pin
Paul Conrad23-Dec-07 14:55
professionalPaul Conrad23-Dec-07 14:55 
QuestionHow to Decrypt the Password From SqlServer2005 Pin
mrgaddam18-Nov-07 18:12
mrgaddam18-Nov-07 18:12 
AnswerRe: How to Decrypt the Password From SqlServer2005 Pin
Michael Sync18-Nov-07 18:31
Michael Sync18-Nov-07 18:31 
GeneralRe: How to Decrypt the Password From SqlServer2005 Pin
N a v a n e e t h18-Nov-07 19:06
N a v a n e e t h18-Nov-07 19:06 
GeneralRe: How to Decrypt the Password From SqlServer2005 Pin
Michael Sync19-Nov-07 4:37
Michael Sync19-Nov-07 4:37 
GeneralRe: How to Decrypt the Password From SqlServer2005 Pin
Michael Sync19-Nov-07 5:29
Michael Sync19-Nov-07 5:29 
AnswerRe: How to Decrypt the Password From SqlServer2005 Pin
Naik A2Ze18-Nov-07 18:37
Naik A2Ze18-Nov-07 18:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.