﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Saving the location of export file to a location outside the website</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Saving-the-location-of-export-file-to-a-location-outside-the-website/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Saving the location of export file to a location outside the website</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Saving-the-location-of-export-file-to-a-location-outside-the-website/</link><pubDate>Mon, 19 Apr 2010 04:13:55 GMT</pubDate><dc:creator>julia</dc:creator><description>&lt;p&gt;Hi Dhaval,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please ensure you have written the path correctly. You can use the snippet below : &lt;/p&gt;&lt;pre&gt; protected void Button1_Click(object sender, EventArgs e)
    {       
        WebGrid1.ExportGrid(new ISNet.WebUI.WebGrid.DynARInfo("excel", "C:/Temp/", "WebGridToExcel")); // export grid data with name WebGridToExcel
     }&lt;/pre&gt;

&lt;p&gt;And then about your error, that might because you haven't set the permission in your folder destination. To fix this, please give the access to the folder first before you do the export.&lt;/p&gt;
&lt;p&gt;I hope this could help.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Saving the location of export file to a location outside the website</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Saving-the-location-of-export-file-to-a-location-outside-the-website/</link><pubDate>Fri, 16 Apr 2010 13:19:02 GMT</pubDate><dc:creator>dhavalv</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am using WebGrid 7. When exporting the grid data, is there any way to specify the 'Reportpath' and the 'IISReportPath' property to a location outside web accessible. I tried to assign these properties to some physical location like 'C:\\Temp\\' and it throws an error saying the location you are trying to access is not possible.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>