G
Guest
WHY does the .Net Documentation show
http://msdn.microsoft.com/library/d...bsessionstatehttpsessionstatememberstopic.asp
.NET Framework Class Library
HttpSessionState
Public Properties
Item = = = Overloaded. Gets or sets individual session values.
In C#, this property is the indexer for the
HttpSessionState class.
THEN using the MSDE example walkthrough:
int intImageId = SSDAL.AddImage(strFileNameOnly,
txtImageDesc.Text,strServerPath, strThumbFile,
Convert.ToInt32(Session.Item(AppGlobals.sessKeyUserId)),2, 3);
ERROR
'System.Web.SessionState.HttpSessionState' does not contain a definition for
'Item'
WHY
Why can't there be someone available to help resolve these conflicts - it
is VERY frustrating to try to use the Microsoft products - that don't work
according to the documentation - and no one available to help.....
AM I the only one frustrated with Microsoft documentation that is not
accurate - WHAT are we to do?
CAN anyone please help me understand what is wrong in Visual Studio .Net and
why their sample walkthrough's won't work ?
http://msdn.microsoft.com/library/d...bsessionstatehttpsessionstatememberstopic.asp
.NET Framework Class Library
HttpSessionState
Public Properties
Item = = = Overloaded. Gets or sets individual session values.
In C#, this property is the indexer for the
HttpSessionState class.
THEN using the MSDE example walkthrough:
int intImageId = SSDAL.AddImage(strFileNameOnly,
txtImageDesc.Text,strServerPath, strThumbFile,
Convert.ToInt32(Session.Item(AppGlobals.sessKeyUserId)),2, 3);
ERROR
'System.Web.SessionState.HttpSessionState' does not contain a definition for
'Item'
WHY
Why can't there be someone available to help resolve these conflicts - it
is VERY frustrating to try to use the Microsoft products - that don't work
according to the documentation - and no one available to help.....
AM I the only one frustrated with Microsoft documentation that is not
accurate - WHAT are we to do?
CAN anyone please help me understand what is wrong in Visual Studio .Net and
why their sample walkthrough's won't work ?