Dim strPop As String = "< s c r i p t language='javas cript'>" & vbCrLf _
& "window.open('v iewpage.aspx',' Report');" & vbCrLf _
& "< / s c r i p t >" & vbCrLf
Page.RegisterSt artupScript("Po p", strPop)
Originally posted by sudagnr
Hi,
can any one post the code, to open the crystal report document in the new window of the browser in asp.net
Comment