I'm trying to open a new page on a different tab, through aspx, I got a code on the internet that does this, however, it only works with clicks.
follow the code
LinkButton1.Attributes.Add("onclick", "window.open('../conheca-os-alimentos-aprovacao.aspx');return false;");
Someone can help me!