PDA

View Full Version : Question about Tabular Data Control and links


slhInfinity
12-16-2004, 09:45 PM
I am referring to the Microsoft ActiveX control CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83

I am using TDC to display a comma delimited text file and would like to include working hyperlinks within the text file. At this point anything (html) I put in the .txt file is simply printed as is in the table. Is it possible to have clickable hyperlinks using Tabular Data Control?

Please move the thread if it is in the wrong place (I think it is?).

codegoboom
12-16-2004, 10:21 PM
Yeah, examples are given here: Binding HTML Elements to Data (http://msdn.microsoft.com/workshop/author/databind/dataconsumer.asp)
In particular:
<A DATASRC="#dsoLinks" DATAFLD="link_href"><SPAN DATASRC="#dsoLinks
DATAFLD="link_friendly"></SPAN></A>

slhInfinity
12-16-2004, 11:02 PM
thanks CodeGoBoom! That was quick and I think it will work. :D