|
-
Sep 7th, 2005, 09:17 AM
#1
Thread Starter
Addicted Member
1st major asp.net web project. A few questions...
OK.
Ive not done much with asp.net
Let me describe the current sittuation
-----------------------------------------
ASP.NET Application
Access DB
The asp.net application pulls the names out of the database by first letter of last name.
That works.
Question. Do i need a new folder for every asp.net page?
Basically.. what are the minimal files needed to make a asp.net applicaiton run with a crystal reports page and access db.
i have a whole list of files that im sute i dont need...
any help will be much appreciated.
--------------------------------------------------
Thanks VB Forums
-
Sep 7th, 2005, 02:08 PM
#2
Hyperactive Member
Re: 1st major asp.net web project. A few questions...
In theory you could do it all in one page but I have found that it makes more sense (for me anyway) to break your pages up into logical chunks particular to the pages purpose. For instance products on one page, ordering on another and a "Thank You" with a confirmation on yet another. There are several ways to maintain data between pages such as with cookies, using viewstate or with a simple query string.
In short do what you are comfortable with or what makes sense for your application.
-
Sep 9th, 2005, 02:54 PM
#3
Thread Starter
Addicted Member
Re: 1st major asp.net web project. A few questions...
Thanks BukHix
I appreciate your time
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
|