Image Hyperlink Targets

  • Thread starter Thread starter Ross Culver
  • Start date Start date
R

Ross Culver

Why is that none of the image components have a target property?

I want to use an image instead of text to open a page in the search pane,
but I can't access the target property of the button, linkbutton or
imagebutton.

Thanks.

Ross
 
Why is that none of the image components have a target property?

I want to use an image instead of text to open a page in the search pane,
but I can't access the target property of the button, linkbutton or
imagebutton.

Thanks.

Ross

<asp:HyperLink id="hyperlink1"
ImageUrl="images/pict.jpg"
NavigateUrl="http://www.microsoft.com"
Text="Microsoft Official Site"
Target="_blank"
runat="server"/>
 

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

Back
Top