Click here to Skip to main content
15,912,932 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Is there any way to optimize GIF Image without using GIFBOT or third party?? help will be greately appreciated Pin
Pete O'Hanlon27-Apr-07 1:09
mvePete O'Hanlon27-Apr-07 1:09 
QuestionDRM Protected file is not play in wmp 11 player Pin
amitmistry_petlad 26-Apr-07 23:31
amitmistry_petlad 26-Apr-07 23:31 
QuestionMsgBox() Function Pin
wilf5726-Apr-07 23:26
wilf5726-Apr-07 23:26 
AnswerRe: MsgBox() Function Pin
Christian Graus26-Apr-07 23:43
protectorChristian Graus26-Apr-07 23:43 
QuestionHow To Optimize Gif Images ??? It's So Cool To Answer This ??? Pin
Rahul_asp.net26-Apr-07 23:17
Rahul_asp.net26-Apr-07 23:17 
AnswerRe: How To Optimize Gif Images ??? It's So Cool To Answer This ??? Pin
Sathesh Sakthivel26-Apr-07 23:23
Sathesh Sakthivel26-Apr-07 23:23 
QuestionSession timeout Pin
NICE TO MEET26-Apr-07 23:13
NICE TO MEET26-Apr-07 23:13 
QuestionFile Download Feedback/result Pin
theScorp26-Apr-07 23:11
theScorp26-Apr-07 23:11 
How can I get if the File download was successful or not.

I m simply using -
Response.Redirect(url)

The file download dialog box contains Save, Cancel.
How could I know that User clicked Cancel?

Is there any workaround?

I hv also tried

Response.Clear()<br />
Response.AddHeader("Content-Disposition", "attachment; filename=" & file.Name)<br />
Response.AddHeader("Content-Length", file.Length.ToString())<br />
Response.ContentType = "application/octet-stream"<br />
Response.WriteFile(file.FullName)<br />
Response.End 'if file does not exist


But how could i get the Result of Download operation?





"If our Mind can, the Program can !!"

QuestionUrgent help in Log4Net Pin
Jia Fang26-Apr-07 22:35
Jia Fang26-Apr-07 22:35 
Questionsql server transactions Pin
wilf5726-Apr-07 21:53
wilf5726-Apr-07 21:53 
AnswerRe: sql server transactions Pin
N a v a n e e t h26-Apr-07 22:41
N a v a n e e t h26-Apr-07 22:41 
GeneralRe: sql server transactions Pin
wilf5726-Apr-07 23:20
wilf5726-Apr-07 23:20 
GeneralRe: sql server transactions Pin
Colin Angus Mackay27-Apr-07 0:47
Colin Angus Mackay27-Apr-07 0:47 
GeneralRe: sql server transactions Pin
wilf5727-Apr-07 1:49
wilf5727-Apr-07 1:49 
GeneralRe: sql server transactions Pin
wilf5727-Apr-07 3:36
wilf5727-Apr-07 3:36 
Questionhyperlinkfield of gridview Pin
Rajeshcross26-Apr-07 21:32
Rajeshcross26-Apr-07 21:32 
Questionhow to create delay at server side function Pin
rama charan26-Apr-07 21:18
rama charan26-Apr-07 21:18 
AnswerRe: how to create delay at server side function Pin
Sathesh Sakthivel26-Apr-07 21:25
Sathesh Sakthivel26-Apr-07 21:25 
AnswerRe: how to create delay at server side function Pin
Mayank Parmar27-Apr-07 0:27
professionalMayank Parmar27-Apr-07 0:27 
Questionupdate in Grid view Pin
Rhydo26-Apr-07 21:11
Rhydo26-Apr-07 21:11 
AnswerRe: update in Grid view Pin
Sathesh Sakthivel26-Apr-07 21:14
Sathesh Sakthivel26-Apr-07 21:14 
GeneralRe: update in Grid view Pin
Rhydo26-Apr-07 21:59
Rhydo26-Apr-07 21:59 
GeneralRe: update in Grid view Pin
Sathesh Sakthivel26-Apr-07 23:06
Sathesh Sakthivel26-Apr-07 23:06 
QuestionASP.Net chat code Pin
Rhydo26-Apr-07 21:08
Rhydo26-Apr-07 21:08 
AnswerRe: ASP.Net chat code Pin
Sathesh Sakthivel26-Apr-07 21:13
Sathesh Sakthivel26-Apr-07 21:13 

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.