Posts by Denis Alves • 1 point
1 post
-
-2
votes3
answers849
viewsA: Linkbutton : Open link in a new window (Right Mouse Button)
You can use the code below : OnClientClick="window.open('OtherPage.aspx', 'PageName');"
1 post
-2
votes3
answers849
viewsYou can use the code below : OnClientClick="window.open('OtherPage.aspx', 'PageName');"