----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: bradpitt889 Message 5 in Discussion Hi Hunk, Will this time round I have provide you the better solution to your problem. As per your problem you have only 57 fields which is not as big. As per best practices you should not use either session or cache for storing this thing. This is a new approach to this problem. I would now suggest you to use javascript and use only single page no need to store it in session or cachce and create memory overload on the server. Create 3 <Div> tags and on first next enable second div and hide other two using the javascript. THis will be more efficient solution and also more quick solution. You must see extensive use of javascript nowadays. eg Google show options click on google and in google mostof the things are done using javascript. So as per best industry approaches no matter how many fields u must use only one page and use javascript to avoid server side load... Now still if you have affection towards creating three pages you need not use this session or cache at all.. Rather you should use Request.Form Method to pass things from one page to another in case you are still interested in creating 3 different pages. Because session or caching are not suggested solution to your case. Session you can use when info is just like a key,variable thing tht is accessed often... SO in case a webfarm it becomes more difficult to know on which server the session is maintained. I would suggest you to go with javascripting thing. IT will be a bit cumbersome first but once you do it you will love it. Because its fast... Regards Kunal Shah (+91) 9342265409 A hero is born among a hundred, a wise man is found among a thousand, but an accomplished one might not be found even among a hundred thousand men. -Plato (427 BC-347 BC) ----------------------------------------------------------- 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]
