Results 1 to 5 of 5

Thread: Two Questions 1) Tab Control 2)

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    32

    Two Questions 1) Tab Control 2)

    Hi,
    I'm new to asp.net. Is there a version of the VB.net tab control for ASP.net and if so how do I add it in?

    Also when I create a copy of an asp.net application and move it to another folder it not only updates the copy but the orginial as well. How do I make changes to the copy without changing the orginial ?

  2. #2
    Lively Member
    Join Date
    Sep 2002
    Posts
    89
    If you get the Microsoft Web Controls off the MS site, you get a Tab Control and a Multipage control which will help you create tab strips. You drop on a Tab control, add the Multipage, link the two together useing hte tabStrips TargetID proerty, and then put your controls/ASP in the PageView parts ofthe Multipage control.

    Look up the help for Multipage, and you'll get the picture.

    - gaffa

  3. #3
    New Member
    Join Date
    Oct 2002
    Posts
    10
    Does anyone know the answer about how you can take a copy of a project and change it without it affecting your orginal because I have this problem and it's a pain in the back side

  4. #4
    Lively Member
    Join Date
    Aug 2002
    Location
    outerspace
    Posts
    126
    Your original is where you are coding right. That is the code you are changing what I would recommend doing is have your development or test directtory then have your online directory that you copy the project over to after you have sufficiently tested the web app
    "All those who wonder are not lost" -j.r.r tolkien

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by SuperSly
    Does anyone know the answer about how you can take a copy of a project and change it without it affecting your orginal because I have this problem and it's a pain in the back side
    That is what Visual SourceSafe is for.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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