Click here to Skip to main content
15,886,067 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get N words of a string Pin
shapper30-Sep-06 2:13
shapper30-Sep-06 2:13 
AnswerRe: Get N words of a string Pin
Guffa1-Oct-06 8:49
Guffa1-Oct-06 8:49 
GeneralRe: Get N words of a string Pin
Not Active30-Sep-06 2:53
mentorNot Active30-Sep-06 2:53 
QuestionCaution against using System.Drawing namespace in ASP.NET Pin
Peter Josefsson Sweden29-Sep-06 12:59
Peter Josefsson Sweden29-Sep-06 12:59 
QuestionActive Directory User Creation Pin
legionnaire29-Sep-06 12:07
legionnaire29-Sep-06 12:07 
AnswerRe: Active Directory User Creation Pin
legionnaire2-Oct-06 5:51
legionnaire2-Oct-06 5:51 
GeneralRe: Active Directory User Creation Pin
legionnaire2-Oct-06 6:24
legionnaire2-Oct-06 6:24 
QuestionFile Download Response..... Pin
Neo7869229-Sep-06 9:35
Neo7869229-Sep-06 9:35 
Hi guys,

I have used following code

Response.AppendHeader( "content-disposition", "attachment;filename=" + FilePath );
Response.WriteFile(FilePath);
Response.End();

to get the download dialog box for one file on my server. Can any body tell me how can i get the response (Whether user has clicked Open, Save or Cancel button)???

Thanks in Advance
AnswerRe: File Download Response..... Pin
Jim Conigliaro29-Sep-06 10:45
Jim Conigliaro29-Sep-06 10:45 
QuestionRe: File Download Response..... Pin
Neo7869230-Sep-06 4:51
Neo7869230-Sep-06 4:51 
QuestionInherited TreeView Nodes and typeof Pin
perlmunger29-Sep-06 7:48
perlmunger29-Sep-06 7:48 
AnswerRe: Inherited TreeView Nodes and typeof Pin
minhpc_bk29-Sep-06 15:03
minhpc_bk29-Sep-06 15:03 
GeneralRe: Inherited TreeView Nodes and typeof Pin
perlmunger30-Sep-06 9:29
perlmunger30-Sep-06 9:29 
GeneralRe: Inherited TreeView Nodes and typeof Pin
minhpc_bk1-Oct-06 2:43
minhpc_bk1-Oct-06 2:43 
QuestionTableAdapter info Pin
robert11029-Sep-06 7:40
robert11029-Sep-06 7:40 
AnswerRe: TableAdapter info Pin
Not Active29-Sep-06 7:58
mentorNot Active29-Sep-06 7:58 
AnswerRe: TableAdapter info Pin
sanju027629-Sep-06 9:34
sanju027629-Sep-06 9:34 
Questionphp Pin
amaneet29-Sep-06 6:39
amaneet29-Sep-06 6:39 
AnswerRe: php Pin
nguyenvhn29-Sep-06 16:24
nguyenvhn29-Sep-06 16:24 
Questionphp Pin
amaneet29-Sep-06 6:25
amaneet29-Sep-06 6:25 
AnswerRe: php Pin
Not Active29-Sep-06 7:35
mentorNot Active29-Sep-06 7:35 
QuestionWeb Control Designing Questions Pin
Xiaoming Qian29-Sep-06 4:41
Xiaoming Qian29-Sep-06 4:41 
QuestionKeeping focus on control after postback?? Pin
Goalie3529-Sep-06 3:54
Goalie3529-Sep-06 3:54 
AnswerRe: Keeping focus on control after postback?? Pin
postmaster@programmingknowledge.com29-Sep-06 4:48
postmaster@programmingknowledge.com29-Sep-06 4:48 
AnswerRe: Keeping focus on control after postback?? Pin
Not Active29-Sep-06 5:38
mentorNot Active29-Sep-06 5:38 

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.