System.Web.UI.WebControls.HyperLink

S

Sal

Hello All,
In using a Hyperlink web control, by specifying the target to be '_blank',
NavigateURL property will open the link in a new page. Is there a way to
specify the dimensions on the new browser window in code? I am using VB.NET.

I'd appreciate any help.

Sal
 
R

Robert Koritnik

Yes there is. You should manually create javascript to open a new window
with a normal A tag and not with a hyperlink server control, because you
don't have to handle server events. And you'll save some server resources
because of that too.
 
S

Sal

Thanks.

Robert Koritnik said:
Yes there is. You should manually create javascript to open a new window
with a normal A tag and not with a hyperlink server control, because you
don't have to handle server events. And you'll save some server resources
because of that too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top