Robby
Moderator
I created a couple of web-sites using ASP.NET....
In the original design (classic asp) they were about 20 HTML
pages and 20 classic ASP pages.
Now in .NET I have reduced it to one ASPX file, one Code-behind
page and a bunch of classes.
IF you have worked with ASP.NET what is your opinion of this
approach as compared to creating multiple ASPX pages?
Reason for my query? Their are many posts lately that ask how to
send data between ASPX pages. As you can see if you have only
one page, it is much easier to manage (and distribute)
In the original design (classic asp) they were about 20 HTML
pages and 20 classic ASP pages.
Now in .NET I have reduced it to one ASPX file, one Code-behind
page and a bunch of classes.
IF you have worked with ASP.NET what is your opinion of this
approach as compared to creating multiple ASPX pages?
Reason for my query? Their are many posts lately that ask how to
send data between ASPX pages. As you can see if you have only
one page, it is much easier to manage (and distribute)