<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'csharp'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=csharp&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'csharp'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: The process cannot access the file because it is being used by another process.</title><link>http://forums.asp.net/thread/3559671.aspx</link><pubDate>Fri, 11 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3559671</guid><dc:creator>Aamir Hasan</dc:creator><description>&lt;p&gt;&lt;br /&gt;public bool isFileOpen(ref string fileName)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //first make sure it&amp;#39;s not a read only file by aamir hasan www.studentacad.com&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((File.GetAttributes(file) &amp;amp; FileAttributes.ReadOnly) != FileAttributes.ReadOnly)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //first we open the file with a FileStream by aamir hasan www.studentacad.com&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using (FileStream stream = new FileStream(file, FileMode.OpenOrCreate, FileAccess.Read, FileShare.None))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { try&amp;nbsp; {stream.ReadByte();return true;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (IOException){&amp;nbsp; return false;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finally{stream.Close();stream.Dispose();} }}else return&amp;nbsp; false;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (IOException)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {return&amp;nbsp; false;}&lt;br /&gt;&amp;nbsp;&lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;at last aamir hasan has written a function which will tell, that file is read only or begin used by another person please used it and write comments&lt;br /&gt;on www.studentacad.com &lt;br /&gt;http://www.studentacad.com/post/2009/12/10/Check-if-a-file-is-already-open-(or-read-only).aspx&lt;br /&gt;&lt;br /&gt;regards aamir Hasan&lt;br /&gt;0923335494532&lt;br /&gt;www.studentacad.com&lt;/p&gt;&lt;div id="seolinx-tooltip" style="margin:0pt;padding:0pt;display:none;opacity:0.9;position:absolute;width:auto;z-index:99999;"&gt;&lt;table style="border:0pt none;margin:0pt;padding:0pt;border-collapse:separate;width:auto;"&gt;&lt;tr&gt;&lt;td id="seolinx-table" style="border:0pt none;margin:1px;padding:0pt;font-family:Tahoma;font-size:11px;font-weight:bold;"&gt;&lt;div style="margin:0pt;padding:0pt;overflow:auto;width:auto;"&gt;&lt;table id="seolinx-paramtable" style="border:1px solid gray;margin:0pt;border-collapse:separate;"&gt;&lt;tr&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://toolbarqueries.google.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;PR: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google pagerank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;L: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google links"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteexplorer.search.yahoo.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;LD: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Yahoo linkdomain"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.bing.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Bing index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Sitemap.xml"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;Rank: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;Traffic: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;Price: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic price"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteanalytics.compete.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;C: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Compete Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="border:0pt none;margin:0pt;padding:1px;cursor:pointer;vertical-align:middle;width:auto;" id="seolinx-tooltip-close"&gt;&lt;img alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description></item><item><title>Re: The process cannot access the file because it is being used by another process.</title><link>http://forums.asp.net/thread/3559663.aspx</link><pubDate>Fri, 11 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3559663</guid><dc:creator>Aamir Hasan</dc:creator><description>&lt;p&gt;&lt;br /&gt;public bool isFileOpen(ref string fileName)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //first make sure it&amp;#39;s not a read only file by aamir hasan www.studentacad.com&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ((File.GetAttributes(file) &amp;amp; FileAttributes.ReadOnly) != FileAttributes.ReadOnly)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //first we open the file with a FileStream by aamir hasan www.studentacad.com&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using (FileStream stream = new FileStream(file, FileMode.OpenOrCreate, FileAccess.Read, FileShare.None))&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { try&amp;nbsp; {stream.ReadByte();return true;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (IOException){&amp;nbsp; return false;} &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finally{stream.Close();stream.Dispose();} }}else return&amp;nbsp; false;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (IOException)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {return&amp;nbsp; false;}&lt;br /&gt;&amp;nbsp;&lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;at last aamir hasan has written a function which will tell, that file is read only or begin used by another person please used it and write comments&lt;br /&gt;on www.studentacad.com &lt;br /&gt;http://www.studentacad.com/post/2009/12/10/Check-if-a-file-is-already-open-(or-read-only).aspx&lt;br /&gt;&lt;br /&gt;regards aamir Hasan&lt;br /&gt;0923335494532&lt;br /&gt;www.studentacad.com&lt;/p&gt;&lt;div id="seolinx-tooltip" style="margin:0pt;padding:0pt;display:none;opacity:0.9;position:absolute;width:auto;z-index:99999;"&gt;&lt;table style="border:0pt none;margin:0pt;padding:0pt;border-collapse:separate;width:auto;"&gt;&lt;tr&gt;&lt;td id="seolinx-table" style="border:0pt none;margin:1px;padding:0pt;font-family:Tahoma;font-size:11px;font-weight:bold;"&gt;&lt;div style="margin:0pt;padding:0pt;overflow:auto;width:auto;"&gt;&lt;table id="seolinx-paramtable" style="border:1px solid gray;margin:0pt;border-collapse:separate;"&gt;&lt;tr&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://toolbarqueries.google.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;PR: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google pagerank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.google.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;L: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Google links"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteexplorer.search.yahoo.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;LD: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Yahoo linkdomain"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.bing.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;I: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Bing index"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Sitemap.xml"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;Rank: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;Traffic: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://www.semrush.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;Price: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="SEMRush SE Traffic price"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;td style="border:1px solid gray;padding:2px;-moz-background-clip:border;-moz-background-origin:padding;-moz-background-inline-policy:continuous;color:darkgreen;font-family:Tahoma;font-size:7pt;font-weight:bold;white-space:nowrap;"&gt;&lt;img src="http://siteanalytics.compete.com/favicon.ico" style="vertical-align:middle;" height="12px" width="12px" alt="" /&gt;&amp;nbsp;C: &lt;a style="color:blue;font-family:Tahoma;font-size:7pt;font-weight:bold;text-decoration:underline;" title="Compete Rank"&gt;wait...&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/td&gt;&lt;td style="border:0pt none;margin:0pt;padding:1px;cursor:pointer;vertical-align:middle;width:auto;" id="seolinx-tooltip-close"&gt;&lt;img alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</description></item><item><title>Configuration Error what is this </title><link>http://forums.asp.net/thread/3382311.aspx</link><pubDate>Wed, 02 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3382311</guid><dc:creator>a.a.stephen</dc:creator><description>&lt;p&gt;when i publish iam geting this error why before i add this tag in the web config i am able to pulish but now i cant am addging master page dynamically here &lt;/p&gt;&lt;p&gt;this is the error&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Configuration Error

