Click here to Skip to main content
15,924,193 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondisplaying pdf in browser Pin
justintimberlake6-May-08 1:10
justintimberlake6-May-08 1:10 
AnswerRe: displaying pdf in browser Pin
eyeseetee6-May-08 1:28
eyeseetee6-May-08 1:28 
QuestionEmail sending --some prob with sending Pin
asif_36-May-08 0:25
asif_36-May-08 0:25 
AnswerRe: Email sending Pin
Abhijit Jana6-May-08 0:41
professionalAbhijit Jana6-May-08 0:41 
GeneralRe: Email sending Pin
asif_36-May-08 0:52
asif_36-May-08 0:52 
GeneralRe: Email sending Pin
Vasudevan Deepak Kumar6-May-08 1:42
Vasudevan Deepak Kumar6-May-08 1:42 
AnswerRe: Email sending --some prob with sending Pin
eyeseetee6-May-08 0:45
eyeseetee6-May-08 0:45 
QuestionQuery Regarding Saving a text file using response.Addheader. Pin
Member 46908966-May-08 0:19
Member 46908966-May-08 0:19 
i am generating a text file and storing it in a temporary path and then propmting a "save as" dialogue box wherein the user can browse for a path and store the text file at the desired location at user's end.

the code that i m using is:

Response.ContentType = "text/plain"
Response.AddHeader("Content-Disposition","attachment;filename=Script.txt") Response.TransmitFile("D:\Script.txt" )
Response.Flush()
Response.End()

and on the same page i have a hyperlink button which should redirect the user to another page.the text file is being saved at the browsed location and the hyperlink button is also redirecting to the desired page..but the URL is not getting changed as that of the redirected page.but when i try to do the same with a pdf file then the URL is changing to that of the redirected page.

Pls tell me how to get the corresponding redirection url when saving a text file..
Questiondynamic forms Pin
khalil2006-May-08 0:06
khalil2006-May-08 0:06 
AnswerRe: dynamic forms Pin
Abhijit Jana6-May-08 0:08
professionalAbhijit Jana6-May-08 0:08 
GeneralRe: dynamic forms Pin
khalil2006-May-08 0:36
khalil2006-May-08 0:36 
Questionone frame calling a function in another frame Pin
gottimukkala5-May-08 23:47
gottimukkala5-May-08 23:47 
AnswerRe: one frame calling a function in another frame Pin
Abhijit Jana6-May-08 0:10
professionalAbhijit Jana6-May-08 0:10 
GeneralRe: one frame calling a function in another frame Pin
gottimukkala6-May-08 0:14
gottimukkala6-May-08 0:14 
GeneralRe: one frame calling a function in another frame Pin
Abhijit Jana6-May-08 0:29
professionalAbhijit Jana6-May-08 0:29 
QuestionDifference between 3 tier and N-tier architecture Pin
.NET- India 5-May-08 23:22
.NET- India 5-May-08 23:22 
AnswerRe: Difference between 3 tier and N-tier architecture Pin
Vasudevan Deepak Kumar5-May-08 23:31
Vasudevan Deepak Kumar5-May-08 23:31 
GeneralRe: Difference between 3 tier and N-tier architecture Pin
.NET- India 5-May-08 23:34
.NET- India 5-May-08 23:34 
GeneralRe: Difference between 3 tier and N-tier architecture Pin
eyeseetee5-May-08 23:58
eyeseetee5-May-08 23:58 
AnswerRe: Difference between 3 tier and N-tier architecture Pin
Christian Graus6-May-08 1:35
protectorChristian Graus6-May-08 1:35 
QuestionSending mails Pin
hari4ur5-May-08 22:58
hari4ur5-May-08 22:58 
AnswerRe: Sending mails Pin
eyeseetee5-May-08 23:31
eyeseetee5-May-08 23:31 
AnswerRe: Sending mails Pin
Vasudevan Deepak Kumar5-May-08 23:31
Vasudevan Deepak Kumar5-May-08 23:31 
AnswerRe: Sending mails Pin
Reelix5-May-08 23:45
Reelix5-May-08 23:45 
QuestionAbout Ajax Accordion and swf files Pin
maryam.saboor5-May-08 22:21
professionalmaryam.saboor5-May-08 22:21 

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.