I was wondering how to make a LinkButton control open the page in a new window when I realised there's actually a control to do just that, the HyperLink control, that has a Target attribute.  The downside of this is you can't do any OnClick processing, so if you need to do that before openeing the page you'll have to use LinkButton and register a script with window.open javascript code in it.

Comments are closed.