B
brian.us002.test
I have a set of files that consists of three .js files, three .aspx files and
three .cs files. The .aspx files are called in sequence, by posting form
data to the next aspx page. the .js files are basically shared between the
group of files. I need to convert this entire "family" of files into a custom
server control that can be shared at a binary level between multiple
projects. Is there any hope of doing this ? Is there a way to incorporate
this sort of stucture into a custom server control ?
three .cs files. The .aspx files are called in sequence, by posting form
data to the next aspx page. the .js files are basically shared between the
group of files. I need to convert this entire "family" of files into a custom
server control that can be shared at a binary level between multiple
projects. Is there any hope of doing this ? Is there a way to incorporate
this sort of stucture into a custom server control ?