open a new window
This code will open a new window using RegisterClientScriptBlock
RegisterClientScriptBlock("", " window.open('popup.aspx','anycontent','width=300, height=300,left=100,top=150,status=no, location=no'); ")
This code will open a new window using RegisterClientScriptBlock
RegisterClientScriptBlock("", " window.open('popup.aspx','anycontent','width=300, height=300,left=100,top=150,status=no, location=no'); ")