| Author: DotNET-Helper 07 Mar 2005 | Member Level: Gold | Rating:  Points: 2 |
Use Item template
This can be done in the design mode by clicking the link change this column to Template column
or through code in html of .aspx page as follows
<%# DataBinder.Eval(Container.DataItem, "Yourfieldname") %>
Happy Coding
Pradeesh Mathew
|