dukey_9000
10-15-2006, 04:18 PM
I want to open a second window using a button control. See the code below:
Sub btnsub_Click(ByVal Sender As Object, ByVal E As EventArgs)
If Page.IsValid Then
'open a new window here code - windowtwo.aspx
End If
End Sub
Can anyone give me some help on what the line of code will be please!
..
Sub btnsub_Click(ByVal Sender As Object, ByVal E As EventArgs)
If Page.IsValid Then
'open a new window here code - windowtwo.aspx
End If
End Sub
Can anyone give me some help on what the line of code will be please!
..