Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7927239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:12:32+00:00 2026-06-03T19:12:32+00:00

I have a TabPanel whose HeaderText property I want to set using a code

  • 0

I have a TabPanel whose HeaderText property I want to set using a code behind function
eg.

<asp:TabPanel ID="id" runat="server" HeaderText='<%= String.Format("{0}","some text") %>'>  

I can’t put the function call between the start and end tags because it is a TabPanel, but when I do the above I just get an empty header on the page. I have also tried <%# %> (I am not sure of the difference between the two).

The String.Format is just an example, not the real function I am trying to call.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:12:33+00:00Added an answer on June 3, 2026 at 7:12 pm

    I know some attributes don’t support inline syntax, and this might be one of them, unfortunately. The syntax looks okay, which makes me think that might be the case. To workaround this issue, just set the HeaderText in code-behind.

    As for the difference between <%= ... %> and <%# ... %>, the latter is used strictly for databinding syntax:

    <Columns>
        <asp:TemplateField>
            <ItemTemplate>
                <%# Eval("SomeValue") %>
            </ItemTemplate>
        </asp:TemplateField>
    </Columns>
    

    EDIT

    There’s actually an easier way that I didn’t think of before. Just use the HeaderTemplate to set the column header text dynamically:

    <Columns>
        <asp:TemplateField>
            <HeaderTemplate>
                <%# Eval("SomeHeaderValue") %>
            </HeaderTemplate>
            <ItemTemplate>
                <%# Eval("SomeValue") %>
            </ItemTemplate>
        </asp:TemplateField>
    </Columns>    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following front end code: <ajaxToolkit:TabContainer runat=server Height=150px Width=70% ActiveTabIndex=1 OnDemand=true AutoPostBack=false
I have the following code, which generates a basic layout for my app: tabpanel
I have created a TabPanel in GWT and add tabs Now I want to
I have a simple tabpanel. I want to fetch currently active tab's child components
I am using a <rich:tabpanel> with 3 tabs. In the 2nd tab I have
EDIT I have a viewport that extends a TabPanel. In it, I set one
I would like to have solely icons on the Ext.TabPanel. If I set the
I have encountered a slightly bizarre bug while using the ajax control toolkit TabPanel.
I have the following code: <rich:tabPanel switchType=client> <rich:tab name=tab1 label=tab1 onclick=alert('Hello');> ... </rich:tab> <rich:tab
I have this hierarchy, a tabcontainer(tcmain) under that a tabpanel(tpnlRaiseMRF) under that an asp

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.