Hi all,
This is my first post on here, hopefully someone can point me in the right direction.
I'm not sure who can help me as this is possibly more a design query than a programming one.
At the moment, I'm developing a C# application locally, so for example you log in to it at
Because I'm using Forms Authentication, if I try to go to any other page in the site, I get redirected to the login page, with a long query string indicating the page I was trying to go to. This all works fine.
My problem is that I want users to always be redirected to the login page, then when they navigate around the site, I want the url to stay the same. So for example, a user is on a page called Salaries.aspx, the address bar is showing
I want the address bar to actually always show
At the moment, I've tried using some frames, split into two, with the left most frame having a width of 0%.
I think what I'm doing is a workaround, not very elegant, can anyone advise me as to how I might do this better?
Thanks,
Steve
This is my first post on here, hopefully someone can point me in the right direction.
I'm not sure who can help me as this is possibly more a design query than a programming one.
At the moment, I'm developing a C# application locally, so for example you log in to it at
Because I'm using Forms Authentication, if I try to go to any other page in the site, I get redirected to the login page, with a long query string indicating the page I was trying to go to. This all works fine.
My problem is that I want users to always be redirected to the login page, then when they navigate around the site, I want the url to stay the same. So for example, a user is on a page called Salaries.aspx, the address bar is showing
I want the address bar to actually always show
At the moment, I've tried using some frames, split into two, with the left most frame having a width of 0%.
I think what I'm doing is a workaround, not very elegant, can anyone advise me as to how I might do this better?
Thanks,
Steve