Click here to Skip to main content
15,886,787 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: connection string for webserver Pin
Abhishek Sur28-Sep-09 10:19
professionalAbhishek Sur28-Sep-09 10:19 
QuestionForum coding Pin
sangeeta200928-Sep-09 4:47
sangeeta200928-Sep-09 4:47 
AnswerRe: Forum coding Pin
Richard MacCutchan28-Sep-09 5:53
mveRichard MacCutchan28-Sep-09 5:53 
AnswerRe: Forum coding Pin
Marc Firth28-Sep-09 5:55
Marc Firth28-Sep-09 5:55 
QuestionLink not working Pin
sito4227-Sep-09 19:08
sito4227-Sep-09 19:08 
AnswerRe: Link not working Pin
Marc Firth27-Sep-09 22:34
Marc Firth27-Sep-09 22:34 
GeneralRe: Link not working Pin
sito4228-Sep-09 7:53
sito4228-Sep-09 7:53 
GeneralRe: Link not working Pin
Marc Firth28-Sep-09 21:42
Marc Firth28-Sep-09 21:42 
Actually, I don't think it'll be just that. But you can try using an intermediary file that reads and outputs the contents of a file with a local path. Dunno how you'd do it in whatever language you're using but in PHP you do as follows:
<?php
header("Content-Transfer-Encoding", "binary");
header('Cache-Control: maxage=3600');
header('Pragma: public');
header('Content-type: application/csv');
header('Content-Disposition: attachment; filename="fastrackexport.csv"');
readfile('C://fastrackexport.csv');
flush();
?>


I believe there something similar in asp.net.


QuestionZ-Order problem with dropdown menu from frame? Pin
AlainMesias27-Sep-09 17:55
AlainMesias27-Sep-09 17:55 
AnswerRe: Z-Order problem with dropdown menu from frame? Pin
Marc Firth27-Sep-09 22:31
Marc Firth27-Sep-09 22:31 
GeneralRe: Z-Order problem with dropdown menu from frame? Pin
AlainMesias30-Sep-09 0:33
AlainMesias30-Sep-09 0:33 
GeneralRe: Z-Order problem with dropdown menu from frame? Pin
Marc Firth30-Sep-09 0:55
Marc Firth30-Sep-09 0:55 
GeneralRe: Z-Order problem with dropdown menu from frame? Pin
AlainMesias30-Sep-09 23:59
AlainMesias30-Sep-09 23:59 
GeneralRe: Z-Order problem with dropdown menu from frame? Pin
Marc Firth30-Sep-09 0:56
Marc Firth30-Sep-09 0:56 
Questionloading a firefox plugin Pin
TJunk27-Sep-09 12:42
TJunk27-Sep-09 12:42 
AnswerRe: loading a firefox plugin Pin
Richard MacCutchan27-Sep-09 12:56
mveRichard MacCutchan27-Sep-09 12:56 
QuestionTwo way handle slider for range selection Pin
OmiAshish25-Sep-09 1:27
OmiAshish25-Sep-09 1:27 
AnswerRe: Two way handle slider for range selection Pin
Marc Firth28-Sep-09 0:26
Marc Firth28-Sep-09 0:26 
QuestionRunning a Website Pin
CrimeanTurtle200824-Sep-09 13:57
CrimeanTurtle200824-Sep-09 13:57 
AnswerRe: Running a Website Pin
Christian Graus24-Sep-09 14:19
protectorChristian Graus24-Sep-09 14:19 
GeneralRe: Running a Website Pin
CrimeanTurtle200824-Sep-09 15:34
CrimeanTurtle200824-Sep-09 15:34 
GeneralRe: Running a Website Pin
Christian Graus24-Sep-09 16:39
protectorChristian Graus24-Sep-09 16:39 
GeneralRe: Running a Website Pin
CrimeanTurtle200824-Sep-09 17:25
CrimeanTurtle200824-Sep-09 17:25 
NewsExtend Web Applications with New Toolkits Pin
brucedkyle24-Sep-09 13:07
brucedkyle24-Sep-09 13:07 
GeneralRe: Extend Web Applications with New Toolkits Pin
Christian Graus24-Sep-09 14:21
protectorChristian Graus24-Sep-09 14: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.