I have a LinkButton inside of an UpdatePanel. Hovering over the link the browser shows that the link points to "DoPostback ( ... ) ", because it is ajax-y the browser disables the right-click "open in new tab" option. How can I make the link normal even when it lives inside of an updatepanel?
Asked
Active
Viewed 315 times
0
-
LinkButton is designed to do a postback and work like a button. So you need to look at HyperLink control instead. – gbs May 15 '14 at 16:19
-
possible duplicate of [link button property to open in new tab?](http://stackoverflow.com/questions/2637087/link-button-property-to-open-in-new-tab) – Yulia V Jun 12 '14 at 11:45