I need to save the values of BO object into session variables after logged in successfully to the website.
Here is my code:
IList
Session[ConfigEnum.Country.ToString()] = new KeyValuePair
Session[ConfigEnum.State.ToString()] = new KeyValuePair
Session[ConfigEnum.City.ToString()] = new KeyValuePair
Session[ConfigEnum.AcademicYear.ToString()] = pConfigurationMaster[3].ConfigValue;
Here i don't want to use the pConfigurationMaster[index].configvalue;
It's very urgent.Any one please help me in this.
-Sindhu.A
Replies
Know the answer? Post it — somebody with the same question will find it here.