Session Variable is not carried to Component

jsandoval

Active member
Joined
Dec 27, 2004
Messages
28
Location
Denver
Programming Experience
10+
My Session Variable value is not being carried to my component.

Any help would be appreciated.

Thank you,
 

Attachments

  • Error.JPG
    Error.JPG
    70.1 KB · Views: 159
so you're referenceing an object that's not there (in memory) you probably need to stick the 'New" keyword in the declaration of that object
 
Back
Top