I have a website where many aspx pages reference a public static module which is under the App_Code folder.
How do I show a popup from that public static module? I don't want to add anything to each of the aspx pages which call that public static module.
Go to the complete details ...