hi
i m sending a javascript function for popup window
use this on client side
n call it on any click event
Public Sub PopUp(ByVal url As String) Dim popup As String = "" 'Page.RegisterStartupScript("Popup", popup)Page.RegisterStartupScript("Popup", popup)
End Sub 'PopUp Private Sub btnAttach_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAttach.ClickPopUp("urfoemname.aspx")
hope this will help u.