Yes, I have cookiees enabled in IE. Otherwise the other pages wouldn't work.
Also I did step through my code as noted...that's how I found that my sessions are lost after the MyBase.Finalize() call in the Sub {webform name}_Finalize(). It's the call that is called on every webform and...
Hi -
I am losing my session variables only on one page of my app. It's written in ASP.NET 2.0/VB. I tracked it down to happening during the sub:
Protected Overrides Sub Finalize()
MyBase.Finalize()
End Sub
{I placed a msgbox before and after with the session variables. The variables appear...
I'm supposing that when you mean hidden, it means that when they type into the textbox it shows the dots...and not the letters?
Normally,...all you have to do is use the 'text' property of the control to get it.
For example: You call your text box txtPassword. Just use: YourVariable =...
Hi -
I am losing my session variables only on one page of my app. It's written in ASP.NET 2.0/VB. I tracked it down to happening during the sub:
Protected Overrides Sub Finalize()
MyBase.Finalize()
End Sub
{I placed a msgbox before and after with the session variables. The variables appear...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.