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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:20:50+00:00 2026-05-27T16:20:50+00:00

I have a table used within a cshtml page. I have following requirements This

  • 0

I have a table used within a cshtml page. I have following requirements

  1. This table will have two rows
  2. This table should take all the space of chstml page(in win-forms term it should dock to parent )
  3. First row conatins a TextBox that should take all space of the first row.
  4. Second row will contain a label.
  5. First row will take 90% of the table height whereas second row will take 10% of the table height

I am pretty novice with tr and td etc. Below is my starting point, any help will be much appreciated.

<table >
    <tr>
        <td >
            @Html.TextBoxFor( m => m.Description)
        </td>
    </tr>
    <tr>
        <td>
            @Html.LabelFor( m => m.SomeThing)
        </td>
    </tr>
</table>
  • 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-27T16:20:50+00:00Added an answer on May 27, 2026 at 4:20 pm

    You can control the height of the row with the height of the cell. I would recommend using CSS to control it but you can do it inline as well. Allowing the browser to control the height of the table is best practice and then just set the height of the first row to 90%, the table should be 100% of the area it’s in and then the 2nd row will only take up 10% of the table. This should work:

     <div style="height:100%">
       <table>
        <tr>
            <td style="height:90%">
                @Html.TextBoxFor( m => m.Description)
            </td>
        </tr>
        <tr>
            <td style="height:10%">
                @Html.LabelFor( m => m.SomeThing)
            </td>
        </tr>
      </table>
     </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this JSF table which is used to display data. I want to
i have a table in an access database this access database is used on
When programming within the R environment I used rep([35,40),1020). This should give me a
This is a MySQL question: I have a table with the following structure. reference
We have a table that is used for assessment-values in our tool where each
Basically I have a table which is used to hold employee work wear details.
Given I have table with some data... I have a query which is used
I have a table like this in SQL Server: varID(PK) dataID(PK) is_used A 1
I have a table A which references table B. edit: Database engine used is
I used JPA and mysql. Each table have entity class.I have four tables. Table1

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.