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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T06:46:01+00:00 2026-06-09T06:46:01+00:00

What I want to do is assign an ID to a table row with

  • 0

What I want to do is assign an ID to a table row with value of a ID of the column in question.

To clarify. I have a data table with fields [ID] [Name] [Description], and populate the ListView like this: (I’ve simplified the code here for clarity)

<asp:ListView ID="MainList" runat="server" DataKeyNames="id">
    <layouttemplate>
        <dl id="header">
            <dd class="rowHeader">Name</dd>
            <dd class="rowHeader">Description</dd>
        </dl>
        <asp:Panel runat="server" ID="itemPlaceholder">
        </asp:Panel>
    </layouttemplate>
    <itemtemplate>
        <dl class="row">
            <dd><%# Eval("name")%></dd>
            <dd><%# Eval("description")%></dd>
        </dl>
    </itemtemplate>
</asp:ListView>

Now, what I tried was to add it like this.

<dl class="row" id='<%# Eval("id")%>'> 

and of course it worked, but I need to pass it as a variable because i need to check for something with it. Like so:

<% Dim id as Integer = Eval("id") %>
<dl class="row" id='<%=id %>'>

I got this error:

Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

And I get it why… the reason why I need this is so I can compare id with a session variable and change rows class accordingly.

Any way to go around this?

  • 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-09T06:46:03+00:00Added an answer on June 9, 2026 at 6:46 am

    You should be able to do the same type of logic in your class attribute:

    <dl class="row" id='<%# Eval("id")%>' class='<%= Eval("id") == Session["myValue"] ? "someCssClass" : "otherCssClass" %>'>
    

    I think this should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one table in MYSQL It has data like Id Name 1 test
If I have data which I only want to assign to users who have
I have table data like this id id1 name 1 1 test1 1 1
I want to assign default value to timestamp datatype in c#? I have an
I have a sqlite table that has amount field with NUMERIC(10,5) value(I know data
alter table tablename add column mark tinyint NOT NULL; I want to assign 1
I have a table of data in MS Access 2007. There are 6 fields
I have a text file which is a 1000 Row * 40001 Column table.
I want to assign a value from a select box to an input field
I want to assign the value in QString to a const std::string QString qfile(some

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.