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

ASP.NET

 
AnswerRe: Java Script Validation for Radio Button inside Grid View Pin
Shaik Haneef8-Sep-08 0:31
Shaik Haneef8-Sep-08 0:31 
AnswerRe: Java Script Validation for Radio Button inside Grid View Pin
Jay_se8-Sep-08 2:42
Jay_se8-Sep-08 2:42 
QuestionDataModule is not a member of 'System.Security.Principal.IPrincipal' Pin
kmathebula7-Sep-08 21:41
kmathebula7-Sep-08 21:41 
QuestionResponse object in class file Pin
needhi_p7-Sep-08 21:20
needhi_p7-Sep-08 21:20 
AnswerRe: Response object in class file Pin
N a v a n e e t h7-Sep-08 21:23
N a v a n e e t h7-Sep-08 21:23 
AnswerRe: Response object in class file Pin
Shaik Haneef8-Sep-08 0:08
Shaik Haneef8-Sep-08 0:08 
GeneralRe: Response object in class file Pin
J4amieC8-Sep-08 0:21
J4amieC8-Sep-08 0:21 
Questionopening an html file which is stored in sql database. Pin
Sasmi_Office7-Sep-08 20:52
Sasmi_Office7-Sep-08 20:52 
Dear Friends,

Thanks for the different type of helps in time to time matter,

Currently i am working on an project in which i am storing different type of extension document in sql database at column with data type "image" all working properly. but today i found an bug in it that if i am trying to open any html file it is open in same browser where my web applcation is running......

Is it possible to open that file to different browser?

Please help me regard this.

Thanks in advanced.

My code to open the stored doc is as beow

Code: C#

Response.Clear();

Response.AddHeader("Content-Disposition", "attachment; filename=<filename>" + <file extention="">);

Response.ContentType = "application/octet-stream";

Response.BinaryWrite(<byte array="" of="" the="" file="">);

Response.End();</byte></file></filename>


Sasmi
AnswerRe: opening an html file which is stored in sql database. Pin
N a v a n e e t h7-Sep-08 21:21
N a v a n e e t h7-Sep-08 21:21 
GeneralRe: opening an html file which is stored in sql database. Pin
Sasmi_Office7-Sep-08 21:53
Sasmi_Office7-Sep-08 21:53 
QuestionMy SQl Date Time problem Pin
Krazy Programmer7-Sep-08 20:51
Krazy Programmer7-Sep-08 20:51 
AnswerRe: My SQl Date Time problem Pin
Blue_Boy7-Sep-08 21:13
Blue_Boy7-Sep-08 21:13 
GeneralRe: My SQl Date Time problem Pin
Krazy Programmer7-Sep-08 21:31
Krazy Programmer7-Sep-08 21:31 
AnswerRe: My SQl Date Time problem Pin
pratik malviya7-Sep-08 21:43
pratik malviya7-Sep-08 21:43 
QuestionDataTable to Excel Pin
Vignesh Krishnan7-Sep-08 20:24
Vignesh Krishnan7-Sep-08 20:24 
AnswerRe: DataTable to Excel Pin
Blue_Boy7-Sep-08 20:46
Blue_Boy7-Sep-08 20:46 
AnswerRe: DataTable to Excel Pin
Shaik Haneef8-Sep-08 0:21
Shaik Haneef8-Sep-08 0:21 
GeneralRe: DataTable to Excel Pin
Gamzun8-Sep-08 17:23
Gamzun8-Sep-08 17:23 
AnswerRe: DataTable to Excel Pin
Herman<T>.Instance8-Sep-08 23:11
Herman<T>.Instance8-Sep-08 23:11 
QuestionAllowed html tags crystal report in ASP.NET Pin
King Shez7-Sep-08 20:08
King Shez7-Sep-08 20:08 
AnswerRe: Allowed html tags crystal report in ASP.NET Pin
King Shez7-Sep-08 20:35
King Shez7-Sep-08 20:35 
GeneralRe: Allowed html tags crystal report in ASP.NET Pin
kumar.ashok0513-Sep-09 22:02
kumar.ashok0513-Sep-09 22:02 
GeneralRe: Allowed html tags crystal report in ASP.NET Pin
amir.net9-Oct-09 5:13
amir.net9-Oct-09 5:13 
Questionhow to use code behind files function in aspx file Pin
pratik malviya7-Sep-08 19:54
pratik malviya7-Sep-08 19:54 
AnswerRe: how to use code behind files function in aspx file Pin
Sandeep Akhare7-Sep-08 22:36
Sandeep Akhare7-Sep-08 22: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.