&lt;span&gt;
&lt;h2&gt;&lt;i&gt;Configuration Error&lt;/i&gt; &lt;/h2&gt;
&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: 
&lt;/b&gt;An error occurred during the processing of a configuration file required to 
service this request. Please review the specific error details below and modify 
your configuration file appropriately. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Parser Error Message: &lt;/b&gt;The 
entry &amp;#39;MasterPageFile&amp;#39; has already been added.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; 
&lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;/code&gt;
&lt;pre&gt;Line 34:     &amp;lt;profile&amp;gt;
Line 35:       &amp;lt;properties&amp;gt;
&lt;font color="red"&gt;Line 36:         &amp;lt;add
&lt;/font&gt;Line 37:         name=&amp;quot;MasterPageFile&amp;quot;
Line 38:         defaultValue=&amp;quot;Nurse.master&amp;quot; /&amp;gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Open source Asp.net,c# HonoCMS , auto generate code</title><link>http://forums.asp.net/thread/3189605.aspx</link><pubDate>Wed, 27 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3189605</guid><dc:creator>jaanap</dc:creator><description>&lt;p&gt;Hi&amp;nbsp; &lt;/p&gt;
&lt;p&gt;i have use this auto generate code finished my first project. it is easy.&lt;/p&gt;
&lt;p&gt;but i have a request.&amp;nbsp; could you tell me how to custom the core code for myself.&lt;/p&gt;
&lt;p&gt;i realy want to know it.&amp;nbsp; if you can help me , i apreciate a lot.&lt;/p&gt;</description></item><item><title>Programatically Code GridView using SqlDataSource</title><link>http://forums.asp.net/thread/3134072.aspx</link><pubDate>Fri, 01 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3134072</guid><dc:creator>CDJ7</dc:creator><description>&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;Button&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Button1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;OnClick&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Price_Click&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;Text&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Find Price&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;GridView&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;GridView1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;GridView&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;SqlDataSource&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;sql1&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;SqlDataSource&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;public&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; Price_Click(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;EventArgs&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; e)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; FromBox3 = FromBox.Text.Substring(0, FromBox.Text.Length - 2);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ToBox3 = ToBox.Text.Substring(0, ToBox.Text.Length - 2);&lt;/p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;ShippingTool&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; st = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;ShippingTool&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; weight = st.GetUsedWeight(&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Convert&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.ToDouble(txtWeight.Text), &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Convert&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.ToDouble(txtLength.Text), &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Convert&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.ToDouble(txtWidth.Text), &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Convert&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.ToDouble(txtHeight.Text)).ToString();&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; zone = st.GetZone(FromBox3, ToBox3);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;GridView1.AutoGenerateColumns = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;false&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;CommandField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; cmdf = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;CommandField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;cmdf.ShowSelectButton = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bfweight = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bfcategory = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bfcompany = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bfzone = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BoundField&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/p&gt;bfweight.DataField = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Weight&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;bfweight.HeaderText = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Weight&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;bfweight.SortExpression = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Weight&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;bfcompany.DataField = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Company&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;bfcompany.HeaderText = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Company&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;bfcompany.SortExpression = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Company&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;bfcategory.DataField = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Category&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;bfcategory.HeaderText = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Category&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;bfcategory.SortExpression = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Category&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;bfzone.DataField = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + zone + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;bfzone.HeaderText = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Price&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;bfzone.SortExpression = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + zone + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;GridView1.Columns.Add(bfcompany);&lt;/p&gt;
&lt;p&gt;GridView1.Columns.Add(bfcategory);&lt;/p&gt;
&lt;p&gt;GridView1.Columns.Add(bfweight);&lt;/p&gt;
&lt;p&gt;GridView1.Columns.Add(bfzone);&lt;/p&gt;
&lt;p&gt;GridView1.Columns.Add(cmdf);&lt;/p&gt;GridView1.DataKeyNames = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;[] { &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Weight&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Category&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Company&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + zone + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; };&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;sql1.ConnectionString = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;ConfigurationManager&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.ConnectionStrings[&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;MovingToolsConnectionString&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;].ConnectionString;&lt;/p&gt;sql1.DataSourceMode = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;SqlDataSourceMode&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.DataSet;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;sql1.SelectCommandType = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;SqlDataSourceCommandType&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Text;&lt;/p&gt;sql1.ProviderName = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;sql1.SelectCommand = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;SELECT Weight, Company, Category, &amp;#39;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + zone + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;#39; FROM ShippingRates WHERE (Weight = @Weight)&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;sql1.SelectParameters.Add(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Weight&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot; &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + weight + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;sql1.DataBind();&lt;/p&gt;
&lt;p&gt;GridView1.DataSourceID = sql1.ID;&lt;/p&gt;
&lt;p&gt;GridView1.DataBind();&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;As you can see, I have the GridView and the SqlDatSource in the aspx page. I then want to program the gridview to use the sqldatasource to pull the data and put them into c&lt;font size="2"&gt;olumns: &amp;quot;Company&amp;quot;, &amp;quot;Category&amp;quot;, &amp;quot;Weight&amp;quot;, and &amp;quot;Price&amp;quot;. When i click the button to execute the button event, the page postbacks but the gridview doesnt show on the page. I have no idea why. Any help is appreciated.&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Return Lowest Value from Array</title><link>http://forums.asp.net/thread/3062080.aspx</link><pubDate>Fri, 03 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3062080</guid><dc:creator>CDJ7</dc:creator><description>&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;foreach&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;DataRow&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; drow &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;in&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ImageSet.Rows)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{DL += &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;GetZipDistance&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Distance(ToBox.ToString(), drow[&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;ZipCodes&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;].ToString()) +&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;,&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;}&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;string&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;[] todest = { DL };&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size="2"&gt;GetZipDistance, calculates a distance based off of two zipcodes. The first zipcode comes from a textbox (ToBox) and the second zipcode comes from a list of 79 zipcodes in a datarow. DL then contains 79 distances, separated by &amp;quot;,&amp;quot;,&amp;nbsp;calculated from&amp;nbsp;from the zipcode in ToBox and each of the 79 zipcodes in the datarow.&amp;nbsp; I then put DL into an array of strings. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;I&amp;nbsp;need need to know how to return the lowest value (distance) in the array of strings.&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;I could make the array an array of doubles but then I wouldnt be able to split them up by a &amp;quot;,&amp;quot;. &lt;/p&gt;&lt;/font&gt;</description></item><item><title>Graph Visualization Library yFiles.NET 3.2 Released</title><link>http://forums.asp.net/thread/2960849.aspx</link><pubDate>Mon, 23 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2960849</guid><dc:creator>yWorks</dc:creator><description>
&lt;p&gt;
&lt;a href="http://www.yworks.com/"&gt;yWorks&lt;/a&gt; announces
&lt;a href="http://www.yworks.com/products/yfilesdotnet"&gt;yFiles.NET version 3.2&lt;/a&gt;,
the new major release of its outstanding .NET class library for analysis, automatic
layout, and visualization of diagrams, networks, and graphs.
&lt;/p&gt;

