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 8105495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T00:10:41+00:00 2026-06-06T00:10:41+00:00

I have now 3 hours of experience (tryence) in ASP.NET Web Forms. I’m so

  • 0

I have now 3 hours of experience (tryence) in ASP.NET Web Forms. I’m so used to HTML that I need some help to get out of the box.

What I’m trying to do is a simple Element inside Element, but it keeps saying that “the element is not known”.

What I need is:

<ul>
  <li>
    <div>TEST</div>
  </li>
</ul>

What I’m trying is:

<asp:BulletedList ID="BulletedList1" runat="server">
    <asp:ListItem>
        <asp:Panel runat="server">TEST</asp:Panel>
    </asp:ListItem>
</asp:BulletedList>

This is not working and I would like to understand why?

  • 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-06T00:10:43+00:00Added an answer on June 6, 2026 at 12:10 am

    You cannot add elements inside asp:ListItems, you can only set the Value and Text property of them

    <asp:ListItem Text="Test" Value="Test"></asp:ListItem>
    

    There’s no real reason you couldn’t use standard HTML controls and that will achieve what you want

    <ul>
      <li>
        <div id="testDiv" runat="server">TEST</div>
      </li>
    </ul>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been stumped for 3 hours now on this problem, I need to
I want to learn doing RESTful webservices. I have surfed the web some hours
I have searched for hours now and haven't found a solution for my problem.
I have scoured for 2 hours now across the internet, I have found courses
I have searched for a good couple hours now, looking for a solution to
I have been working on this for 24 hours now, trying to optimize it.
I have been rattling this around my head for a few hours now. I
i have been working on this sub-menu for 8 hours now, the last little
I'm a rails beginner and have been several hours now trying to figure out
So I have been trying and battling with this for a few hours now.

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.