Thread: Another VS.net question...

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    241

    Another VS.net question...

    If I want to make a few webpages, what should I do? I mean are the projects just one page or a collection of pages. Specifically the ASP ones and for VB.net, but I think it should be the same for C++ and C#. I would make pages with those, but don't know C# yet, and haven't done too much C++ lately

  2. #2
    Registered User CompiledMonkey's Avatar
    Join Date
    Feb 2002
    Location
    Richmond, VA
    Posts
    438
    A project can have many different files.

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    If you need only a few pages without user interaction or db access, you are better off with a tool like FrontPage or something professional like DreamWeaver.

    If you need ASP.NET Pages, start a Project. You can use C# as Codebehind, I don't think you can use C++. Not sure about VB.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    241
    well which type of project should I use?

  5. #5
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Have you tried what I suggested last time ?

    http://www.cprogramming.com/cboard/s...threadid=14018
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Question about linked lists.
    By cheeisme123 in forum C++ Programming
    Replies: 6
    Last Post: 02-25-2003, 01:36 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM