Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Mail Pin
.NET- India 19-Nov-07 0:04
.NET- India 19-Nov-07 0:04 
GeneralRe: Mail Pin
Sam Xavier19-Nov-07 2:23
Sam Xavier19-Nov-07 2:23 
QuestionSystem.Transactions namespace missing Pin
Vipin.d14-Nov-07 2:16
Vipin.d14-Nov-07 2:16 
AnswerRe: System.Transactions namespace missing Pin
LedHeavy28-Dec-09 19:12
LedHeavy28-Dec-09 19:12 
Questionnavigate from one url to another by using ajax Pin
Ravi_2114-Nov-07 2:00
Ravi_2114-Nov-07 2:00 
AnswerRe: navigate from one url to another by using ajax Pin
Malcolm Smart14-Nov-07 2:09
Malcolm Smart14-Nov-07 2:09 
QuestionDrag & Drop Pin
ahdk14-Nov-07 1:57
ahdk14-Nov-07 1:57 
Questionopen file/document Pin
venky45614-Nov-07 1:41
venky45614-Nov-07 1:41 
hi this is the code for show the download dialog page code.it works well.but my requirement is just open.but it shows open/save/download.it takes lot of time.
i need when we click on the link then open the page .
plz help me to solve the problem.

string filename = Path.GetFileName(filepath);
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("Content-Disposition", "attachment; filename=" + filename + "");
Response.Flush();
Response.WriteFile(filepath);



regards
venkaT

venkat
AnswerRe: open file/document Pin
Malcolm Smart14-Nov-07 2:11
Malcolm Smart14-Nov-07 2:11 
QuestionAttributes["onchange"] Pin
sangramkp14-Nov-07 0:55
sangramkp14-Nov-07 0:55 
AnswerRe: Attributes["onchange"] Pin
Malcolm Smart14-Nov-07 2:12
Malcolm Smart14-Nov-07 2:12 
AnswerRe: Attributes["onchange"] Pin
SABhatti14-Nov-07 4:34
SABhatti14-Nov-07 4:34 
Question[02/03] ASP.NET version Error on IIS Pin
Vimalsoft(Pty) Ltd14-Nov-07 0:33
professionalVimalsoft(Pty) Ltd14-Nov-07 0:33 
AnswerRe: [02/03] ASP.NET version Error on IIS Pin
Michael Sync14-Nov-07 0:38
Michael Sync14-Nov-07 0:38 
GeneralRe: [02/03] ASP.NET version Error on IIS Pin
Vimalsoft(Pty) Ltd14-Nov-07 1:32
professionalVimalsoft(Pty) Ltd14-Nov-07 1:32 
AnswerRe: [02/03] ASP.NET version Error on IIS Pin
Abhijit Jana14-Nov-07 0:38
professionalAbhijit Jana14-Nov-07 0:38 
AnswerRe: [02/03] ASP.NET version Error on IIS Pin
N a v a n e e t h14-Nov-07 0:41
N a v a n e e t h14-Nov-07 0:41 
Questionstring concatenation of listbox items Pin
alexvarghese14-Nov-07 0:32
alexvarghese14-Nov-07 0:32 
AnswerRe: string concatenation of listbox items Pin
Michael Sync14-Nov-07 0:41
Michael Sync14-Nov-07 0:41 
QuestionProblem with session timeout Pin
Malayil alex14-Nov-07 0:27
Malayil alex14-Nov-07 0:27 
AnswerRe: Problem with session timeout Pin
Michael Sync14-Nov-07 0:33
Michael Sync14-Nov-07 0:33 
GeneralRe: Problem with session timeout Pin
Malayil alex14-Nov-07 0:58
Malayil alex14-Nov-07 0:58 
QuestionSelecting a row in gridview Pin
alexvarghese14-Nov-07 0:23
alexvarghese14-Nov-07 0:23 
AnswerRe: Selecting a row in gridview Pin
N a v a n e e t h14-Nov-07 0:36
N a v a n e e t h14-Nov-07 0:36 
AnswerRe: Selecting a row in gridview Pin
Michael Sync14-Nov-07 0:36
Michael Sync14-Nov-07 0:36 

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.