P
Pete
Hello
I have a small activeX control that can run in a Browser or a Desktop
Application. The control needs to access processed data from the web.
I was proposing to implement this via a url with a query string where the
query string would identify the specific data required.
My asp.net knowledge is still a bit sketchy so I was thinking of
implementing this as an aspx page with an override on the page load to send
back the requested data rather than any page content.
However, this seems a little clumsy since there really is no actual html
content required - just raw bytes.
Does asp.net provide a more appropriate object to implement this type of
data-server?
Thanks
Pete
I have a small activeX control that can run in a Browser or a Desktop
Application. The control needs to access processed data from the web.
I was proposing to implement this via a url with a query string where the
query string would identify the specific data required.
My asp.net knowledge is still a bit sketchy so I was thinking of
implementing this as an aspx page with an override on the page load to send
back the requested data rather than any page content.
However, this seems a little clumsy since there really is no actual html
content required - just raw bytes.
Does asp.net provide a more appropriate object to implement this type of
data-server?
Thanks
Pete