hi,
how can i create a popup window on button click.
popup window should contain a web user control
Printable View
hi,
how can i create a popup window on button click.
popup window should contain a web user control
Add an attribute to your button - i.e
Call that page that you have an instance of your control declared on :thumb:Code:btnYourButton.Attributes.Add("onclick", "javascript:window.open('YourPage.aspx');")