J
Jeremy Chapman
Normally I would use GetWebResourceURL which would which would return the
WebResources.axd url of a resource in my assembly. I would put that in my
aspx and at run time the browser would do a get on that url and the
resources would be streamed back to the browser. What I want to do though
is put some html as my resource but modify the html contents depending on
conditions at runtime, then stream it back to the browser. Is this
possible?
WebResources.axd url of a resource in my assembly. I would put that in my
aspx and at run time the browser would do a get on that url and the
resources would be streamed back to the browser. What I want to do though
is put some html as my resource but modify the html contents depending on
conditions at runtime, then stream it back to the browser. Is this
possible?