GetWebResourceUrl and dynamic resources

  • Thread starter Thread starter Jeremy Chapman
  • Start date Start date
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?
 
This is a good start, but it will only serve up a static resource. I want
the contents of the resource to change dynamically. Is it possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top