// This article can be helpful if you want to show some brief information on a front window!
// I am explaining that how did i do and i will appritiate if someone comeup and help to make it more better and obtimized.
//This popup will have drag facility too so user can move windows on screen.
Flow:
- Create a user control containing IFRAME which will bind you aspx page or html page to show brief information.
- aspx or html page will have structure which will show required information.
- Make a pageURL property of user control which will be used as SRC for IFRAME.
- Bind JS file using "script" tag which will be helpful to connect events required to drag.
- You can bind style sheet also using "link" tag which will give unique look to page.
- place your control on page where you want to open and ON, OFF using javascript.