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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:59:19+00:00 2026-05-29T19:59:19+00:00

I have asp:datalist binding from table this table contain two columns one of them

  • 0

I have asp:datalist binding from table this table contain two columns one of them string and the other is list<string>

I am binding the string value in <div> and I want to bind the list<string> in asp:CheckBoxList How Can I do this in html or .cs ?

this is html part

<asp:DataList ID="feedbacklist" RepeatDirection="Vertical" runat="server" Width="100%">
        <ItemTemplate>
            <div class="rowstyle2" style="width: auto">
                    <%# Eval("Question")%>
            </div>
            <div class="news_des">
             <asp:CheckBoxList ID="answerslist" runat="server" RepeatDirection="Horizontal" Width="100px">
             </asp:CheckBoxList>
            </div>
        </ItemTemplate>
    </asp:DataList>

this is c# part in page load

List<string> boollist = new List<string>();
        List<string> stringlist = new List<string>();
        boollist.Add("Yes");
        boollist.Add("No");
        stringlist.Add("1");
        stringlist.Add("2");
        stringlist.Add("3");
        DataTable test = new DataTable();
        test.Columns.Add("Question", typeof(string));
        test.Columns.Add("Answers", typeof(List<string>));
        test.Rows.Add("What do you think of our new website?", boollist);
        test.Rows.Add("What do you think so?", stringlist);
        feedbacklist.DataSource = test;
        feedbacklist.DataBind();
  • 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-29T19:59:21+00:00Added an answer on May 29, 2026 at 7:59 pm
    <asp:DataList ID="feedbacklist" RepeatDirection="Vertical" runat="server" Width="100%">
                    <ItemTemplate>
                        <div class="rowstyle2" style="width: auto">
                                <%# Eval("Question")%>
                        </div>
                        <div class="news_des">
                         <asp:RadioButtonList ID="answerslist" runat="server" RepeatDirection="Horizontal" DataSource='<%# Eval("Answers")%>'>
                         </asp:RadioButtonList>
                        </div>
                    </ItemTemplate>
                </asp:DataList>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table that is created in a DataList in ASP.Net. This table
I have a datalist like this: <asp:DataList ID=dl runat=server Width=301px onitemcommand=dl_ItemCommand> <ItemTemplate> <table style=border:solid
I have written this datalist : <div class=story runat=server> <asp:DataList ID=DataList2 runat=server Height=16px Width=412px>
I'm new to this ASP.NET stuff. In my page I have a Datalist with
i have a datalist in my aspx like this: <asp:DataList ID=dlSubs runat=server CellPadding=0 CellSpacing=5
I have got two sections with billing and delivery address within a datalist: <asp:DataList
I'm using EPiServer for this website. Unlike asp:DataList , EPiServer:PAgeList does not have AlternatingItemTemplate
I have a link in my datalist <a href=# onclick=showHideDesc(this); return false; class=prod_details>details</a> <table
I have an ASP.NET datalist like this: <asp:DataList ID=DataList_Trips OnItemCommand=DataList_Trips_ItemCommand > <ItemTemplate> <div class=divListTrips>
I have this code, that i found on this website http://msdn.microsoft.com/en-us/library/efx1fwb6.aspx <asp:DataList runat=server ID=Datalist1

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.