hi I have linkbutton in mypage
when I click on link button it redirect to other page.
I want when I click on linkbutton it open page in current page...
some thing like:
Target="_parent"
in hyperlink...
Best Regards
Neda
1. LinkButton does not have such property.
2. LinkButton is not for redirect, use HyperLink for that purpose.
3. You can redirect to another page on its Click event using Response.Redirect or Server.Transfer.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.