How to get a session value? - WeOnlyDo Discussion board

How to get a session value? (wodWebServer / wodWebServer.NET)

by Traveller, Wednesday, October 29, 2014, 09:09 (3459 days ago) @ Jeremy

Hi,
I think that if you see the line of code of yours below:

Label1.Text = Session("ConnectDate")

Label1.Caption = Session("ConnectDate") , should have been used instead !

I don't know if Lable control has text property ?

Label has TAG & Caption properties as I checked my VB6 Software.

and may be that is why you see no return value.

Regards.


Complete thread: