S
Shapper
Hello,
I have this:
Sub Page_Load(Sender As Object, E As EventArgs)
Response.Write(Session("culture"))
End Sub
It displays Session("culture") value.
I want to access this value in my HTML code.
I thought it would be something like:
<%# Response.Write(Session("culture")) %>
It's not working. What am I doing wrong?
Thanks,
Miguel
I have this:
Sub Page_Load(Sender As Object, E As EventArgs)
Response.Write(Session("culture"))
End Sub
It displays Session("culture") value.
I want to access this value in my HTML code.
I thought it would be something like:
<%# Response.Write(Session("culture")) %>
It's not working. What am I doing wrong?
Thanks,
Miguel