I am trying to implement a popup login screen using ajaxpopupextender.
Is it possible to use an aspx page(which is the login page ) to show in the Panel using iframe?
Is there any advantage of using page instead of user control inside the panel? Does both gets loaded on parent page_load? considering faster page load Plase suggest which method to be used?