When clicking a link we want to open a JavaScript style Popup window and execute a server-side function at the same time.
Have tried LinkButton but can't execute javascript window.open() from Server-Side and have tried hyperlink control but there is no onclick event to execute the required server-side function.
any thoughts?
SWIV