Multiple Issues: Sessions, Code not updating, etc.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MichaelAtCitiesDigital
    New Member
    • Mar 2007
    • 1

    Multiple Issues: Sessions, Code not updating, etc.

    I am having multiple issues with a project I am working on. I keep discovering more problems as I get further and further into trying to fix it. First, sessions aren't working correctly. Now, some code wont update. (I am using ASP.NET, VB.NET, VS2003, IIS)

    I have a session in the site already and it works exactly how it should. I have tried to add another character to the end of an existing value, but it won't display the new character. Everything stays the same. However, the values will change according the the data that is entered.

    I have tried adding another key/value pair to the session and display it in a text box, but it won't show up. I have tried to change the value of a label (Label1.Text = "New Value"), but the label text still says "Label". I have tried to print something to the screen using response.write. <% response.write( "<br><font color=red>" & variable & "</font><br>") %> doesn't work but <% response.write ("<br><font color=red>" & "test" & "</font><br>") %> does work.

    Does anyone have any idea what could be going on here? I am completely stumped and have been for the past two days.

    Thank you
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You must be, because this is posted iin the PHP thread, while your problems are in the ASP, VB area. I will transfer this thread to the VB forum.

    Ronald :cool:

    Comment

    • willakawill
      Top Contributor
      • Oct 2006
      • 1646

      #3
      Hi. Need to know what form you are referring to and what language

      Comment

      Working...