Any one help me out, how to work with LoginStatus control in asp.net...
the statu before login should be 'userlogin' after logged in ,it automatically changes to 'userlogout'
any suggestions??
Any one help me out, how to work with LoginStatus control in asp.net...
the statu before login should be 'userlogin' after logged in ,it automatically changes to 'userlogout'
any suggestions??
How about this
This will make a more custom view for you if you do not wish to use LoginStatus. You can read more about the above code sample here.