Click here to Skip to main content
15,902,114 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCSS - ID vs Class? Pin
Roger Wright30-Aug-04 4:29
professionalRoger Wright30-Aug-04 4:29 
AnswerRe: CSS - ID vs Class? Pin
Steven Campbell30-Aug-04 6:07
Steven Campbell30-Aug-04 6:07 
GeneralRe: CSS - ID vs Class? Pin
Roger Wright30-Aug-04 13:53
professionalRoger Wright30-Aug-04 13:53 
GeneralRe: CSS - ID vs Class? Pin
theJazzyBrain30-Aug-04 21:29
theJazzyBrain30-Aug-04 21:29 
AnswerRe: CSS - ID vs Class? Pin
Rocky Moore31-Aug-04 19:50
Rocky Moore31-Aug-04 19:50 
GeneralRe: CSS - ID vs Class? Pin
Steven Campbell1-Sep-04 8:14
Steven Campbell1-Sep-04 8:14 
GeneralShell extention for IE Pin
chris stuart30-Aug-04 4:23
chris stuart30-Aug-04 4:23 
Generaldown load sql query as text file Pin
kumar_manoj7729-Aug-04 21:10
kumar_manoj7729-Aug-04 21:10 
i am new to asp, please help
i want to create a link, on clicking this link i want to download a sql query into text file.
i have done this as
/////////////////////////////////////////////////////////////
Response.Buffer = TRUE


Response.AddHeader "Content-Disposition","attachment;filename=text.txt"
Response.ContentType = "text/plain"
sql="select * from product_master"
set rs=con.execute(sql)

do until rs.eof
response.write(rs("product_name"))
response.write(rs("product_id"))
rs.movenext
loop
////////////////////////////////////////////////////////////////////
i want to display data from sql query as

product product_id
T-Shirt 101
Shirt 102

please help to do this. when i click on link it display File download dialog box and filename name "test.asp" instead of "text.txt" and then open in Macromedia Dreamweaver
Please help to do it in write way
Many Many Thank's in advanced
ManojConfused | :confused:
GeneralJava Application Pin
Golden Goose27-Aug-04 18:28
Golden Goose27-Aug-04 18:28 
GeneralRe: Java Application Pin
theJazzyBrain30-Aug-04 21:35
theJazzyBrain30-Aug-04 21:35 
GeneralISAPI Pin
Max Santos27-Aug-04 4:03
Max Santos27-Aug-04 4:03 
General-2147467259 Operation must use an updateable query. Pin
Brendan Vogt27-Aug-04 0:46
Brendan Vogt27-Aug-04 0:46 
GeneralRe: -2147467259 Operation must use an updateable query. Pin
Hesham Amin4-Sep-04 6:47
Hesham Amin4-Sep-04 6:47 
GeneralASP - Reverse Engineering Pin
Rashmi Hollikeri26-Aug-04 19:42
Rashmi Hollikeri26-Aug-04 19:42 
QuestionHow do you delete Internet Explorer Cookies Progamatically? Pin
kayhustle26-Aug-04 14:04
kayhustle26-Aug-04 14:04 
AnswerRe: How do you delete Internet Explorer Cookies Progamatically? Pin
Syed Abdul Khader30-Aug-04 6:10
Syed Abdul Khader30-Aug-04 6:10 
GeneralRe: How do you delete Internet Explorer Cookies Progamatically? Pin
kayhustle30-Aug-04 8:25
kayhustle30-Aug-04 8:25 
GeneralIIS--> Windows NT Pin
jphuphilly26-Aug-04 7:25
jphuphilly26-Aug-04 7:25 
GeneralRe: IIS--> Windows NT Pin
David Salter26-Aug-04 11:05
David Salter26-Aug-04 11:05 
GeneralRe: IIS--> Windows NT Pin
jphuphilly27-Aug-04 10:47
jphuphilly27-Aug-04 10:47 
QuestionHow to transfer data in Real Time over the net Pin
Deepak Samuel26-Aug-04 5:55
Deepak Samuel26-Aug-04 5:55 
AnswerRe: How to transfer data in Real Time over the net Pin
alex.barylski26-Aug-04 9:47
alex.barylski26-Aug-04 9:47 
AnswerRe: How to transfer data in Real Time over the net Pin
Anonymous26-Aug-04 14:42
Anonymous26-Aug-04 14:42 
GeneralEnter char Pin
Brendan Vogt26-Aug-04 2:38
Brendan Vogt26-Aug-04 2:38 
GeneralRe: Enter char Pin
David Salter26-Aug-04 5:46
David Salter26-Aug-04 5:46 

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.