Nuno Tavares
November 16th, 2005, 03:40 PM
Hello all (first post here, old user from the VC++ forum :)
I'm trying to build a list from a database using a GridView with HyperLinkField bounding. The field in question is an URL, which is not always specified (IOW, it may be null). So, I want to display (let's say...) YES (with a link to the URL) if the URL exists, or NO if it doesn't. It there anyway to do this by using the tools? Must it be done by code?
I'm using Visual Studio 2005. And BTW, if you try to link with an e-mail, it won't construct the link - is this a bug?
-
Nuno
I'm trying to build a list from a database using a GridView with HyperLinkField bounding. The field in question is an URL, which is not always specified (IOW, it may be null). So, I want to display (let's say...) YES (with a link to the URL) if the URL exists, or NO if it doesn't. It there anyway to do this by using the tools? Must it be done by code?
I'm using Visual Studio 2005. And BTW, if you try to link with an e-mail, it won't construct the link - is this a bug?
-
Nuno