New Data Web Controls Enhancements in ASP.NET 4.0 Give ASP.NET Developers More Control | CodeGuru

New Data Web Controls Enhancements in ASP.NET 4.0 Give ASP.NET Developers More Control

Traditionally, .NET developers using Web controls enjoyed increased productivity but at the cost of control over the rendered markup. For instance, many ASP.NET controls automatically wrap their content in for layout or styling purposes. This behavior runs counter to the web standards that have evolved over the past several years, which favor cleaner, terser […]

Written By
CodeGuru Staff
CodeGuru Staff
Mar 25, 2010
2 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Traditionally, .NET developers using Web controls enjoyed increased productivity but at the cost of control over the rendered markup. For instance, many ASP.NET controls automatically wrap their content in <TABLE> for layout or styling purposes. This behavior runs counter to the web standards that have evolved over the past several years, which favor cleaner, terser HTML; sparing use of tables; and Cascading Style Sheets (CSS) for layout and styling. Furthermore, the <TABLE> elements and other automatically-added content makes it harder to both style the Web controls using CSS and to work with the controls from client-side script.

One of the aims of ASP.NET version 4.0 is to give Web Form developers greater control over the markup rendered by Web controls. Last week’s article, Take Control Of Web Control ClientID Values in ASP.NET 4.0, highlighted how new properties in ASP.NET 4.0
give the developer more say over how a Web control’s ID property is translated into a client-side id attribute. In addition to these ClientID-related properties, many Web controls in ASP.NET 4.0 include properties that allow the page developer to instruct the control to not emit extraneous markup, or to use an HTML element other than <table>.

This article explores a number of enhancements made to the data Web controls in ASP.NET 4.0. As you’ll see, most of these enhancements give the ASP.NET developer greater control over the rendered markup. Read the full article, Data Web Controls Enhancements in ASP.NET 4.0!

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.