Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
thomasp67
Starting Member
1 Post |
Posted - 2010-10-28 : 06:14:24
|
| Hi guys,I'm just starting out with SQL Server 2008 and I have a db with several columns, one of them is a called 'store' and another is called 'link'. I am outputting them to a table using GridView with Visual Web Developer.What I would like to do is to output the table so I can click on the data within 'store' and it will open a link to the value of the 'link' fieldAny help would be appriciated |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-11-01 : 12:24:56
|
| the formatting has to be done at front end using html or other scripting from SQL you just retrieving value to be used as URL------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|