G
Gary Brewer
Hi,
I often find myself creating ASPX pages in VS.NET that have no 'content' in
the aspx page but normally just have code in the code behind page. For
example, I use this method when I want to return an XML document from an
ASPX page.
My question is, do I have to have this blank ASPX page which simply contains
the codebehind directive? Can I put all my code inline but still get it to
compile into the DLL?
Regards,
Gary
I often find myself creating ASPX pages in VS.NET that have no 'content' in
the aspx page but normally just have code in the code behind page. For
example, I use this method when I want to return an XML document from an
ASPX page.
My question is, do I have to have this blank ASPX page which simply contains
the codebehind directive? Can I put all my code inline but still get it to
compile into the DLL?
Regards,
Gary