I hope that this isn't too off of the mark ... I'm trying to use a DataGrid control to build a list of hyperlinks. I build the hyperlinks with an SQL query to a table, and I get this as a result: oops ... when I paste this in ... the table gets converted to links ... The table has rows of the form: [bracket]a href="/community/allforums /tabid/54/view/topics/forumid/253/Default.aspx"[bracket] BAC [bracket]/a[bracket] The datagrid shows the text including the opening and closing brackets.
What I want to have happen is for the text in the datagrid to be rendered as hyperlinks. Is there a way to do this?
|