Firstly, I am new to programming. I am currently having a website with 2 panel which are Log-in and Application Option. This is how I want it to work:
– When I first access the page, only the Log-in panel is editable while the Application Panel is grey out ( or disable)
- After I successfully logged in, the Log-in panel will be grey out ( or disable) while the Application Panel is now editable
Although I know how it works, however, coding is a bit of issue for me . Help and explaination will be really appreciated
Cheers
I’m assuming you are using asp.net web forms.
Also assuming both the panels are on the same page you can do something like this
in page_load
and in your login event or wherever you validate the user has actually logged in simply do the opposite