I have a CAML Query that returns a Hyperlink column which I then bind
to a GridView control.
My Gridview column is defined:
<asp:HyperLinkField
DataTextField="Organization_x0020_Name"
DataNavigateUrlFields="URL" />
.....
<asp:HyperLinkField
The problem is that the returned hyperlink contains the full data of
the Web Address and the Description:
"www.thesite.com, The Site Name"
which makes the URL invalid
How do I parse this out?