Hey Guys, I have a dataview which gives me a result from my SQL database which works great. I can view all my data in its specified columns but theres one column I want to make a URL out of from the result it brings back. I just want to pre-pend something like...
where <result> is what was returned from my dataview in one of my columns.
So if the result was 12345 the URL would be
Any help is appreciated.
Thanks in advance guys
Steve
where <result> is what was returned from my dataview in one of my columns.
So if the result was 12345 the URL would be
Any help is appreciated.
Thanks in advance guys
Steve