I have created a user control(.ascx file) in DNN 5 , I want to open that user control as a popup page.
Or in other words ,My asp.net application is using DNN 5, I want to create a popup in my application on the click of a button.
Help would be appreciated
I have created a user control(.ascx file) in DNN 5 , I want to
Share
you can wrap your control in a div and then use some jQuery to make it popup when you click a a link.