R
Ron Vecchi
I have a text file(.js) that holds a buch of java script code that is
rendered in some web controls all part of a larger webcontrol library.
The file is rather large. Would embedding this resouce in the application
be relevant in this situation. I know I can chage the build type to
embedded resource but really dont know what this does. Besides that it
embeds it in the assembly ;-). I'm pretty quick.
How can I read the text file once its embedded though. Like I metioned
there are a couple webcontrols that use this text file and render out some
of the contents.
Thanks,
Ron
rendered in some web controls all part of a larger webcontrol library.
The file is rather large. Would embedding this resouce in the application
be relevant in this situation. I know I can chage the build type to
embedded resource but really dont know what this does. Besides that it
embeds it in the assembly ;-). I'm pretty quick.
How can I read the text file once its embedded though. Like I metioned
there are a couple webcontrols that use this text file and render out some
of the contents.
Thanks,
Ron