Hi, I create multiple buttons in the code-behind like so: Button myButton = new Button(); myButton.Text = "Test"; I need these buttons to open a URL in a pop-up Window. Is this possible without Javascript? Thanks