0
kicks
Using ASP.Net to open a new browser window Part II - the web control
This a follow up to my previous post, Using ASP.Net to open a new browser window. There I used a static helper class to register a javascript function to open a new browser window. I've scratched the static class and replaced it with a BrowserWindow class and a PopUpWindow WebControl.