User-939850651 posted
Hi acordobaj,
Good morning, you can pass session variables in an iframe to be able to embed an asp.net site in another, the first site has your login, and I need to pass the username and password for the
other asp website through iframe
Do you want to implement the login function in a small window, then return to the homepage of the website from the login interface?
If this is the case, I think using iframe is not a good way, you can try some controls, such as
Ajax ModalPopupExtender, you can also customize its style.
You could refer to this complete example:
ASP.Net Login Control in AJAX Control Toolkit Modal Popup Extender
If I misunderstood something, could you describe your problem in more detail?
Best regards,
Xudong Peng