----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Arijit Message 3 in Discussion I am using session to store some values and later retreive the same. For eg: I use Session["TestABC"] = "hello"; My system is such (design is such) that I have to store Session["TestABC"] in a string. For eg: my code will be like this - string test = "Session[" + "\"" + "TestABC" + "\"" + "]"; Later in the code I would like to evaluate the variable test so that it returns me the value stored in the session object with the key "TestABC". Whcih means I wnat my string variable test to behave as a session object so that I can print the value of "hello" thru it. Hope I was able to make it clear this time. Thanks! Arijit ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
