Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 465 Bytes

Html5GridView

HTML5 Compliant ASP Grid View Control

Removes tables attributes that cause HTML5 Validation Errors:

-> Rules

-> CellSpacing

-> Border

Removes span tags to avoid HTML5 Validation error cause by unsupported attributes being added

Useage:

On each aspx page include the following:

<%@ Register TagPrefix="asp" Namespace="ActiveServerControls"%>

You may then use the grid view as you had replacing GridView with Html5GridView