E
Edwin Knoppert
I want to fill a dataset, one of the columns is hyperlink.
At the end i want to set a full href, thus url + name.
System.String results in interpreted html, not useful.
How would i modify the following lines?
' Create the column
oCol = New DataColumn("File", System.Type.GetType("System.String"))
Set url to item/column:
oRow("File") = "http:///myfinedir/file1.zip"
At the end i want to set a full href, thus url + name.
System.String results in interpreted html, not useful.
How would i modify the following lines?
' Create the column
oCol = New DataColumn("File", System.Type.GetType("System.String"))
Set url to item/column:
oRow("File") = "http:///myfinedir/file1.zip"