Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
<%@ Page Language="C#" MasterPageFile="~/Masters/Main.master" AutoEventWireup="true"
    CodeFile="TrustInfo.aspx.cs" Inherits="Trustee_Information_Default" Title=" Trust Info" %>

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Assembly="CustomControls" Namespace="CustomControls" TagPrefix="Extended" %>


<asp:Content ID="Content2" ContentPlaceHolderID="contentArea" runat="Server">


<img id="Img3" src="~/Images/ico_head.gif" runat="server" />
 Trust Information


<%-- <img id="img1" src="~/Images/side_background2.JPG" height="5" width="680" runat="server" style="margin-left: -4%;" />--%><%--
--%>


<img id="img2" src="~/Images/side_background2.JPG" height="4" width="690" runat="server" />

<%--<asp:BulletedList ID="errorList" runat="server" EnableViewState="False">--%>

<%--


Trust Name


<asp:TextBox ID="txtTrustName" runat="server" Width="50%">

--%>

<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0">
<asp:TabPanel ID="Tabpanel10" runat="server" HeaderText="Trust Info">
<contenttemplate>

<img id="img1" src="~/Images/hrbar.jpg" height="2" width="550" runat="server" style="margin-left: -4%;" />



                   





Trustee Name


<asp:TextBox ID="TextBox2" runat="server" Width="156px" Height="22px">


Effective Date


<asp:TextBox ID="TextBox4" runat="server" Width="156px" Height="22px">

class="divnewline">




Exemption Details


<asp:TextBox ID="txtexemptionDetails" runat="server" CssClass="textboxmulticss" TextMode="MultiLine">

class="divnewline">




I have use the tab container in my form but when i run this page in browser i am not able to see the content..please help me...
Posted
Comments
Vinodh.B 11-Nov-13 4:11am    
Pls mention the browser and version . Did you try in all the browsers ?
ajays3356 11-Nov-13 4:38am    
yes i have check in ie8 and google chrome...

1 solution

HI

Refer this link . Check where you missed the code if any .

http://www.aspdotnet-suresh.com/2011/11/ajax-tabcontainer-sample-or-how-to.html[^]

Pls mark it as answer if it solved your problem .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900