I have a home.aspx file which has a button. when click on this button i would like to do do a modal popup to call login.ascx (user control). i want to make this modal avaiable no matter what page you are on. So if you get timedout, the modal will popup at your current page and ask you to log back in again. so my structural is
primary master - child master - home - user control
i tried to look for a way to do this in telerik modalpopup but haven't found any. Do you guys have any sample like this? Thanks
primary master - child master - home - user control
i tried to look for a way to do this in telerik modalpopup but haven't found any. Do you guys have any sample like this? Thanks