----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 1 in Discussion Hi EveryBody , Need some suggestion regarding practical implementation of session in our project , actually we are having couple of pages having datagrids and custom paging , each grid will have about 300 values minimum with a paging size of 10 , now at present i extract complete thing in a dataset and bind it to a grid and store that dataset in a session as there are number of postbacks per page , there are about ten such pages and about 50 concurrent users couldbe there , so how good will it be store it in a session . Another option could be to store only those 10 values that are displayed in a grid in session every time and for every postback we can reconnect to database to extract next set of values , but actually moving over the network again and again to connect to database server , is little bit unacceptable to some people , so, is it fine to go with session or is there some better way available , if somebody with a practical experience can give some inputs then it would be great , because i am not very sure about practical pros / cons of the method regards , 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]
