Hi to everyone....! i hope im posting this to the right place...i have one small problem that im not able to figure it out! i have done an asp.net application and is working fine when i running from VS2008 but on my local machine there is something wrong with this statement:
If (User.Identity.IsAuthenticated) Then
Me.LogName1.Text = (Session("Username"))
The statement " User.Identity.IsAuthenticated" is running on the server side right? so how shuld i be able to convert it to check if the username has been authenticated... on the client side...?
Thank you
...
Go to the complete details ...