which control can I use to link to a new window?
am 23.01.2008 15:34:50 von Carlos
Hi all,
I was using the Hyperlink control to link to another URL. However, I need
to open a new window where that URL can be displayed, and I do not see
a property in the control that allows me to do that. I would not like to use
Javascript at this time. Is there any other control that can help me to do
just that?
Thanks in advance,
Carlos
Re: which control can I use to link to a new window?
am 23.01.2008 15:59:06 von Eliyahu Goldin
The same HyperLink will do it if you specify Target="_blank".
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"Carlos" wrote in message
news:uxCph1cXIHA.4712@TK2MSFTNGP04.phx.gbl...
> Hi all,
>
> I was using the Hyperlink control to link to another URL. However, I need
> to open a new window where that URL can be displayed, and I do not see
> a property in the control that allows me to do that. I would not like to
> use Javascript at this time. Is there any other control that can help me
> to do just that?
>
> Thanks in advance,
>
> Carlos
>
Re: which control can I use to link to a new window?
am 23.01.2008 16:03:33 von Carlos
Thank you Eliyahu!
"Eliyahu Goldin" wrote in
message news:uM1mUCdXIHA.4896@TK2MSFTNGP06.phx.gbl...
> The same HyperLink will do it if you specify Target="_blank".
>
> --
> Eliyahu Goldin,
> Software Developer
> Microsoft MVP [ASP.NET]
> http://msmvps.com/blogs/egoldin
> http://usableasp.net
>
>
> "Carlos" wrote in message
> news:uxCph1cXIHA.4712@TK2MSFTNGP04.phx.gbl...
>> Hi all,
>>
>> I was using the Hyperlink control to link to another URL. However, I need
>> to open a new window where that URL can be displayed, and I do not see
>> a property in the control that allows me to do that. I would not like to
>> use Javascript at this time. Is there any other control that can help me
>> to do just that?
>>
>> Thanks in advance,
>>
>> Carlos
>>
>
>