Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to programatically add Logout hyperlink to table
Message
From
14/12/2004 14:00:19
 
 
To
14/12/2004 04:36:10
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Oracle
Miscellaneous
Thread ID:
00969017
Message ID:
00969220
Views:
8
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform