IsObject equivalent?

  • Thread starter Thread starter Mike Randall
  • Start date Start date
M

Mike Randall

How do you test for the existance of session variables? I use session
variables to keep open file handles. In ASP I could use
IsObject(Session("var")) . What can be used in webforms to do this?

Thanks,
 
Just for your personal edification, the reason for this change in language
is that in .Net, EVERYTHING is an object.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

Mike Randall said:
That did the trick.

Thank you
 
Back
Top