It sounds to me that you should take a look at the WebResource.axd handler.
Here is
Microsoft have an excellent article on the subject.
Edit:
It seems that tsilb beat my answer by a minute or so. However, the AssemblyResourceLoader (aka. WebResource.axd) is already implemented to do this for you and to do it properly, and don't forget that this puppy supports output caching. So go ahead use that instead and spare yourself the trouble. ;)
