|
-
Apr 13th, 2004, 01:55 AM
#1
Thread Starter
New Member
ASP.NET application design aproach
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|