Results 1 to 3 of 3

Thread: 1st major asp.net web project. A few questions...

  1. #1

    Thread Starter
    Addicted Member techwizz's Avatar
    Join Date
    Apr 2005
    Location
    U.S.A.
    Posts
    246

    Question 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

  2. #2
    Hyperactive Member
    Join Date
    Apr 2003
    Location
    Three Rivers, MI
    Posts
    354

    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.

  3. #3

    Thread Starter
    Addicted Member techwizz's Avatar
    Join Date
    Apr 2005
    Location
    U.S.A.
    Posts
    246

    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
  •  



Click Here to Expand Forum to Full Width