I need to open a pop-up new tab in browser for displays another aspx page After trigger button click event(Html5).
I have found many ways to do this in JavaScript, but haven't been able to find a way to do it using VB.Net.
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
//How to implement code
End Sub