Posted 24 Apr 2013 Link to this post
<
telerik:RadButton
ID
=
"RadButton1"
runat
"server"
Target
"_blank"
Text
"redirect"
ButtonType
"LinkButton"
>
</
Posted 25 Apr 2013 Link to this post
Posted 26 Apr 2013 Link to this post
Response.Write(
"<script>");
"window.open('http://www.google.co.in/','_blank')");
"</script>"); Other wise use Hyperlinkbutton.