Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tab control.

Status
Not open for further replies.

simma

Programmer
Sep 11, 2001
398
US
Hello,
I am working with iewebcontrols.i coded and everything but 1.I cannot switch betweeen tabs in browser.
2.And also I cannot see the images.I can see the images in design mode
Here is code.Please Advice


<mytab:TabStrip id="tsVert" runat="server" BorderStyle="Solid" BorderColor="Gray" onselectedindexchange="mp_indexchange"
AutoPostback="true" TabSelectedStyle="background-color:#ffffff;color:#000000" TabHoverStyle=" background-color:#777777"
TabDefaultStyle=" background-color:#000000; &#13;&#10;&#9;&#9;&#9;&#9;&#9;&#9;font-family:verdana; font-weight:bold; font-size:8pt;&#13;&#10;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;color:#ffffff; width:79; height:21; text-align:center"
SEPSELECTEDIMAGEURL="images/folderopen.gif" SEPSELECTEDSTYLE="background-color:yellow;" SEPHOVERSTYLE="background-color:lightgrey;"
SEPDEFAULTIMAGEURL="images/folder.gif" SEPDEFAULTSTYLE="background-color:gray;&#13;&#10; width:7px;&#13;&#10;text-align:center ;">
<mytab:Tab Text="Inbox" DefaultImageUrl="images/folder.gif" SelectedImageUrl="images/folderopen.gif"></mytab:Tab>
<mytab:TabSeparator Text="|"></mytab:TabSeparator>
<mytab:Tab Text="Compose" DefaultImageUrl="images/folder.gif" SelectedImageUrl="images/folderopen.gif"></mytab:Tab>
<mytab:TabSeparator Text="|"></mytab:TabSeparator>
<mytab:Tab Text="Addresses" DefaultImageUrl="images/folder.gif" SelectedImageUrl="images/folderopen.gif"></mytab:Tab>
<mytab:TabSeparator Text="|"></mytab:TabSeparator>
</mytab:TabStrip>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top