----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 16 in Discussion Hi , HttpContext could be one of the options but definitely not in this kind of case , where huge thing like dataset has to be accessed accross pages . HttpContext is good , if the context of controls on one page has to be passed , so that their values can be accessed on other page , when loaded using server.transfer . Again in this case too , there's posting back to the server , Do you agree with posting back such a hefty thing accross the network . For an enterprise application , it will create a big bandwidth issue , site will not load and work properly . Also , i am not very sure but then if i naviagate n pages , then what i think is through this method method i can retain the context of (n-1) th page , not all pages till n-1 , so invariably it has to be added to context of every last page accessed , however that's not case with Session object . See , whet we need to understand is , the specific application of all these state management options , if they would have been that similar , then there's no need to create so many options , as it would be un necessary duplication . Hope this helps , Mrinal ----------------------------------------------------------- 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]
