Hi

I've just graduated from ASP to ASP.NET. I'm currently working on a project that serves as a front end to an SQL SERVER database.

The aproach I have taken is to put everything, from the login screen to report generation on one page by placing each of these sub components in pannels and showing and hiding them when necessary.

In ASP, I would use several different pages for each of these and post the data to a page that processes them and generates the result.

My question is whether the aproach I have taken with ASP.NET is the right way to go and whether there will be any performance losses caused by placing everyting on one page.

P.S. I am writing my scripts in VB.NET.