----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Clouds Message 4 in Discussion hi ! I know how to restrict opening new window.. but thats what i dont want.... i want to allow user to work on same functionality in 2 different windows... e.g. if he is generating a pruchase order.. let him open 2 windows and generate 2 purchase orders side by side.. the problem here is .. in case of purchase order assume that we are opening a popup.. where he can select the items.. and populate the items in the purchase order list in the parent window.. the simplest way is to use session... but it will fail since you are opening 2 windows.. what i want to do is store the data specific to a request.... (one way is to use the http context object - which is not meant for such usage since the data is huge..) Any ideas .. any lights.. are welcome :) Badal -----Original Message----- From: KalyanVK [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 10:04 AM To: BDOTNET Subject: Re: Session management - MVP(s) please dont ignore..! New Message on BDOTNET Session management - MVP(s) please dont ignore..! Reply Reply to Sender Recommend Message 3 in Discussion From: KalyanVK Hi, You can restrict the user to open only one window, by calling the modal window. try it out, Kalyankumar V K 9845823965 -----Original Message----- From: Clouds [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 7:40 PM To: BDOTNET (E-mail) Subject: Session management - MVP(s) please dont ignore..! Importance: High New Message on BDOTNET Session management - MVP(s) please dont ignore..! Reply Reply to Sender Recommend Message 1 in Discussion From: Clouds Hello MVP ! Longtime back in this group .. i was going through one thread.. It was about custom session handling mechanism... I guess it was different than ASP.NET session handling mechanicsm... Few of you guys were insisting on development of such utilities which can be reused in our projects.. I was looking out for that particular utility because the requirement is something wiered I have one page with a grid.. and a button to add rows in the grid.. when user clicks on the button it opens another web form for searching on the items.. once ths earch is done.. user selects few records in the child page and says "Add" .. on this action the parent window should show the selected rows added at the bottom of the grid. Currently i m using ASP.NET Session .. on the child page I add the rows selected by the user to the existing rows collection present in the session .. and when he submits it.. i m reloading the page and binding the grid with the new set of rows.. but the problem here is.. if he opens 2 different windows to work on the same page.. the rows will be conflictings.. since there is one session per user... how do i resolve this issue.. what are the betterways of handling it.. Can that tool help me to this extent... Please let me know.. Regards Badal Associate Consultant MindTree Consulting Pvt. Ltd. # 42, 27th Cross, II Stage, Banashankari, Bangalore- 560 070 Ph: 6711777 Extn: 2322 DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. View other groups in this category. View other groups in this category. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. ----------------------------------------------------------- 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]
