S
shapper
Hello,
In this moment I am creating all my aspx pages on my vb.code at
runtime.
It seems nonsense to have .aspx and .aspx.vb files in my projects.
I am considering creating my pages on the fly using IHttpHandler.
I already did that for delivering XML files.
Could someone advice me on this?
What are the ups and downs of doing this?
Thanks,
Miguel
In this moment I am creating all my aspx pages on my vb.code at
runtime.
It seems nonsense to have .aspx and .aspx.vb files in my projects.
I am considering creating my pages on the fly using IHttpHandler.
I already did that for delivering XML files.
Could someone advice me on this?
What are the ups and downs of doing this?
Thanks,
Miguel