How to open link in a "New Tab" in all the browsers, after clicking on Image button ??
The code that i used opens link in new browser window, but i want it to open in new tab.
Please reply
Dear Friend
Simply write the code on imagebutton in .aspx page
PostBackUrl='<%# Eval("URL") %>' the url on which page you want to redirect
OnClientClick ="target='_blank'" this is for new window
try this!!!
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.