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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:36:13+00:00 2026-05-14T21:36:13+00:00

What are the differences between the ASP.Net control <asp:Table> compared to the old reliable

  • 0

What are the differences between the ASP.Net control <asp:Table> compared to the old reliable table HTML implementation?

I know that the <asp:Table> will end up on the returned page as a HTML table, but does the ASP.Net control come with any benefits that I’m missing?

  • 1 1 Answer
  • 1 View
  • 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-14T21:36:13+00:00Added an answer on May 14, 2026 at 9:36 pm

    A “regular” <table> is not available for modification at all on the server side. As far as the server-side is concerned, it’s just static text that gets output to the browser.

    I would say that as a general rule, favour <table> unless you explicitly need to modify the structure of the table on the server. Using <asp:Table> means you have the overhead of running the code-behind for the table, generating the server-side control and so on. If you’re not using any of that functionality, then there’s no point.

    Also, in general, <asp:DataTable> is typically more useful than just plain <asp:Table>, since it supports data-binding and so on.

    Usually, if I just want to show/hide a single row in a table (or something) then I’ll just put runat="server" on the single <tr> that I want to control, rather than using a whole <asp:Table>.

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

Sidebar

Related Questions

What are the differences between User Control and Custom Control in ASP.NET
hi all what are the difference between asp.net server control and html server control?
I know the differences between ASP and ASP.NET generally, as I am new to
What are differences between CallContext and ThreadStatic? I've understood that in an ASP.NET environment
I'm confused about the differences and relationships between the various Microsoft ASP.NET AJAX components/libraries/toolkits
I know the difference between ASP.NET webforms and ASP.NET MVC and I've seen quite
Whats the difference between Url.Action and Html.RenderActionLink in asp.net mvc?
Are there any major differences between the ASP.NET Cache Class from ASP.NET 3.5 to
What Literal control is used for in asp.net? and What is the difference between
I am creating ASP.NET textbox controls dynamically. I want to know the difference between

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.