is it possible to have a target=\"_blank\" in LinkButton...mine doesnt seem to be working
target=\"_blank\"
LinkButton
You can use like this with Link Button
Replace target="_blank" to OnClientClick="window.document.forms[0].target='_blank';".
target="_blank"
OnClientClick="window.document.forms[0].target='_blank';"