ASP.NET Grid - ParseHTML property for the Columns

SHIPPER ID
COMPANY NAME
PHONE
WEBSITE
HAS EMAIL
EDIT
 
 
 
 
 
 
 
 
3
Federal Shipping
(503) 555-9931
<a href="http://www.google.com">Google</a>
<input type="radio" id="oRadio" checked="checked" />
2
United Package
(503) 555-3199
<a href="http://www.obout.com">Obout.com</a>
<input type="checkbox" id="oChk" checked />
1
Speedy Express
(503) 555-9831
N/A
<b><i><u>N/A</u></i></u>
<img src="styles/style_3/last.gif" alt="" />
 
 
 
 
Records per page:
1
Records: 1 - 3 of 3 - Pages: 
-



Use the ParseHTML property of the Column class if you have HTML content in your database and
you want to show the HTML elements in the Grid (not the HTML text).



« Back to examples