Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to programatically add Logout hyperlink to table
Message
De
14/12/2004 14:00:19
 
 
À
14/12/2004 04:36:10
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Oracle
Divers
Thread ID:
00969017
Message ID:
00969220
Vues:
9
>Dear All,
>
>How to programatically add "Logout" hyperlink to table:
>
>Table1.Rows(0).Cells(1).Text = "User ID: " & Session("WebLogMemberID") &" "& ???
>
>please advise
>
>Thanks
>Winanjaya

I think, if I understand your question, you can put an anchor around your text that links to your logout page.

Table1.Rows(0).Cells(1).Text = "User ID: " & Session("WebLogMemberID") " "& ""

or something like that.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform