Genrating following error
Session state can only be used when enableSessionSt ate is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.Sess ionStateModule or a custom session state module is included in the <configuration> \<system.web>\< httpModules> section in the application configuration.

I have set EnableSessionSt ate="True" in page directy...