473,388 Members | 1,552 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Tab Strip Question Using IE Web Controls

When I compile the following code in Visual Studio, I don't see the tabs on
the web page ... just the words Tab One Tab Two?? Can anyone tell me what's
wrong with my code??
============
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false"
Inherits="WebControls.WebForm1" %>
<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="vs_showGrid" content="False">
<meta name="vs_snapToGrid" content="False">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="HEIGHT: 26px">
<ie:TabStrip id="mytabs" runat="server"
TabSelectedStyle="Background-Color:Red" BorderStyle="Solid"
ToolTip="tool tip a">
<ie:Tab Text="TabOne" ID="TabOne" ToolTip="tool tip 1"></ie:Tab>
<ie:TabSeparator ID="Sep1"></ie:TabSeparator>
<ie:Tab Text="TabTwo" ID="TabTwo" ToolTip="tool tip 2"></ie:Tab>
</ie:TabStrip>
</td>
</tr>
<tr>
<td>
<ie:MultiPage id="mypage" runat="server">
<ie:PageView>
This is Page One
</ie:PageView>
<ie:PageView>
This is Page Two
</ie:PageView>
</ie:MultiPage>
</td>
</tr>
</table>
</form>
</body>
</HTML>

Nov 17 '05 #1
0 2174

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

Similar topics

0
by: Dan | last post by:
I know how to use a manifest file to get the XP look for the Windows Common Controls 6 group of controls but I also have both the tabbed dialog and tab strip controls in my app and I want those to...
1
by: Pino Carafa | last post by:
I've designed an aspx page with a Tab Strip on it. The problem is that unlike some of the simpler controls like text boxes and buttons and the likes, this Tab Strip is rendered something like this:...
4
by: Adam Honek | last post by:
Hi all, The tool strip control is set to flow layout, no autosize and to anchor top, left. When the form is maximized all the icons and text fit in one line across the screen. The menu...
1
by: miquals | last post by:
I'm new to VB but not programming. Using VB Express you can create a "standard menu strip", but I can't find an example of using it anywhere. Do you know of any examples? To create a "standard...
0
by: Frank | last post by:
I have a user controls (say UC1) that has a context menu (CM1). I may use it on another usercontrol (UC2) with menu (CM2). CM1 is a get property of UC1 (as a clone) UC1 merges the CM1 clone...
0
by: Marc Gravell | last post by:
Maybe I'm having a dumb day... I'm having some "fun" trying to force a tool-strip to trigger validation, i.e. so that the last (bound) control being edited updates the model with changes. Can...
0
by: Academia | last post by:
Here's the scenario: A form contains two user controls. Each user control has its own context menu and the form has a main menu. I use the older menu controls and each user control has a...
2
by: =?Utf-8?B?TWlrZVM=?= | last post by:
Can anyone tell where to find sample code for creating a menu bar using code? Thanks, Mike S
4
by: Poppy | last post by:
I'm using versions 2.5.2 and 2.5.1 of python and have encountered a potential bug. Not sure if I'm misunderstanding the usage of the strip function but here's my example. var = "detail.xml"...
1
by: uday1302 | last post by:
I have 30 buttons and I am trying to implement context menu on each button click by using following method. void OnButtonClick(object sender, EventArgs e) { Button btn =...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.