|
-
Sep 27th, 2002, 09:50 AM
#1
Thread Starter
Member
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 ?
-
Sep 28th, 2002, 10:31 PM
#2
Lively Member
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
-
Oct 26th, 2002, 12:13 PM
#3
New Member
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
-
Nov 4th, 2002, 04:34 PM
#4
Lively Member
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
-
Nov 4th, 2002, 04:39 PM
#5
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.
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
|