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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:20:50+00:00 2026-06-12T09:20:50+00:00

Please please help!! I’ve been searching this for hours but maybe the solution is

  • 0

Please please help!! I’ve been searching this for hours but maybe the solution is so obvious I’m completely overlooking it 🙁

I have a listview that binds to a sql table. The table contains a bunch of fields that hold only ‘T’ or NULL values, except for the last two fields which hold free-type text for user comments.

For the T/NULL values – The listview is configured so that an empty cell will not display, and where there is a ‘T’ value, it will instead show a custom text and create a line break for the next item. This syntax does exactly that:

<asp:Label ID="LymeLabel" runat="server" Text='<%# Eval("Lyme","Lyme Disease<br />") %>' />

However, I want the last two fields (the free-type text) do display in a paragraph style, with paragraph tags surrounding the Eval statement. The tags have to form part of the Eval so that they won’t render whitespace if the cells are empty. My thinking was to do it this way but it doesn’t work – the whitespace shows up either way:

<asp:Label ID="OtherCommentLabel" runat="server" Text='<%# "<p>"+Eval("OtherComment")+"</p>" %>' />

I’m guessing the ” “+ … +” ” doesn’t care what’s in or not in the middle.. but how to fix it? There must be a very simple solution to this and I feel really stupid even asking this. Any advice please?

  • 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-12T09:20:51+00:00Added an answer on June 12, 2026 at 9:20 am

    From the description, you don’t need the asp:Label at all. Why not just wrap the Eval() in a P tag?

    <p><%# Eval("Lyme","Lyme Disease") %></p>
    

    Even if the label worked, you wouldn’t want the resulting markup (paragraph inside a label makes no sense).

    To handle the show/hide if the item is empty, you could do something like:

    <ItemTemplate>
        <p runat="server" visible='<%#!string.IsNullOrEmpty(Eval("OtherComment"))%>'>
            <%# Eval("Lyme","Lyme Disease") %>
        </p>
    </ItemTemplate>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please help me with this update query. I COMPLETELY understand how redundant this is
Please Help me to do this first i have this div <div class=loader alt=stat.php>
Please help me understand the meaning of this code. I have seen this kind
Please help me this question. Example I have Activity class MyActivity. I start this
Please help. I have the following - ListView and its two handlers AdminUsersListView_ItemEditing, AdminUsersListView_Load.
Please help me on this problem. I have 2 identical tables, one is timetable
please help me out from this I have created a database in Blackberry phone
Please help me somebody to convert unicodestring into string This is how i am
please help me arrange these 3 buttons horizontally like this photoshopped image: Please take
Please help me to figure this out. I am having two tab bar items

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.