You can add the row data bound event and break long email addresses by
adding a space after so many characters. That will break the address.
Otherwise, the rules of HTML are to only break on spaces and other
"breakable" characters (hyphens, etc.).

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
>I have a GridView with column widths defined as percentages however if a
> column has a row that is longer than the defined width the column width
[quoted text clipped - 7 lines]
>
> Guy