&lt;p&gt;
yFiles.NET 3.2 no longer depends on J# assemblies.
&lt;/p&gt;

&lt;p&gt;
With this release, yFiles.NET provides support for folding operations in hierarchically
grouped graphs, also this release features a new domain-specific layout algorithm,
brings sophisticated enhancements for incremental hierarchical layout, and significantly
improved generic labeling.
&lt;br /&gt;
The hierarchical layout enhancements cover advanced constrained node sequencing
support and best-of-class swimlane layout for hierarchically organized graphs with
IncrementalHierarchicLayouter.
&lt;/p&gt;

&lt;p&gt;
For more information on features and functionality, please see the
&lt;a href="http://www.yworks.com/products/yfilesdotnet"&gt;yFiles.NET home page&lt;/a&gt;.
&lt;br /&gt;
Request a 30-day evaluation version and
&lt;a href="http://www.yworks.com/products/yfilesdotnet"&gt;test yFiles.NET now&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;About yWorks&lt;/b&gt;
&lt;a href="http://www.yworks.com/"&gt;yWorks&lt;/a&gt; specializes in professional software
solutions for the visualization of diagrams and graphs.
&lt;br /&gt;
Our flagship products &lt;a href="http://www.yworks.com/products/yfiles"&gt;yFiles&lt;/a&gt;
and &lt;a href="http://www.yworks.com/products/yfilesdotnet"&gt;yFiles.NET&lt;/a&gt; offer state-of-the-art
software components that bring high-quality diagramming into any Java and .NET application.
&lt;/p&gt;
</description></item><item><title>.Net ModelKit Suite 3.9 solves the problem of visually appealing BI apps design.</title><link>http://forums.asp.net/thread/2946058.aspx</link><pubDate>Tue, 17 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2946058</guid><dc:creator>Perpetuumsoft</dc:creator><description>&lt;p&gt;&amp;nbsp;
 
  Normal
  0
  
  
  
  
  
  false
  false
  false
  
  RU
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
   
   
  
  MicrosoftInternetExplorer4
  
   
   
   
   
   
   
   
   
   
   
   
  

 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 




 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:&amp;quot;Обычная таблица&amp;quot;;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:&amp;quot;&amp;quot;;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:&amp;quot;Times New Roman&amp;quot;;
	mso-bidi-theme-font:minor-bidi;}



