my code is..
<asp:LinkButton ID="lblUser" runat="server" PostBackUrl='<%# string.Format("ViewJob.aspx?ID={0}", Eval("Author")) %>' Text="VIEW JOB >>" />
How to open link in new tab. when we click on link button.
any help
Go to the complete details ...