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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:49:59+00:00 2026-05-11T15:49:59+00:00

I was wondering if there is an existing control that I could use to

  • 0

I was wondering if there is an existing control that I could use to achieve what I am trying.

Basically, I have a html table that I display my header information.

It looks something like this:

<table class='tableEdit'>     <tr>         <th>Job ID</th><td>10</td>         <th>Client</th><td>Tom</td>     </tr>     <tr>         <th>Comments</th><td>Comments are here</td>     </tr> </table>   

I am wondering if there is an existing control that I can use as a container. Then I can assign the datasource to that control and leverage the field values as such.

<asp:Somecontrol runat='server' ID='someid'>  <table class='tableEdit'>     <tr>         <th>Job ID</th><td><%# Eval('Id') %></td>         <th>Client</th><td><%# Eval('Client.Name') %></td>     </tr>     <tr>         <th>Comments</th><td><%# Eval('Comments') %></td>     </tr> </table>   </asp:Somecontrol>  private void BindHeader() {  SomeObjectType data = DAL.SomeMethod();  someid.Datasource = data;  someid.DataBind(); } 

Is there anything out there to do this? I want to be able to control the layout of the fields within the container.

Thanks.

  • 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. 2026-05-11T15:50:00+00:00Added an answer on May 11, 2026 at 3:50 pm

    Actually what i was after was the FormView control.

    I had never used this control previously, but this is the exact control for what i wanted to do.

    It allows to to mark a region, assign a datasource and bind items as desired.

       <asp:FormView ID='FormView1' runat='server' DataSourceID='ObjectDataSource2' Visible='false'>                     <ItemTemplate>                         <table style='border-collapse: collapse;' class='tableEdit'>                             <tr>                                 <td>ClientId</td>                                 <td><asp:Label ID='ClientId' runat='server' Text='<%# Eval('ClientId') %>' /></td>                             </tr>                             <tr>                                 <td>ClientCode</td>                                 <td><asp:TextBox ID='TextBox1' runat='server' Text='<%# Eval('ClientCode') %>' /></td>                             </tr>                             <tr>                                 <td>Name</td>                                 <td><asp:TextBox ID='TextBox2' runat='server' Text='<%# Eval('Name') %>' /></td>                             </tr>                             <tr>                                 <td>BillingContactName</td>                                 <td><asp:TextBox ID='TextBox3' runat='server' Text='<%# Eval('BillingContactName') %>' /></td>                             </tr> 

    Thanks AI W for your input. Repeater is also suitable but for binding ‘a’ record, FormView is ideal i think. Thanks.

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

Sidebar

Related Questions

I'm wondering if there's an existing word to describe a process that I'm currently
I'm wondering whether there is an existing Java class that, given a Java bean,
I am wondering if in R there is a per-existing package that can colorate
I'm wondering if there's an existing control or if it would be straightforward to
Wondering if there is an existing ring buffer in .NET that has only one
I was wondering if there was a way to call existing C code from
Wondering if there is any way to get the lambda expressions that result from
Wondering if there is a good way to generate temporary URLs that expire in
Wondering if there is any tool that can help me to detect a pronoun's
Just wondering if there's a website out there that allows you to hotlink to

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.