If the button is a standard html button, you can use javascript to open
windows.
Look up the window.open method on MSDN.
Example from MSDN:
window.open("Sample.htm",null,
"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");Chris
PS: This newsgroup covers winforms, not webforms.
> Hello,
>
[quoted text clipped - 6 lines]
>
> VS.NET C#