Click here to Skip to main content
15,881,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsend alert message from child ascx to the parent page Pin
netJP12L19-May-10 9:59
netJP12L19-May-10 9:59 
AnswerRe: send alert message from child ascx to the parent page Pin
raju melveetilpurayil19-May-10 10:40
professionalraju melveetilpurayil19-May-10 10:40 
AnswerRe: send alert message from child ascx to the parent page Pin
T M Gray19-May-10 11:46
T M Gray19-May-10 11:46 
AnswerRe: send alert message from child ascx to the parent page Pin
PunkIsNotDead20-May-10 18:38
PunkIsNotDead20-May-10 18:38 
QuestionProblem with ForceDownloads Pin
AndyASPVB19-May-10 9:57
AndyASPVB19-May-10 9:57 
Hi
I have a gridview which has button that allows a user to click and download an xml file stored else where using force download - Response.AddHeader whether.

However, whilst this all works fine, when file is downloaded it prompts the user to save the file first and then opens the saved file in a new window. What I want to do is not to save the file first, but to immediately open the file in a new window without saving. I have tried all sorts of things, but none have satisfied the design I want to implement.

Thus:

1) Response.ContentType = "Applicaton/vnd.ms-xml"; This cause the user to save the file first before opening in a new page

2) Response.ContentType = "text/xml"; Opens in the window without saving first but opens in the existing window without allowing the user to go back to the gridview from where they clicked.

Does anyone have a way round this where I can open in a new window without saving?

Thanks
AnswerRe: Problem with ForceDownloads Pin
Venkatesh Mookkan19-May-10 16:46
Venkatesh Mookkan19-May-10 16:46 
QuestionHow to make two seperate lists of "Master" links lead to a single Details FormView control? Pin
Nostrom019-May-10 6:54
Nostrom019-May-10 6:54 
Questionunique browser session id in asp.net Pin
trilokharry19-May-10 4:54
trilokharry19-May-10 4:54 
AnswerRe: unique browser session id in asp.net Pin
Venkatesh Mookkan19-May-10 16:48
Venkatesh Mookkan19-May-10 16:48 
GeneralRe: unique browser session id in asp.net Pin
Martin Jarvis20-May-10 6:12
Martin Jarvis20-May-10 6:12 
Questionreturning to same place on long page Pin
MacIntyre19-May-10 4:42
MacIntyre19-May-10 4:42 
AnswerRe: returning to same place on long page Pin
Yusuf19-May-10 4:53
Yusuf19-May-10 4:53 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 5:12
MacIntyre19-May-10 5:12 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 5:37
Yusuf19-May-10 5:37 
GeneralRe: returning to same place on long page Pin
Enobong Adahada19-May-10 5:58
Enobong Adahada19-May-10 5:58 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 6:02
Yusuf19-May-10 6:02 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 6:09
MacIntyre19-May-10 6:09 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 6:31
Yusuf19-May-10 6:31 
GeneralRe: returning to same place on long page Pin
Not Active19-May-10 7:04
mentorNot Active19-May-10 7:04 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 7:07
Yusuf19-May-10 7:07 
GeneralRe: returning to same place on long page Pin
Not Active19-May-10 7:02
mentorNot Active19-May-10 7:02 
AnswerRe: returning to same place on long page Pin
Not Active19-May-10 6:59
mentorNot Active19-May-10 6:59 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 7:06
Yusuf19-May-10 7:06 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 7:48
MacIntyre19-May-10 7:48 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 7:57
MacIntyre19-May-10 7:57 

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.