I have an ASPNet 2.0 gridview with a single hyperlink field.
The gridview is bound to a database table where there is a name field and url field. The desired effect is to display in each row cell content from the name column as the text of the hyperlink (which is working) and to have the url for the hyperlink field set to the content of the corresponding cell in the url column (not working). (This is not as complicated as specifying the url of a details page, which all the book examples do.)
How do I set up the specification for the Gridview field to achieve this?
Start Free Trial