User475983607 posted
An ASP.NET web site is made with login for every page users want to access. How can we make an error warning page display when an application error occurs. Right now Users keep seeing the login page pop up before the error warning page.
If the login page pops up that usually means the user is logged out. I guess you are asking how to pass data to the login page? Can you clarify what you are trying to do at a high level?