----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: _Neeraj_ Message 1 in Discussion I have a web application ( ASP.NET 1.1, VS 2003 ) with NestedGrid ( DataGrid inside a Datagrid ). The inside datagrid gets loaded when we click the + sign associated with the row in the parent grid. Since the data volume is quite huge ( plus one more application requirement ), I cannot keep the data associated in the inner grid in viewstate or session. <o:p></o:p> <o:p> </o:p> Now the actual problem: <o:p></o:p> I have a separate link ( no where on the nested grid ) which exports some data in CSV format. When a user clicks on that link the data comes in the format of csv file and user can save that cvs file. If there is no data for that user a javascript message "No Data Found" is displayed. It works fine for all scenarios but one. When a user has clicked on the plus sign, the inner grid of the nested grid comes up. And then the user clicks the link to download the csv file. If there is some data then no issues, but if not after displaying the javascript message "No Data Found" the inner grid goes off, as the page gets refreshed.<o:p></o:p> <o:p> </o:p> Any solution to keep the complete page intact ? Thanks<o:p></o:p> ----------------------------------------------------------- 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]
