T
Tascien
I was able to build an asp page dynamically depending on the question
that the user answered through the online wizard...
I think i can dynamically also create '.vb' or '.aspx' dynamically
depending on the answers that users entered in the online wizard...
the only issue here, is that, once the wizard created the asp page,
the online visitors could then request the page, and execute it w/no
problem, and be able to use embended dynamic content...
with aspx and vb, aspx is compiled, when the user access the page,
but, .vb is not. it needs to be compiled using visual studio.
can anyone tell me how to dynamically through web interface, compile
..vb so when my admin users make changes to the pages, the .vb is
compiled as well?
I can use src="" but, i can't seem to access the component class
through the <script> tag. and i really prefer code behind...
Thanks in advance.
that the user answered through the online wizard...
I think i can dynamically also create '.vb' or '.aspx' dynamically
depending on the answers that users entered in the online wizard...
the only issue here, is that, once the wizard created the asp page,
the online visitors could then request the page, and execute it w/no
problem, and be able to use embended dynamic content...
with aspx and vb, aspx is compiled, when the user access the page,
but, .vb is not. it needs to be compiled using visual studio.
can anyone tell me how to dynamically through web interface, compile
..vb so when my admin users make changes to the pages, the .vb is
compiled as well?
I can use src="" but, i can't seem to access the component class
through the <script> tag. and i really prefer code behind...
Thanks in advance.