N
Nedu N
Hi,
I am trying to design a Home page for my applicatiion in which i want show
the links for for some itms...
I tried to put the following
<td>
<font face="Arial, Helvetica, sans-serif" color="#ffffff" size="2"> Contact
| My Profile | Logout /font>
</td>
Here i want to have link for the above options to respective pages, i tried
with anchor <A></A> with HREF attribute, but i don't want to see the
underline for the link., i am not sure of how to do that...would anyone help
me in this regard.
ASP.NET Session variables Questions?
1) How to discard session variables? Are all session variables cleared when
the code FormsAuthentication.SignOut() is executed for Forms authentication
web
applications (i am sessing this not happening, even after using
Session.Abandon(), Session.Clear())
2) Is session variables persistent across hyperliks (i think it is not,
since each hyperlink will assume diferent session)
3) How to check for user Session expiration to pop up a messgae saying
"Session Expired, goto Login page"
Thanks
Nedu
I am trying to design a Home page for my applicatiion in which i want show
the links for for some itms...
I tried to put the following
<td>
<font face="Arial, Helvetica, sans-serif" color="#ffffff" size="2"> Contact
| My Profile | Logout /font>
</td>
Here i want to have link for the above options to respective pages, i tried
with anchor <A></A> with HREF attribute, but i don't want to see the
underline for the link., i am not sure of how to do that...would anyone help
me in this regard.
ASP.NET Session variables Questions?
1) How to discard session variables? Are all session variables cleared when
the code FormsAuthentication.SignOut() is executed for Forms authentication
web
applications (i am sessing this not happening, even after using
Session.Abandon(), Session.Clear())
2) Is session variables persistent across hyperliks (i think it is not,
since each hyperlink will assume diferent session)
3) How to check for user Session expiration to pop up a messgae saying
"Session Expired, goto Login page"
Thanks
Nedu