Question : Add target Attribute to ASP.NET ImageButton

Hi Guys,
is it possible to add a target attribute to an ASP.NET ImageButton something like

runat="server"
ImageUrl="smiley.gif"
OnClick="getCoordinates" target="_blank" />

 can someone please give me an example

Answer : Add target Attribute to ASP.NET ImageButton

wrap a regular image control in a hyperlink control like this:

p:Image>p:hyperlink>
Random Solutions  
 
programming4us programming4us