F
Frank Rizzo
Hello, I have a Gridview bound to a data source that has a query like this:
select Title, ID from TitleList
I just want to display one column. It should have a link in it that
goes something like this (if I were to create this link in c# code)
<a href="title.aspx?id=" + ID.ToString() + ">" + Title + "</a>
I tried playing around with template fields but i am totally new to
this, so I am running up against a wall.
Thanks.
select Title, ID from TitleList
I just want to display one column. It should have a link in it that
goes something like this (if I were to create this link in c# code)
<a href="title.aspx?id=" + ID.ToString() + ">" + Title + "</a>
I tried playing around with template fields but i am totally new to
this, so I am running up against a wall.
Thanks.