Ask a Question related to ASP.NET Security, Design and Development.
-
Martin Feuersteiner #1
Problem with HTA streaming data to client
Hi,
I've an .aspx page which I call from a .hta in IE6 (so I can get rid of the
window control buttons etc)
When I call the .aspx page directly and run the code below all is fine but
when I call it from the .hta, the code below just hangs.
Any hints are greatly appreciated!
Thanks for your efforts!
Martin
Response.ContentType = "text/richtext"
Response.AddHeader("content-disposition", "attachment; filename=""" &
filename & """")
'Write the file directly to the HTTP output stream.
Response.Write(RTFContent)
Response.End()
Martin Feuersteiner Guest
-
Deployment problem - unable to access data when hostingtomcat on different machine than the client
Hi, I am developing a flex application that uses servlets to retrieve data from the database and generates graphs. During development, I had the... -
streaming recorded media by a client
In this way, a client does not have to upload media files to an FMS server. He could store it on his local harddisk, and when he plays it,... -
streaming data connectivity
I'm working with a digital pen platform a would like to make some demos using Flash. I can see that it's easy to grab external data and bring it in... -
Large Data Streaming from Web Sevice to Client
I want to create a search usecase on Client which will bring large data from webservice to the client. I am returning DataSet from the web service.... -
Example of Streaming response to client???
Could you give me an example of streaming a page to the client? Thanks. Larry Woods -
Cor Ligthert #2
Re: Problem with HTA streaming data to client
Hi Martin,
Can you give us any idea what this has to do with adonet?
Cor
Cor Ligthert Guest



Reply With Quote

