Click here to Skip to main content
15,894,291 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIE6 get frezzed during ajax call in asp.net 1.1 Pin
Jagz W30-Apr-09 16:44
professionalJagz W30-Apr-09 16:44 
AnswerRe: IE6 get frezzed during ajax call in asp.net 1.1 Pin
Christian Graus30-Apr-09 19:13
protectorChristian Graus30-Apr-09 19:13 
GeneralRe: IE6 get frezzed during ajax call in asp.net 1.1 Pin
Jagz W1-May-09 18:18
professionalJagz W1-May-09 18:18 
AnswerRe: IE6 get frezzed during ajax call in asp.net 1.1 Pin
saanj30-Apr-09 19:45
saanj30-Apr-09 19:45 
QuestionError when excluding Activeds and ADODC references in the setup program Pin
prateeksj30-Apr-09 15:46
prateeksj30-Apr-09 15:46 
QuestionDesing Question--SEO Pin
Amit Kumar G30-Apr-09 13:32
Amit Kumar G30-Apr-09 13:32 
AnswerRe: Desing Question--SEO Pin
Jeff Circeo1-May-09 2:46
Jeff Circeo1-May-09 2:46 
QuestionFile Download works in IE but not in Firefox Pin
Meax30-Apr-09 10:11
Meax30-Apr-09 10:11 
<br />
Dim path = "C:\Inetpub\wwwroot\MySite\Files\Downloads\Contact Details.xlsx" <br />
            Dim file As System.IO.FileInfo = New System.IO.FileInfo(path)<br />
            If file.Exists Then<br />
                Response.Clear()<br />
                Response.AddHeader("Content-Disposition", "attachment; filename=" & file.Name)<br />
                Response.AddHeader("Content-Length", file.Length.ToString())<br />
                Response.ContentType = "application/octet-stream"<br />
                Response.WriteFile(file.FullName)<br />
                Response.End()<br />
            Else<br />
                Response.Write("This file does not exist.")<br />
            End If<br />


can anyone tell me why firefox doesn't recognize file type with this code. i can't open the files downloaded with firefox.
AnswerRe: File Download works in IE but not in Firefox Pin
Christian Graus30-Apr-09 10:35
protectorChristian Graus30-Apr-09 10:35 
Questionlooking for a good asp.net 3.5 SQL 2008 host the last was sucked Pin
learningman30-Apr-09 7:25
learningman30-Apr-09 7:25 
QuestionAbility to type,paste symbols in the subject of email Pin
vmang30-Apr-09 6:08
vmang30-Apr-09 6:08 
AnswerRe: Ability to type,paste symbols in the subject of email Pin
Rolando CC30-Apr-09 6:56
professionalRolando CC30-Apr-09 6:56 
GeneralRe: Ability to type,paste symbols in the subject of email Pin
vmang30-Apr-09 7:58
vmang30-Apr-09 7:58 
GeneralRe: Ability to type,paste symbols in the subject of email Pin
Rolando CC30-Apr-09 8:12
professionalRolando CC30-Apr-09 8:12 
QuestionFileUpload1.Hasfile always returns False Pin
Saba0230-Apr-09 4:10
Saba0230-Apr-09 4:10 
AnswerRe: FileUpload1.Hasfile always returns False Pin
MidwestLimey30-Apr-09 6:28
professionalMidwestLimey30-Apr-09 6:28 
AnswerRe: FileUpload1.Hasfile always returns False Pin
AlexeiXX330-Apr-09 6:29
AlexeiXX330-Apr-09 6:29 
GeneralRe: FileUpload1.Hasfile always returns False Pin
Saba0230-Apr-09 8:39
Saba0230-Apr-09 8:39 
GeneralRe: FileUpload1.Hasfile always returns False Pin
AlexeiXX330-Apr-09 9:31
AlexeiXX330-Apr-09 9:31 
QuestionCONTENT Pin
girikaimal30-Apr-09 2:40
girikaimal30-Apr-09 2:40 
AnswerRe: CONTENT Pin
Abhijit Jana30-Apr-09 4:06
professionalAbhijit Jana30-Apr-09 4:06 
AnswerRe: CONTENT Pin
AlexeiXX330-Apr-09 6:32
AlexeiXX330-Apr-09 6:32 
QuestionHow to get Datalist ROW number? Pin
sameercodes30-Apr-09 0:49
sameercodes30-Apr-09 0:49 
AnswerRe: How to get Datalist ROW number? Pin
saanj30-Apr-09 3:00
saanj30-Apr-09 3:00 
GeneralRe: How to get Datalist ROW number? Pin
sameercodes30-Apr-09 3:57
sameercodes30-Apr-09 3: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.