I want to open a Fancy Box and disply a Web User Control in the fancy box.
I DON'T want to show an ASPX page as my fancy box and display control within ASPX page.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anand UchagawkarPosted Oct 3, 2012, 10:24 AM
Can you be more specific as what do you mean by Fancy box, is it a pop-up or a section inside a page.
In either of the cases, if you are creating a control, then it would be mandatory for you to host it inside a page without which it cannot be directly called or rendered.
If you will tell me exactly how you need to open the control then may be I can suggest you ways.