how to open a page in new tab on button click in asp.net?

前端 未结 16 2046
情书的邮戳
情书的邮戳 2020-11-29 07:32

I want to open a page in new tab of browser on button click.

I have searched a lot on google but i couldn\'t find anything.

Here is my button.



        
16条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 08:12

    try this rather than redirect...

    Response.Write("");
    

提交回复
热议问题