hi,
I have 2 login pages
ClientsLogin
on login destination is ClientAccount.aspx
StaffLogin
on login destination is StaffAccount.aspx
If i place loginview on all pages, how can I add the correct home link in the login view and show correct one for Client and Staff?
so if staff is signed in they see home link which takes them back to StaffAccount.aspx
and if client is signed in they only see a link that takes them to ClientAccount.aspx
thank you for examples