&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;Perpetuum Software announces
the release of a new version of .Net components package intended for the creation
of functional and efficient management systems for all aspects of company
business: reporting systems, OLAP analysis, data processing and visualization.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;A new
version of the .Net ModelKit Suite set is developed taking into consideration
advanced technologies in reports creation and visual data representation. The main
issue of the version 3.9 release is visualization of any information.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;The
libraries of Chart ModelKit charts and Instrumentation ModelKit gauges were
considerably extended. New Chart ModelKit 3.9 collection includes 180 unique
examples designed in 10 various styles. Chart and diagram palettes allow the
display of data in bright, vivid, light or neutral tones. 80 Instrumentation
ModelKit collection gauges, designed in the same styles, allow the creation of
unique digital dashboards in a single style. New graphs and indicators
advantageously design any application in the color which is the most preferable
for your client. Now any application created with Chart ModelKit 3.9 or
Instrumentation ModelKit 3.9 will not only display data as clear as possible,
but will differ from analogous ones.&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;New visual
elements collection will be especially useful for reports building. Report
Sharp-Shooter 3.9 allows the use of charts and gauges in the reports to
visually represent data in accessible for understanding and analysis form. Now
you can display all numeric information in your client most comprehensive
form.&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;New Report
Sharp-Shooter 3.9 functionality will be especially interesting for the
developers who values comfort and conveniences in work. Using Public designer
functionality you can create custom designer by full customization of toolbox
and changing designer appearance. The whole standard designer functionality
will be the same. Now, it is possible to use Linq-to-Sql model as a data
source. Make your work with component as convenient and productive as
possible!&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;A new
version 3.9 of .Net ModelKit Suite includes a set of fixes which allows the
increase of components performance and flexibility. Now nothing will draw your
attention away from the creation of effective and qualitative data processing,
analysis and visualization applications.&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;Evaluate
new .Net ModelKit Suite 3.9 functionality:&lt;/span&gt;&lt;/p&gt;

