-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Kishore TY
Message 1 in Discussion


Hi 

I read an article on Tab Strip in MSDN
I downloaded IE Webcontrols for the same and code snippet pertaining to it.


But when i run the application, the Tab's are not coming....

The same is working fine in MSDN.

What could be the issue ...

I would be happy if some 1 can revert...


Pls find below the code for the same.

Thanks.

Rgds,
Kishore




<%@ Page Language="vb" AutoEventWireup="false" Codebehind="CreateCustomer.aspx.vb" 
Inherits="ChequeBounce.CreateCustomer" %>
<%@ Import Namespace="Microsoft.Web.UI.WebControls" %>
<%@ Register TagPrefix="mytab" Namespace="Microsoft.Web.UI.WebControls" 
Assembly="Microsoft.Web.UI.WebControls" %>
<HTML>
        <HEAD>
                <TITLE>WebControls: TabStrip and MultiPage</TITLE>
        </HEAD>
        <body style="FONT-SIZE: x-small; FONT-FAMILY: verdana">
                <form id="f1" runat="server">
                        <mytab:TabStrip id="tsHoriz" runat="server" 
Style="FONT-WEIGHT:bold" TabDefaultStyle="border:solid 1px 
black;background:#dddddd;padding-left:5px;padding-right:5px;"
                                TabHoverStyle="color:red" 
TabSelectedStyle="border:solid 1px 
black;border-bottom:none;background:white;padding-left:5px;padding-right:5px;"
                                SepDefaultStyle="border-bottom:solid 1px #000000;" 
TargetID="mpHoriz">
                                <mytab:Tab Text="Inbox"></mytab:Tab>
                                <mytab:TabSeparator></mytab:TabSeparator>
                                <mytab:Tab Text="Compose"></mytab:Tab>
                                <mytab:TabSeparator></mytab:TabSeparator>
                                <mytab:Tab Text="Addresses"></mytab:Tab>
                                <mytab:TabSeparator 
DefaultStyle="width:100%"></mytab:TabSeparator>
                        </mytab:TabStrip>
                        <mytab:MultiPage id="mpHoriz" runat="server" 
Style="BORDER-RIGHT:#000000 1px solid; PADDING-RIGHT:5px; BORDER-TOP:medium none; 
PADDING-LEFT:5px; PADDING-BOTTOM:5px; BORDER-LEFT:#000000 1px solid; PADDING-TOP:5px; 
BORDER-BOTTOM:#000000 1px solid"
                                Height="253px" Width="652px">
                                <mytab:PageView>
                                        <table 
style="width:95%;font-size:x-small;background:#dddddd" bordercolor="#FFFFFF" border="1"
                                                cellspacing="0" cellpadding="1">
                                                <tr style="font-weight:bold">
                                                        <td>&nbsp;</td>
                                                        <td>From</td>
                                                        <td>Subject</td>
                                                        <td>Date</td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox1" /></td>
                                                        <td>Me</td>
                                                        <td>Welcome to the 
TabControl</td>
                                                        <td>Mon 11/27/2000 11:23 
AM</td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox2" /></td>
                                                        <td>You</td>
                                                        <td>Wow, this is great!</td>
                                                        <td>Tue 11/28/2000 2:03 AM</td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox3" /></td>
                                                        <td>The Team</td>
                                                        <td>Cool, we needed this!</td>
                                                        <td>Tue 11/28/2000 3:45 PM</td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox4" /></td>
                                                        <td>The Boss</td>
                                                        <td>Wow, it even renders 
nicely for me!</td>
                                                        <td>Tue 11/28/2000 6:13 PM</td>
                                                </tr>
                                        </table>
                                </mytab:PageView>
                                <mytab:PageView>
                                        <table>
                                                <tr>
                                                        <td>To:</td>
                                                        <td>
                                                                <asp:textbox 
runat="server" ID="Textbox1" /></td>
                                                </tr>
                                                <tr>
                                                        <td>From:</td>
                                                        <td>
                                                                <asp:textbox 
runat="server" ID="Textbox2" /></td>
                                                </tr>
                                                <tr>
                                                        <td>Subject:</td>
                                                        <td>
                                                                <asp:textbox 
runat="server" ID="Textbox3" /></td>
                                                </tr>
                                        </table>
                                        <asp:TextBox runat="server" rows="5" 
columns="30" textmode="multiline" ID="Textbox4" />
                                </mytab:PageView>
                                <mytab:PageView>
                                        <table 
style="width:95%;font-size:x-small;background:#dddddd" bordercolor="#FFFFFF" border="1"
                                                cellspacing="0" cellpadding="1">
                                                <tr style="font-weight:bold">
                                                        <td>&nbsp;</td>
                                                        <td>Name</td>
                                                        <td>Email</td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox5" /></td>
                                                        <td>me</td>
                                                        <td>[EMAIL PROTECTED]
                                                        </td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox6" /></td>
                                                        <td>you</td>
                                                        <td>[EMAIL PROTECTED]
                                                        </td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox7" /></td>
                                                        <td>The Team</td>
                                                        <td>[EMAIL PROTECTED]
                                                        </td>
                                                </tr>
                                                <tr>
                                                        <td>
                                                                <asp:checkbox 
runat="server" ID="Checkbox8" /></td>
                                                        <td>The Boss</td>
                                                        <td>[EMAIL PROTECTED]</td>
                                                </tr>
                                        </table>
                                </mytab:PageView>
                        </mytab:MultiPage>
                </form>
        </body>
</HTML>




NOTE:
The Name of the company has been changed from Wipro ePeripherals Ltd. to WeP 
Peripherals Ltd w.e.f August 2002.


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to