473,698 Members | 2,149 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tab control in vs2005/2.0

I notice that there is still no tab control in vs2005. That seems like a
strange omission. Are we left with the only choice to use those I.E.
Webcontrols?

(maybe it's still because we don't want to look like Lotus notes :)
--
Regards,
Gary Blakely
Jan 24 '06 #1
1 1189
Hi Gary,

Thanks for your feedback on this.
Yes, when the ASP.NET 2.0 released,(actua lly since beta preview), we also
expect that the complete IE webcontrol collection (from asp.net 1.1) is
included in ASP.NET 2.0. However, due to some objective factor, TabStrip
and Multi pages are not involved, also we can find that the TreeView is
also much less powerful than the original IE WebControl one. This is
because the new ASP.NET 2.0 navigation controls targets multiple browsers
which can not utilize the original IE specific DHTML features (like
HTC...), thus, when implementing the new control, the dev team postpone
some ones which require advanced dhtml functions. I think new ones will be
involved through add-on package just like the IE webcontrols in 1.1 , and
since AJAX is becoming popular (ASP.NET 2.0 involve a atlas package for
ajax developing), there'll occur more cool controls...

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "GaryDean" <Ga******@newsg roups.nospam>
| Subject: Tab control in vs2005/2.0
| Date: Tue, 24 Jan 2006 15:12:20 -0800
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <#5************ **@TK2MSFTNGP11 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: user-3cf82or.dsl.min dspring.com 216.244.11.27
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP11.phx. gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3733 12
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| I notice that there is still no tab control in vs2005. That seems like a
| strange omission. Are we left with the only choice to use those I.E.
| Webcontrols?
|
| (maybe it's still because we don't want to look like Lotus notes :)
|
|
| --
| Regards,
| Gary Blakely
|
|
|

Jan 25 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
923
by: C Gatto | last post by:
Hello, In a VS2003 app I have an aspx page (default.aspx) with a PlaceHolder defined (phMain). In my aspx code-behind I am dynamically creating a reference to a web user control (CaseDetails.ascx), adding that control to the placeholder, and then calling the web user control's various functions. This works great in VS2003. But when the project was converted over to VS2005 the Intellisense is now complaining that "Type 'CaseDetails' is...
1
1523
by: Dean Slindee | last post by:
Will there be a VS2003-style splitter control in VS2005 when it gets past Beta? I am not referring to the new splitter container in VS2005, but the original splitter control in VS2003. If not, then a lot of forms designed with splitters in legacy VS.NETs may be more painful to port/upgrade into VS2005? Should I be concerned? Thanks, Dean Slindee
4
3099
by: Robert Schneider | last post by:
I'm using subversion. But I guess this is not important for the issue. So which files of a VB project should be (at least) under source control? Or which ones definitly not? I know from VB6 projects that there are a lot of unimportant files (vbw, exe, obj, ...) . But I don't know which of the VB-VS2005 files are similar. So can anyone give me some hints please? So far I have the following files: ..resx ..exe
6
5048
by: n33470 | last post by:
Hi all, We have a user control that contains a DropDownList. This user control appears on a web page. Suppose the name of the userControl on the web page is called "ucLookup". Suppose the name of the dropDownList within the user control is called "cboList". On my development PC running VS2005 on WinXP Pro, the rendered HTML for the dropDownList looks like this:
9
2735
by: Charts | last post by:
I use VS2005 to build a asp.net 2.0 project. I want to be able to click a button on the page and have a dialog window appear where I can navigate the folders to get hold of a file path to load data from the file to a SQL Server database. I imported System.Data.Forms which gives me access to the FolderBrowseDialog control. The first problem is that the toolbar did not show FolderBrowserDialog server control, so I cannot drag it to my form....
4
1800
by: bill | last post by:
I have a Repeater control in a web user control. The web user control has a public method named PopulateRepeater which takes an ID as an parameter and populates the repeater control based on the parameter. When I call PopulateRepeater from the User Control page_load event it populates the repeater without a problem. When I call PopulateRepeater from a procedure in the web form which contains
9
1636
by: aaronluna | last post by:
Hi All, I was wondering if it is possible to easily convert an asp.net user control (.ascx) into an equivalent windows app. I plan on simply duplicating the user control in a c# windows app through brute force, but am becoming pressed for time with multiple deadlines. If there is an easier way than building the entire c# app from scratch, I would greatly appreciate the advice. The form contains listboxes, buttons, labels, textboxes...
1
1140
by: David Rees | last post by:
I haven't yet installed the VS2005 Web Application project type, since I'm naivly waiting for VS2005SP1 to come out before Duke Nukem Forever. My VS2005 installation also crashed twice whilst working on a simple ASP.NET 2.0 Website, surely part of "Trustworthy computing" involves me *trusting* my computer's 1st party software not to let me down. Good thing I save regularly. Anyway, it's a simple ASP.NET 2.0 Website with a User Control...
1
1766
by: billsahiker | last post by:
I need help diagnosing an error that occurs on the web server where my web site is hosted, but it does not occur when I run it under VS2005. I have an errors.aspx page that captures unhandled application errors. The error I get from Server.GetLastError() is: "The server cannot fulfill your request." Scenario: I developed a composite web server control in C# . It is on a web page in an ASP project I developed with VB as the language....
0
8604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9028
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8895
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7728
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4369
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3046
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.