Hello Friends
I made a routine that displays a GridView in the Status of the User, that is, if he is or not logged on ( "IsOnline").
GridView appears True / False.
I would like to display a word of my liking, such as "Online" / "Away".
I am using the following syntax:
If Not Page.IsPostBack Then
GrdLogados.DataSource Membership.GetAllUsers = ()
GrdLogados.DataBind ()
End If
LblUsuarios.Text = Membership.GetNumberOfUsersOnline
Could it be possible?
Thanks and a hug