&lt;span style="font-size:11pt;line-height:115%;font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;a href="http://www.perpetuumsoft.com/Downloads.aspx?lang=en&amp;amp;pid=38"&gt;http://www.perpetuumsoft.com/Downloads.aspx?lang=en&amp;amp;pid=38&lt;/a&gt;&lt;/span&gt;</description></item><item><title>Crystalreports using flash</title><link>http://forums.asp.net/thread/2938878.aspx</link><pubDate>Fri, 13 Feb 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2938878</guid><dc:creator>gvrkraju</dc:creator><description>&lt;p&gt;&amp;nbsp;i&amp;#39;m working on crystal reports, its ok &lt;/p&gt;&lt;p&gt;&lt;b&gt;but, i need to generate them using flash.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;b&gt;How to do it. &lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;thanks in advance &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Nevron .NET Vision Q3 2008 now available</title><link>http://forums.asp.net/thread/2856715.aspx</link><pubDate>Fri, 09 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2856715</guid><dc:creator>nevron</dc:creator><description>&lt;b&gt;.NET Vision Q3 2008 Released!&lt;/b&gt;
&lt;p&gt;
&lt;br /&gt;We are pleased to announce the production availability of the new major version release (Q3 2008) of Nevron .NET Vision - the data visualization components suite for .NET (WinForms and ASP.NET). The new version introduces Diagram Maps, Tree/Graph data import, new Charting types, advanced Chart axis features, many ASP.NET AJAX improvements and much more. 
&lt;/p&gt;
&lt;p&gt;
Download and test-drive the latest version of the leading Data Visualization technology for the .NET Framework: &lt;a href="http://www.nevron.com/Downloads.Download.aspx"&gt;Download the Free Evaluation!&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.nevron.com//images-newsletter/example/NevronChartNet.png" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;What&amp;#39;s New in Nevron Chart for .NET Q3 2008&lt;/b&gt;
&lt;/p&gt;
&lt;img src="http://www.nevron.com/images-logos/NevronChart.png" alt="" /&gt;&lt;img src="http://www.nevron.com/images-logos/NevronChartGauges.png" alt="" /&gt;
&lt;p&gt;
Nevron Chart for .NET (WinForms and ASP.NET) Q3 2008 introduces:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Mixing 2D and 3D charting types in one chart control&lt;/b&gt; - Each chart panel now supports the Enable3D property allowing you to dynamically switch the chart rendering from 2D to 3D and vice versa. This feature allows mixing of 2D and 3D charts in a single chart control.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Axis Ruler Caps&lt;/b&gt; - Axis rulers can now be decorated with begin and end cap style allowing the visualization of scientifically looking charts. Additional features include the ability to break the ruler painting if it crosses a scale break, increasing chart readability.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Custom Value and Range Labels&lt;/b&gt; - You can now add custom value or range labels. This feature can be very useful when you have to explicitly denote values or ranges on the scale. Value and range labels come up with a variety of customization options including controllable visibility and tick style as well as the ability to mix the automatic labels with the custom ones in one scale level.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Hierarchical Scales&lt;/b&gt; - This is a new type of scale configurator utilizing the range labels feature in order to create scales with hierarchical (tree) structure. This type of scale is widely used when you have to display grouped categorical data.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Value and Range Timeline Scales&lt;/b&gt; - Timeline configurators allow you to configure a scale to display date/time information by decorating the scale using several date/time units. By doing this the scale becomes more informative to the end user as it allows him/her to view important date/time events that happen inside the date/time range displayed by the scale.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;XML Formatted Text Improvements&lt;/b&gt; - The XML formatted text specification has been extended to support the shape tags allowing you to insert shapes with controllable fill, stroke and shadow in any text displayed by the component.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Automatic Walls Visibility&lt;/b&gt; - The walls of the chart when working in 3D mode can dynamically change their visibility depending on the user viewpoint so that they do not obscure the chart content. This feature is very useful when you want to give the user the ability to look at a chart from a different angle and want to ensure that the chart content remains completely visible.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Automatic Axis Position&lt;/b&gt; - The axes of the chart when working in 3D mode can dynamically choose a dock zone depending on the user viewpoint so that they do not obscure the chart content.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Pie Chart Improvements&lt;/b&gt; - The pie chart series can now render pies with the following new shapes Ring, Smooth Edge Ring and Cut Edge Ring.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Range Sliders&lt;/b&gt; - The axis scrollbar is extended to support range sliders thus allowing the user to change the visible axis range with the mouse.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Polar Chart Improvements&lt;/b&gt; - The Polar chart has been improved to support docking of angle axis on the outer rim of the polar are as well as docking of value axes to the sides of the polar. Value axis support reflection painting, which allows for better readability of polar charts. A new scale configurator has been added to address the specifics of dynamic angle step calculation and decoration. In addition polar charts now support line, area and point series.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Radar Chart Improvements&lt;/b&gt; - The Radar chart has been extended to support scaling of multi dimensional data.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Light Model Improvements&lt;/b&gt; - The light model now allows for easier configuration of point, spot and directional light sources. The position of each light source can be in model or camera space. Several new lighting schemes are added to the predefined light schemes supported by the component.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Compatible with IIS7&lt;/b&gt; - Nevron Chart now meets the new requirements of IIS7 and can be safely deployed to IIS7 servers.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Dynamic Image Size&lt;/b&gt; - In AJAX mode the Nevron web controls can be resized dynamically through asynchronous requests.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Image map with Instant Callback&lt;/b&gt; - Because the Nevron Instant Callback cannot read result data from the server when a request completes, the client side image map cannot be update dynamically. There are cases, though, such as toolbars or other navigation elements, when an image map is required but it does not change over time. Now the Nevron web controls generate an initial image map also when using Instant Callbacks, extending the range of cases, when Instant Callbacks can be used to optimize the application performance.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nevron JavaScript Library Optimization&lt;/b&gt; - The JavaScript files that are loaded by the Nevron web controls at the client are extensively optimized in size, which speeds up the initial parsing of the code, saves traffic and reduces the file transfer time.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nevron JavaScript Library Documentation&lt;/b&gt; - Full code reference is available for the client side JavaScript library that is used to enable AJAX for the Nevron web controls. The reference allows Nevron clients to extend the Nevron JavaScript Library and to empower their scripts by the rich functionality that this library offers.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nevron JavaScript Library Extensibility&lt;/b&gt; - The Nevron JavaScript Library comes with full code reference and can be used for custom JavaScript development. Custom commands and tools can be implemented to extend the built-in functionality.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Extended JavaScript Diagnostics Capabilities&lt;/b&gt; - The Nevron JavaScript Library provides a rich set of diagnostic utilities for developers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;img src="http://www.nevron.com//images-newsletter/example/NevronDiagramNet.png" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;What&amp;#39;s New in Nevron Diagram for .NET Q3 2008&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.nevron.com/images-logos/NevronDiagramMap.png" alt="" /&gt;&lt;img src="http://www.nevron.com/images-logos/NevronDiagram.png" alt="" /&gt;
&lt;/p&gt;
&lt;p&gt;
Nevron Diagram for .NET Q3 2008 (WinForms and ASP.NET) introduces:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Map Import&lt;/b&gt; - Full featured import of ESRI shape files with support for the following types of projections: Aitoff, Bonne, Lambert, Behrmann, Tristan, Edwards, Peters, Gall, Balthasart, EckertIV, EckertVI, Equirectangular, Hammer, Kavrayskiy VII, Mercator, MillerCylindrical, Mollweide, Orthographic, Robinson, Stereographic, Van Der Grinten, Wagner VI and Winkel Tripel. The ESRI import can easily be extended to include custom data formatting. For the purpose of displaying maps in diagrams, layers have been extended to support conditional visibility based on the zoom factor. When maps are imported in multiple layers you can define the zoom range in which each particular layer is visible. This helps you implement maps, which support zoom based level-of-detail. For the purpose of maps the NPointElement has been extended to support text. This helps you display geo points as labeled point shapes, which are independent of the zoom factor.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Diagram Data Import&lt;/b&gt; - Support for automatic import of tree and graph data structures from tabular data sources. The new data import feature supports the following data sources: DataTable, DataView, OleDbDataAdapter, SqlDataAdapter, OdbcDataAdapter, OleDbCommand, SqlCommand, OdbcCommand. The data import provides you with the ability to control the data records information shown for each record.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;DOM Improvements&lt;/b&gt; - We have added the NSegmentLabel, which gives you the ability to anchor text to a predefined or custom model segment. The NSegmentLabel can be instructed to keep text upward orientation as well as to follow the segment orientation. Shapes now have the SizeToText method, which attempts to size the shape to the primary (default) label size. The NDrawingDocument has been extended to provide the MeasureStringInWorld and MeasureStringInScene methods.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;New Predefined Shapes&lt;/b&gt; - In this release we have added new shapes in the following shape factories: Symbol shapes - 7 new shapes; Food shapes - 11 new shapes; Brainstorming shapes - 18 new shapes&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Layouts Improvements&lt;/b&gt; - All graph layouts have been revised to support self loops and bi-links. With this improvements the Nevron Diagram layouts engine is now capable of arranging any type of graph. The compact depth and layered tree layouts have been improved to support plug spacing.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Windows Forms Improvements&lt;/b&gt; - Following is a list of the new behavior improvements of WinForm views:
&lt;ul&gt;
&lt;li&gt;Shift modifies the resize behavior of side handles - when pressed aspect ratio is preserved.&lt;/li&gt;
&lt;li&gt;Shift modifies the resize behavior of corner handles - when pressed aspect ratio is broken.&lt;/li&gt;
&lt;li&gt;We have added support for auto scrolling when the dragged object area hits the window scroll margins.&lt;/li&gt;
&lt;li&gt;We have added the NMouseWheelScrollAndZoomTool. By default the mouse wheel scrolls the drawing view horizontally. When Shift is pressed the view is scrolled vertically. When Control is pressed the view is zoomed in or out. Click the middle mouse button to activate anchor scrolling (similar to MS Internet Explorer, MS Visual Studio, MS Visio etc.).&lt;/li&gt;
&lt;li&gt;We have added the NLibraryWheelScrollTool - it is similar to the NMouseWheelScrollAndZoomTool, but does not support zooming (since library views cannot be zoomed).&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;b&gt;Compatible with IIS7&lt;/b&gt; - Nevron Diagram now meets the new requirements of IIS7 and can be safely deployed to IIS7 servers.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Dynamic Image Size&lt;/b&gt; - In AJAX mode the Nevron web controls can be resized dynamically through asynchronous requests.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Image map with Instant Callback&lt;/b&gt; - Because the Nevron Instant Callback cannot read result data from the server when a request completes, the client side image map cannot be update dynamically. There are cases, though, such as toolbars or other navigation elements, when an image map is required but it does not change over time. Now the Nevron web controls generate an initial image map also when using Instant Callbacks, extending the range of cases, when Instant Callbacks can be used to optimize the application performance.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nevron JavaScript Library Optimization&lt;/b&gt; - The JavaScript files that are loaded by the Nevron web controls at the client are extensively optimized in size, which speeds up the initial parsing of the code, saves traffic and reduces the file transfer time.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nevron JavaScript Library Documentation&lt;/b&gt; - Full code reference is available for the client side JavaScript library that is used to enable AJAX for the Nevron web controls. The reference allows Nevron clients to extend the Nevron JavaScript Library and to empower their scripts by the rich functionality that this library offers.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Nevron JavaScript Library Extensibility&lt;/b&gt; - The Nevron JavaScript Library comes with full code reference and can be used for custom JavaScript development. Custom commands and tools can be implemented to extend the built-in functionality.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Extended JavaScript Diagnostics Capabilities&lt;/b&gt; - The Nevron JavaScript Library provides a rich set of diagnostic utilities for developers.&lt;/li&gt;
&lt;/ul&gt;
&lt;img src="http://www.nevron.com//images-newsletter/example/VSOptimized.png" alt="" /&gt;</description></item></channel></rss>