S
soni2926
hi,
I have a repeater on a page that's going to build out music content,
images and links to cds. Some of these cds do not have links, and
some do, the ones with links i'm going to have to open in a new page,
so my links are going to look like:
<a href="<%# Eval("linkhere") %> target="_blank">Link</a>
something like that, now the problem is how do i build that for cds
with no links, so they don't open up blank pages, maybe just have it
so there is no link for them all together. is it better for me to
just add another column to the datatable i'm getting back, that has
_blank or nothing for the target attribute, or something else better?
any suggestions?
thanks.
I have a repeater on a page that's going to build out music content,
images and links to cds. Some of these cds do not have links, and
some do, the ones with links i'm going to have to open in a new page,
so my links are going to look like:
<a href="<%# Eval("linkhere") %> target="_blank">Link</a>
something like that, now the problem is how do i build that for cds
with no links, so they don't open up blank pages, maybe just have it
so there is no link for them all together. is it better for me to
just add another column to the datatable i'm getting back, that has
_blank or nothing for the target attribute, or something else better?
any suggestions?
thanks.