There is a home page. when a user is not logged on, the logon control must be displayed. after logon, "user information" is displayed. how can this problem be solved? My implementation idea is to put the logon and unlogged controls on, bind-visibel, and control your display and hiding. But the problem is that when the page is refreshed, there is a home page. when the user is not logged on, the logon control must be displayed. after logon, the "user information" will be displayed. how can this problem be solved?
My implementation idea is to put the logon and unlogged controls on, bind-visibel, and control your display and hiding. But the problem is that when the page is refreshed, all controls are displayed, and some of them are hidden. What should I do?
Reply content:
There is a home page. when a user is not logged on, the logon control must be displayed. after logon, "user information" is displayed. how can this problem be solved?
My implementation idea is to put the logon and unlogged controls on, bind-visibel, and control your display and hiding. But the problem is that when the page is refreshed, all controls are displayed, and some of them are hidden. What should I do?