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

  • Home
  • SEARCH
  • 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 6386063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:58:39+00:00 2026-05-25T02:58:39+00:00

I want to add something like this in the code behind: <ul> <li><a>A</a></li> </ul>

  • 0

I want to add something like this in the code behind:

<ul>
   <li><a>A</a></li>
</ul>

However, the ListItem of ASP.NET seems to allow text only:

BulletedList UserSubMenuList = new BulletedList();
ListItem EditUserItem = new ListItem("Edit Profile"); 

Is there other way to add content between <li></li> tag with code behind rather then using HtmlGenericControl?

  • 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-05-25T02:58:40+00:00Added an answer on May 25, 2026 at 2:58 am

    Front :

    <ul id="test" runat="server">
    
    </ul>
    

    Back:

    Label label1=new Label();
    
    label1="test";
    
    test.Controls.Add(new LiteralControl("<li>")); 
    
    test.Controls.Add(label1); 
    
    test.Controls.Add(new LiteralControl("</li>"))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I want to bind something like a combobox in the code-behind I have
I want to achieve something like the following: UrlBuilder ub = new UrlBuilder(http://www.google.com/search); ub.Parameters.Add(q,request);
I have a website built with ASP.NET (3.5) and want add some level of
I want to add a scheduled task to a client's ASP.NET app. These posts
Say you have something like an ASP.NET ASP:DetailsView to show and edit a single
I want add my custom sidebar next right column all page. Please check this
All I want to do is access the <body> element from the code-behind of
I want to add action points to a page via a template. This requires
This problem is the bane of my asp.net coding life. I have a control,
I am doing something like this in a Silverlight 3 datagrid: for (int x

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.