<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-605</id>
	<title>Nabble - Cold Fusion - .Net</title>
	<updated>2006-10-04T05:12:44Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Cold-Fusion---.Net-f605.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Cold-Fusion---.Net-f605.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-6637666</id>
	<title>want to create new format in format combo box of fckeditor..</title>
	<published>2006-10-04T05:12:44Z</published>
	<updated>2006-10-04T05:12:44Z</updated>
	<author>
		<name>Bipul Dobhal</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;How can i create my own formats for fckeditors combo box.. 
&lt;br&gt;&lt;br&gt;I found the line 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FCKConfig.FontFormats='p;dic'pre;address;h1;h2;h3;h4;h5;h6'; 
&lt;br&gt;in fckconfig.js file. 
&lt;br&gt;I think by setting my own format in this line may handle this problem because when I added any word or letter in this line like this 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FCKConfig.FontFormats='p;dic'pre;address;h1;h2;h3;h4;h5;h6;Temp'; 
&lt;br&gt;&lt;br&gt;it creates a new format in combo box with named &amp;quot;Undefined&amp;quot;.. 
&lt;br&gt;&lt;br&gt;If i will get the source where these formats ('p;dic'pre;address;h1;h2;h3;h4;h5;h6' ) are defined then I will solve my problem. 
&lt;br&gt;&lt;br&gt;Can any one shed some light on where and how to define the formats so that it will be rendered on the fckeditor's format combo box..? 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;Bipul Dobhal
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/want-to-create-new-format-in-format-combo-box-of-fckeditor..-tp6637666p6637666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-819250</id>
	<title>Re: Re: retreiving a value from a dataset</title>
	<published>2005-09-08T23:19:18Z</published>
	<updated>2005-09-08T23:19:18Z</updated>
	<author>
		<name>satya chhikara</name>
	</author>
	<content type="html">&amp;nbsp;?
&lt;br&gt;if you are using vb.net
&lt;br&gt;then syntax is
&lt;br&gt;&lt;br&gt;keyword.Text = myDataSet.Tables[0].Rows[0].item[&amp;quot;keyword&amp;quot;];
&lt;br&gt;&lt;br&gt;if you are using c# then syntax is
&lt;br&gt;&lt;br&gt;keyword.Text = myDataSet.Tables[0].Rows[0][&amp;quot;keyword&amp;quot;].ToString();
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, 09 Sep 2005 Kwang Suh wrote :
&lt;br&gt;&amp;gt;Try myDataSet.Tables[0].Rows[0][&amp;quot;keyword&amp;quot;];
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;I have a specific requirement to retreive a value from a dataset that has been created.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;example: keyword.Text = myDataSet.Tables[0].Rows[0].item[&amp;quot;keyword&amp;quot;];
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;basically trying to access the column name 'keyword' and get its value.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1829&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1829&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/retreiving-a-value-from-a-dataset-tp811033p819250.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-816414</id>
	<title>Re: retreiving a value from a dataset</title>
	<published>2005-09-08T14:25:07Z</published>
	<updated>2005-09-08T14:25:07Z</updated>
	<author>
		<name>Kwang Suh</name>
	</author>
	<content type="html">Try myDataSet.Tables[0].Rows[0][&amp;quot;keyword&amp;quot;];
&lt;br&gt;&lt;br&gt;&amp;gt;I have a specific requirement to retreive a value from a dataset that has been created.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;example: keyword.Text = myDataSet.Tables[0].Rows[0].item[&amp;quot;keyword&amp;quot;];
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;basically trying to access the column name 'keyword' and get its value.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Sams Teach Yourself Regular Expressions in 10 Minutes &amp;nbsp;by Ben Forta 
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=40&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1828&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1828&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/retreiving-a-value-from-a-dataset-tp811033p816414.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-811033</id>
	<title>retreiving a value from a dataset</title>
	<published>2005-09-08T03:47:22Z</published>
	<updated>2005-09-08T03:47:22Z</updated>
	<author>
		<name>Don-73</name>
	</author>
	<content type="html">I have a specific requirement to retreive a value from a dataset that has been created.
&lt;br&gt;&lt;br&gt;example: keyword.Text = myDataSet.Tables[0].Rows[0].item[&amp;quot;keyword&amp;quot;];
&lt;br&gt;&lt;br&gt;basically trying to access the column name 'keyword' and get its value.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1827&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1827&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/retreiving-a-value-from-a-dataset-tp811033p811033.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-658861</id>
	<title>Re: Help! I can't seem to fix this</title>
	<published>2005-08-18T13:37:42Z</published>
	<updated>2005-08-18T13:37:42Z</updated>
	<author>
		<name>bdensmore</name>
	</author>
	<content type="html">It is actually in a try catch block, I just didn't include that. I get
&lt;br&gt;an email for every error generated. This is what's being sent in the
&lt;br&gt;email for the error.
&lt;br&gt;&lt;br&gt;[modelnumber=9066]System.Xml.XmlException: The root element is missing.
&lt;br&gt;at System.Xml.XmlTextReader.Read()
&lt;br&gt;at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader,
&lt;br&gt;Boolean preserveWhitespace)
&lt;br&gt;at System.Xml.XmlDocument.Load(XmlReader reader)
&lt;br&gt;at RoseMasters_com.ProductDetailsPage.Page_Load(Object sender, EventArgs e)
&lt;br&gt;&lt;br&gt;I will do some other testing and see if the xml file is being returned empty.
&lt;br&gt;&lt;br&gt;Thanks for the ideas.
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;On 8/18/05, G &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=658861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brian.grant@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is it possible that an empty file could be returned???
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps the root node was indeed not present for this reason, or some other
&lt;br&gt;&amp;gt; reason. Either way, your code should probably contain a built-in fail safe
&lt;br&gt;&amp;gt; should the root node not be present.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since the code has always worked, and the variable here is the XML being
&lt;br&gt;&amp;gt; returned from the feed, something unexpected must have occurred in the feed,
&lt;br&gt;&amp;gt; and your code will probably need to be updated to continue gracefully in
&lt;br&gt;&amp;gt; that scenario.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One other thing, a try/catch block here could be very valuable in emailing
&lt;br&gt;&amp;gt; you information should the error occurr again.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1799&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1799&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help%21-I-can%27t-seem-to-fix-this-tp658052p658861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-658491</id>
	<title>Re: Help! I can't seem to fix this</title>
	<published>2005-08-18T13:02:05Z</published>
	<updated>2005-08-18T13:02:05Z</updated>
	<author>
		<name>bdensmore</name>
	</author>
	<content type="html">It is actually in a try catch block, I just didn't include that. I get
&lt;br&gt;an email for every error generated. This is what's being sent in the
&lt;br&gt;email for the error.
&lt;br&gt;&lt;br&gt;[modelnumber=9066]System.Xml.XmlException: The root element is missing.
&lt;br&gt;at System.Xml.XmlTextReader.Read()
&lt;br&gt;at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader,
&lt;br&gt;Boolean preserveWhitespace)
&lt;br&gt;at System.Xml.XmlDocument.Load(XmlReader reader)
&lt;br&gt;at RoseMasters_com.ProductDetailsPage.Page_Load(Object sender, EventArgs e)
&lt;br&gt;&lt;br&gt;I will do some other testing and see if the xml file is being returned empty.
&lt;br&gt;&lt;br&gt;Thanks for the ideas.
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;On 8/18/05, G &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=658491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brian.grant@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is it possible that an empty file could be returned???
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Perhaps the root node was indeed not present for this reason, or some other
&lt;br&gt;&amp;gt; reason. Either way, your code should probably contain a built-in fail safe
&lt;br&gt;&amp;gt; should the root node not be present.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since the code has always worked, and the variable here is the XML being
&lt;br&gt;&amp;gt; returned from the feed, something unexpected must have occurred in the feed,
&lt;br&gt;&amp;gt; and your code will probably need to be updated to continue gracefully in
&lt;br&gt;&amp;gt; that scenario.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; One other thing, a try/catch block here could be very valuable in emailing
&lt;br&gt;&amp;gt; you information should the error occurr again.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I have a clients site that gets it's delivery dates from a data feed from
&lt;br&gt;&amp;gt; &amp;gt; a 3rd party site. The data is returned in XML format. Everything has
&lt;br&gt;&amp;gt; &amp;gt; worked fine for months and then yesterday we started getting an error that
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;The Root Element was missing&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; As a test I went to the url of the data feed to look at the XML that was
&lt;br&gt;&amp;gt; &amp;gt; being generated and copied it to a local file, I then updated my code to
&lt;br&gt;&amp;gt; &amp;gt; read from the local file and it worked fine. Can someone take a look at my
&lt;br&gt;&amp;gt; &amp;gt; code below and the XML being returned and see if they can find something
&lt;br&gt;&amp;gt; &amp;gt; wrong?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; Ben
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;Begin code&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; // Get the next available delivery date
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlTextReader xmlReader = new
&lt;br&gt;&amp;gt; &amp;gt; XmlTextReader(&amp;quot;&lt;a href=&quot;http://xml.mysite.com/xmlrequest/GenerateDateList.asp?User=user&amp;Pass=pass&amp;p1=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.mysite.com/xmlrequest/GenerateDateList.asp?User=user&amp;Pass=pass&amp;p1=&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; + myProductDetails.ModelNumber.ToString() + &amp;quot;&amp;output=XML&amp;quot;);
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (!IsPostBack)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlDocument doc = new XmlDocument();
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.Load(xmlReader);
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlElement RootNode = doc.DocumentElement;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlNodeList nodeList =
&lt;br&gt;&amp;gt; &amp;gt; RootNode.GetElementsByTagName(&amp;quot;DateValue&amp;quot;);
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (int i = 0; i&amp;lt;nodeList.Count; i++)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;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;DeliveryDate.Items.Add(new
&lt;br&gt;&amp;gt; &amp;gt; ListItem(nodeList.Item(i).InnerXml, nodeList.Item(i).InnerXml));
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;/ End Code&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;Begin XML&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;lt;DateList&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/16/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/17/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/18/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/19/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/23/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/24/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/25/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/26/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/27/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/30/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/31/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/01/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/02/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/03/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/07/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/08/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/09/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/10/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/13/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/14/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/15/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/16/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/17/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/21/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/22/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/23/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/24/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/27/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/28/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/29/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/30/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/01/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/04/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/05/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/06/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/07/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/08/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/11/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/12/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/13/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/14/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/15/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/18/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/19/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/21/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/22/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/25/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;/DateList&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;lt;/End XML&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Purchase Homesite Plus with Dreamweaver from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=55&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=55&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1798&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1798&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help%21-I-can%27t-seem-to-fix-this-tp658052p658491.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-658374</id>
	<title>Re: Help! I can't seem to fix this</title>
	<published>2005-08-18T12:48:58Z</published>
	<updated>2005-08-18T12:48:58Z</updated>
	<author>
		<name>G-14</name>
	</author>
	<content type="html">Is it possible that an empty file could be returned???
&lt;br&gt;&lt;br&gt;Perhaps the root node was indeed not present for this reason, or some other 
&lt;br&gt;reason. Either way, your code should probably contain a built-in fail safe 
&lt;br&gt;should the root node not be present.
&lt;br&gt;&lt;br&gt;Since the code has always worked, and the variable here is the XML being 
&lt;br&gt;returned from the feed, something unexpected must have occurred in the feed, 
&lt;br&gt;and your code will probably need to be updated to continue gracefully in 
&lt;br&gt;that scenario.
&lt;br&gt;&lt;br&gt;One other thing, a try/catch block here could be very valuable in emailing 
&lt;br&gt;you information should the error occurr again.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a clients site that gets it's delivery dates from a data feed from 
&lt;br&gt;&amp;gt; a 3rd party site. The data is returned in XML format. Everything has 
&lt;br&gt;&amp;gt; worked fine for months and then yesterday we started getting an error that 
&lt;br&gt;&amp;gt; &amp;quot;The Root Element was missing&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As a test I went to the url of the data feed to look at the XML that was 
&lt;br&gt;&amp;gt; being generated and copied it to a local file, I then updated my code to 
&lt;br&gt;&amp;gt; read from the local file and it worked fine. Can someone take a look at my 
&lt;br&gt;&amp;gt; code below and the XML being returned and see if they can find something 
&lt;br&gt;&amp;gt; wrong?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Ben
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;Begin code&amp;gt;
&lt;br&gt;&amp;gt; // Get the next available delivery date
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlTextReader xmlReader = new 
&lt;br&gt;&amp;gt; XmlTextReader(&amp;quot;&lt;a href=&quot;http://xml.mysite.com/xmlrequest/GenerateDateList.asp?User=user&amp;Pass=pass&amp;p1=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.mysite.com/xmlrequest/GenerateDateList.asp?User=user&amp;Pass=pass&amp;p1=&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;gt; + myProductDetails.ModelNumber.ToString() + &amp;quot;&amp;output=XML&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (!IsPostBack)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlDocument doc = new XmlDocument();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;doc.Load(xmlReader);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlElement RootNode = doc.DocumentElement;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlNodeList nodeList = 
&lt;br&gt;&amp;gt; RootNode.GetElementsByTagName(&amp;quot;DateValue&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for (int i = 0; i&amp;lt;nodeList.Count; i++)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;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;DeliveryDate.Items.Add(new 
&lt;br&gt;&amp;gt; ListItem(nodeList.Item(i).InnerXml, nodeList.Item(i).InnerXml));
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt; &amp;lt;/ End Code&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;Begin XML&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;DateList&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/16/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/17/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/18/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/19/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/23/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/24/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/25/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/26/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/27/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/30/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;08/31/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/01/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/02/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/03/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/07/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/08/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/09/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/10/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/13/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/14/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/15/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/16/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/17/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/21/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/22/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/23/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/24/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/27/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/28/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/29/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;09/30/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/01/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/04/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/05/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/06/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/07/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/08/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/11/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/12/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/13/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/14/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/15/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/18/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/19/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/21/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/22/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;DateValue&amp;gt;10/25/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/DateList&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/End XML&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Sams Teach Yourself Regular Expressions in 10 Minutes &amp;nbsp;by Ben Forta 
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=40&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1797&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1797&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help%21-I-can%27t-seem-to-fix-this-tp658052p658374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-658052</id>
	<title>Help! I can't seem to fix this</title>
	<published>2005-08-18T12:23:55Z</published>
	<updated>2005-08-18T12:23:55Z</updated>
	<author>
		<name>bdensmore</name>
	</author>
	<content type="html">&amp;nbsp;I have a clients site that gets it's delivery dates from a data feed from a 3rd party site. The data is returned in XML format. Everything has worked fine for months and then yesterday we started getting an error that &amp;quot;The Root Element was missing&amp;quot;
&lt;br&gt;&lt;br&gt;As a test I went to the url of the data feed to look at the XML that was being generated and copied it to a local file, I then updated my code to read from the local file and it worked fine. Can someone take a look at my code below and the XML being returned and see if they can find something wrong?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;&amp;lt;Begin code&amp;gt;
&lt;br&gt;// Get the next available delivery date
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; XmlTextReader xmlReader = new XmlTextReader(&amp;quot;&lt;a href=&quot;http://xml.mysite.com/xmlrequest/GenerateDateList.asp?User=user&amp;Pass=pass&amp;p1=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.mysite.com/xmlrequest/GenerateDateList.asp?User=user&amp;Pass=pass&amp;p1=&lt;/a&gt;&amp;quot; + myProductDetails.ModelNumber.ToString() + &amp;quot;&amp;output=XML&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!IsPostBack)
&lt;br&gt;&amp;nbsp; &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; XmlDocument doc = new XmlDocument();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; doc.Load(xmlReader);
&lt;br&gt;&amp;nbsp; &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; XmlElement RootNode = doc.DocumentElement;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; XmlNodeList nodeList = RootNode.GetElementsByTagName(&amp;quot;DateValue&amp;quot;);
&lt;br&gt;&amp;nbsp; &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; for (int i = 0; i&amp;lt;nodeList.Count; i++)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &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; DeliveryDate.Items.Add(new ListItem(nodeList.Item(i).InnerXml, nodeList.Item(i).InnerXml));
&lt;br&gt;&amp;nbsp; &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; }
&lt;br&gt;&amp;lt;/ End Code&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;Begin XML&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;DateList&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/16/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/17/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/18/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/19/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/23/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/24/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/25/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/26/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/27/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/30/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;08/31/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/01/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/02/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/03/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/07/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/08/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/09/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/10/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/13/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/14/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/15/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/16/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/17/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/21/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/22/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/23/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/24/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/27/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/28/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/29/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;09/30/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/01/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/04/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/05/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/06/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/07/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/08/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/11/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/12/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/13/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/14/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/15/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/18/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/19/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/20/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/21/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/22/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;DateValue&amp;gt;10/25/2005&amp;lt;/DateValue&amp;gt;
&lt;br&gt;&amp;lt;/DateList&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;/End XML&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Get Instant Hacker Protection, Virus Detection, Antispam &amp; Personal Firewall.
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=62&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=62&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1796&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1796&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help%21-I-can%27t-seem-to-fix-this-tp658052p658052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-217017</id>
	<title>RE: Using Virtual Servers for Production</title>
	<published>2005-06-16T09:41:36Z</published>
	<updated>2005-06-16T09:41:36Z</updated>
	<author>
		<name>Boudreau, Duane</name>
	</author>
	<content type="html">No problems, the network admin here wants to move our web server to a
&lt;br&gt;virtual server, and I'm looking for the experiences of others before we
&lt;br&gt;go ahead.
&lt;br&gt;&lt;br&gt;Duane
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Kwang Suh [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=217017&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksuh@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, June 16, 2005 11:32 AM
&lt;br&gt;To: Net-Talk
&lt;br&gt;Subject: Using Virtual Servers for Production
&lt;br&gt;&lt;br&gt;Yup. &amp;nbsp;No problems here. &amp;nbsp;What's happening?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Is anyone here using a Virtual Server for their production sites? Have
&lt;br&gt;&amp;gt;you run into any issues or problems?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Duane Boudreau,
&lt;br&gt;&amp;gt;Systems Specialist/SQL Administrator
&lt;br&gt;&amp;gt;City of Nashua, New Hampshire
&lt;br&gt;&amp;gt;229 Main Street, PO Box 2019
&lt;br&gt;&amp;gt;Nashua, NH 03061-2019
&lt;br&gt;&amp;gt;603 589 3314
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1687&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1687&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Virtual-Servers-for-Production-tp208222p217017.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-216908</id>
	<title>Using Virtual Servers for Production</title>
	<published>2005-06-16T09:30:37Z</published>
	<updated>2005-06-16T09:30:37Z</updated>
	<author>
		<name>Kwang Suh</name>
	</author>
	<content type="html">Yup. &amp;nbsp;No problems here. &amp;nbsp;What's happening?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Is anyone here using a Virtual Server for their production sites? Have
&lt;br&gt;&amp;gt;you run into any issues or problems?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Duane Boudreau,
&lt;br&gt;&amp;gt;Systems Specialist/SQL Administrator
&lt;br&gt;&amp;gt;City of Nashua, New Hampshire
&lt;br&gt;&amp;gt;229 Main Street, PO Box 2019
&lt;br&gt;&amp;gt;Nashua, NH 03061-2019
&lt;br&gt;&amp;gt;603 589 3314
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1686&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1686&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Virtual-Servers-for-Production-tp208222p216908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-208222</id>
	<title>Using Virtual Servers for Production</title>
	<published>2005-06-15T08:52:17Z</published>
	<updated>2005-06-15T08:52:17Z</updated>
	<author>
		<name>Boudreau, Duane</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;Is anyone here using a Virtual Server for their production sites? Have
&lt;br&gt;you run into any issues or problems?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Duane Boudreau,
&lt;br&gt;Systems Specialist/SQL Administrator
&lt;br&gt;City of Nashua, New Hampshire
&lt;br&gt;229 Main Street, PO Box 2019
&lt;br&gt;Nashua, NH 03061-2019
&lt;br&gt;603 589 3314
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Purchase Studio MX with Flash Pro from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=51&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=51&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1682&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1682&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Using-Virtual-Servers-for-Production-tp208222p208222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-202268</id>
	<title>RE: C#.Net equivalent to Evaluate</title>
	<published>2005-06-14T13:51:35Z</published>
	<updated>2005-06-14T13:51:35Z</updated>
	<author>
		<name>Boudreau, Duane</name>
	</author>
	<content type="html">I ended up doing something similar. The dynamic controls are all
&lt;br&gt;embedded inside a table which has a static id. So I used
&lt;br&gt;tblPM.Parent.FindControl(&amp;quot;ctrl&amp;quot; + index.ToString());
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Kwang Suh [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=202268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksuh@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, June 14, 2005 11:55 AM
&lt;br&gt;To: Net-Talk
&lt;br&gt;Subject: RE: C#.Net equivalent to Evaluate
&lt;br&gt;&lt;br&gt;&amp;gt;There is an array of controls that is available, Page.Controls, but it
&lt;br&gt;only
&lt;br&gt;&amp;gt;has one constructer (that I know of) and it takes an int. If I could do
&lt;br&gt;&amp;gt;Page.Controls[&amp;quot;tb_&amp;quot; + ident field].Text, I'd be golden.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I'm sure there a simple answer to this - I just can't find it anywhere.
&lt;br&gt;&lt;br&gt;Did you try Page.FindControl()?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1680&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1680&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p202268.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-200225</id>
	<title>RE: C#.Net equivalent to Evaluate</title>
	<published>2005-06-14T09:54:20Z</published>
	<updated>2005-06-14T09:54:20Z</updated>
	<author>
		<name>Kwang Suh</name>
	</author>
	<content type="html">&amp;gt;There is an array of controls that is available, Page.Controls, but it only
&lt;br&gt;&amp;gt;has one constructer (that I know of) and it takes an int. If I could do
&lt;br&gt;&amp;gt;Page.Controls[&amp;quot;tb_&amp;quot; + ident field].Text, I'd be golden.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;I'm sure there a simple answer to this - I just can't find it anywhere.
&lt;br&gt;&lt;br&gt;Did you try Page.FindControl()?
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1678&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1678&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p200225.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-172015</id>
	<title>RE: C#.Net equivalent to Evaluate</title>
	<published>2005-06-09T18:51:26Z</published>
	<updated>2005-06-09T18:51:26Z</updated>
	<author>
		<name>Duane Boudreau</name>
	</author>
	<content type="html">I am generating the textboxes on the fly by looping thru a query. As I loop
&lt;br&gt;thru the query I give each textbox its own unique ID, &amp;quot;tb_&amp;quot; + ident field
&lt;br&gt;from query. In .Net after the PostBack has occurred I can retrieve the value
&lt;br&gt;of a form field using its server side name instead of its client side name.
&lt;br&gt;In this case the server and client side have very different names.
&lt;br&gt;&lt;br&gt;I just cant figure out how to build the server side name on the fly.
&lt;br&gt;&lt;br&gt;There is an array of controls that is available, Page.Controls, but it only
&lt;br&gt;has one constructer (that I know of) and it takes an int. If I could do
&lt;br&gt;Page.Controls[&amp;quot;tb_&amp;quot; + ident field].Text, I'd be golden.
&lt;br&gt;&lt;br&gt;I'm sure there a simple answer to this - I just can't find it anywhere.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Duane
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Charlie Arehart [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=172015&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, June 09, 2005 8:28 PM
&lt;br&gt;To: Net-Talk
&lt;br&gt;Subject: RE: C#.Net equivalent to Evaluate
&lt;br&gt;&lt;br&gt;Oh, I'm sorry. When you said &amp;quot;Using Request[&amp;quot;field&amp;quot; + x] won't work for me
&lt;br&gt;in this case,&amp;quot; I misunderstood. I thought you were implying you hadn't tried
&lt;br&gt;it or that it wasn't working at all.
&lt;br&gt;&lt;br&gt;So it sounds like the dilemma is that you want to determine the form fields
&lt;br&gt;that MS generates as a result of using Server controls, and then refer to
&lt;br&gt;those as passed in. Is that right? In CFML, we'd use form.fieldnames. I
&lt;br&gt;don't know if there's an exact equivalent, and I haven't poked around but
&lt;br&gt;they have to be there as part of the request somehow. Perhaps there's a
&lt;br&gt;method in the httprequest object. 
&lt;br&gt;&lt;br&gt;Or someone else will have an answer. Good luck.
&lt;br&gt;&lt;br&gt;Charlie Arehart
&lt;br&gt;CTO, New Atlanta Communications, makers of BlueDragon
&lt;br&gt;(678) 256-5395 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=172015&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;
&lt;br&gt;www.newatlanta.com/bluedragon/
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Duane Boudreau [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=172015&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;duane@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Thursday, June 09, 2005 6:15 PM
&lt;br&gt;&amp;gt; To: Net-Talk
&lt;br&gt;&amp;gt; Subject: RE: C#.Net equivalent to Evaluate
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I this case I can not use Request - at least easily. The full 
&lt;br&gt;&amp;gt; client side name gets changed to something like 
&lt;br&gt;&amp;gt; __ctr00content_pnlAdd_txtFieldName (I don't have the code in 
&lt;br&gt;&amp;gt; front me at the moment) because it is embedded within a 
&lt;br&gt;&amp;gt; couple of other page controls. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would be much easier if I could just get to the variable 
&lt;br&gt;&amp;gt; using its server side ID, as I do not want to hard code the 
&lt;br&gt;&amp;gt; full name of the variable in the code.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Duane
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Purchase Dreamweaver with Homesite Plus from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=54&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1672&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1672&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p172015.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-171938</id>
	<title>RE: C#.Net equivalent to Evaluate</title>
	<published>2005-06-09T18:28:26Z</published>
	<updated>2005-06-09T18:28:26Z</updated>
	<author>
		<name>Charlie Arehart</name>
	</author>
	<content type="html">Oh, I'm sorry. When you said &amp;quot;Using Request[&amp;quot;field&amp;quot; + x] won't work for me
&lt;br&gt;in this case,&amp;quot; I misunderstood. I thought you were implying you hadn't tried
&lt;br&gt;it or that it wasn't working at all.
&lt;br&gt;&lt;br&gt;So it sounds like the dilemma is that you want to determine the form fields
&lt;br&gt;that MS generates as a result of using Server controls, and then refer to
&lt;br&gt;those as passed in. Is that right? In CFML, we'd use form.fieldnames. I
&lt;br&gt;don't know if there's an exact equivalent, and I haven't poked around but
&lt;br&gt;they have to be there as part of the request somehow. Perhaps there's a
&lt;br&gt;method in the httprequest object. 
&lt;br&gt;&lt;br&gt;Or someone else will have an answer. Good luck.
&lt;br&gt;&lt;br&gt;Charlie Arehart
&lt;br&gt;CTO, New Atlanta Communications, makers of BlueDragon
&lt;br&gt;(678) 256-5395 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=171938&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;
&lt;br&gt;www.newatlanta.com/bluedragon/
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Duane Boudreau [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=171938&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;duane@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Thursday, June 09, 2005 6:15 PM
&lt;br&gt;&amp;gt; To: Net-Talk
&lt;br&gt;&amp;gt; Subject: RE: C#.Net equivalent to Evaluate
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I this case I can not use Request - at least easily. The full 
&lt;br&gt;&amp;gt; client side name gets changed to something like 
&lt;br&gt;&amp;gt; __ctr00content_pnlAdd_txtFieldName (I don't have the code in 
&lt;br&gt;&amp;gt; front me at the moment) because it is embedded within a 
&lt;br&gt;&amp;gt; couple of other page controls. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would be much easier if I could just get to the variable 
&lt;br&gt;&amp;gt; using its server side ID, as I do not want to hard code the 
&lt;br&gt;&amp;gt; full name of the variable in the code.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Duane
&lt;/div&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1671&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1671&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p171938.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-171158</id>
	<title>RE: C#.Net equivalent to Evaluate</title>
	<published>2005-06-09T16:15:25Z</published>
	<updated>2005-06-09T16:15:25Z</updated>
	<author>
		<name>Duane Boudreau</name>
	</author>
	<content type="html">I this case I can not use Request - at least easily. The full client side
&lt;br&gt;name gets changed to something like __ctr00content_pnlAdd_txtFieldName (I
&lt;br&gt;don't have the code in front me at the moment) because it is embedded within
&lt;br&gt;a couple of other page controls. 
&lt;br&gt;&lt;br&gt;It would be much easier if I could just get to the variable using its server
&lt;br&gt;side ID, as I do not want to hard code the full name of the variable in the
&lt;br&gt;code.
&lt;br&gt;&lt;br&gt;Duane
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Charlie Arehart [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=171158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, June 09, 2005 4:58 PM
&lt;br&gt;To: Net-Talk
&lt;br&gt;Subject: RE: C#.Net equivalient to Evaluate
&lt;br&gt;&lt;br&gt;I'd say that, just as in CF, you don't need evaluate as often as you think.
&lt;br&gt;Here's an example that I think demonstrates what you're thinking:
&lt;br&gt;&lt;br&gt;&amp;lt;%@ Page language=&amp;quot;c#&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;% 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string x=&amp;quot;Name&amp;quot;; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Response.Write(Request[&amp;quot;field&amp;quot; + x]);
&lt;br&gt;%&amp;gt;
&lt;br&gt;&lt;br&gt;If I call that as filename.aspx?fieldName=bob, the output is bob. Is that
&lt;br&gt;the kind of abstraction you're looking for (though I realize you're probably
&lt;br&gt;using form fields instead, it shouldn't matter at all.)
&lt;br&gt;&lt;br&gt;Charlie Arehart
&lt;br&gt;CTO, New Atlanta Communications, makers of BlueDragon
&lt;br&gt;(678) 256-5395 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=171158&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;
&lt;br&gt;www.newatlanta.com/bluedragon/
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Boudreau, Duane [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=171158&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;BoudreauD@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Thursday, June 09, 2005 4:30 PM
&lt;br&gt;&amp;gt; To: Net-Talk
&lt;br&gt;&amp;gt; Subject: C#.Net equivalient to Evaluate
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a C# version of Evaluate?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have multiple controls I'm placing on a form using a query. 
&lt;br&gt;&amp;gt; At post back I need to retrieve the values. Using 
&lt;br&gt;&amp;gt; Request[&amp;quot;field&amp;quot; + x] won't work for me in this case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; TIA,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Duane Boudreau,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Systems Specialist/SQL Administrator
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; City of Nashua, New Hampshire
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 229 Main Street, PO Box 2019
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nashua, NH 03061-2019
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 603 589 3314
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1670&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1670&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p171158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-170577</id>
	<title>RE: C#.Net equivalient to Evaluate</title>
	<published>2005-06-09T14:57:43Z</published>
	<updated>2005-06-09T14:57:43Z</updated>
	<author>
		<name>Charlie Arehart</name>
	</author>
	<content type="html">I'd say that, just as in CF, you don't need evaluate as often as you think.
&lt;br&gt;Here's an example that I think demonstrates what you're thinking:
&lt;br&gt;&lt;br&gt;&amp;lt;%@ Page language=&amp;quot;c#&amp;quot; %&amp;gt;
&lt;br&gt;&amp;lt;% 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string x=&amp;quot;Name&amp;quot;; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Response.Write(Request[&amp;quot;field&amp;quot; + x]);
&lt;br&gt;%&amp;gt;
&lt;br&gt;&lt;br&gt;If I call that as filename.aspx?fieldName=bob, the output is bob. Is that
&lt;br&gt;the kind of abstraction you're looking for (though I realize you're probably
&lt;br&gt;using form fields instead, it shouldn't matter at all.)
&lt;br&gt;&lt;br&gt;Charlie Arehart
&lt;br&gt;CTO, New Atlanta Communications, makers of BlueDragon
&lt;br&gt;(678) 256-5395 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=170577&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;
&lt;br&gt;www.newatlanta.com/bluedragon/
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Boudreau, Duane [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=170577&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;BoudreauD@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Thursday, June 09, 2005 4:30 PM
&lt;br&gt;&amp;gt; To: Net-Talk
&lt;br&gt;&amp;gt; Subject: C#.Net equivalient to Evaluate
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a C# version of Evaluate?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have multiple controls I'm placing on a form using a query. 
&lt;br&gt;&amp;gt; At post back I need to retrieve the values. Using 
&lt;br&gt;&amp;gt; Request[&amp;quot;field&amp;quot; + x] won't work for me in this case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; TIA,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Duane Boudreau,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Systems Specialist/SQL Administrator
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; City of Nashua, New Hampshire
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 229 Main Street, PO Box 2019
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nashua, NH 03061-2019
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 603 589 3314
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1669&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1669&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p170577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-170341</id>
	<title>C#.Net equivalient to Evaluate</title>
	<published>2005-06-09T14:29:54Z</published>
	<updated>2005-06-09T14:29:54Z</updated>
	<author>
		<name>Boudreau, Duane</name>
	</author>
	<content type="html">Is there a C# version of Evaluate?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I have multiple controls I'm placing on a form using a query. At post
&lt;br&gt;back I need to retrieve the values. Using Request[&amp;quot;field&amp;quot; + x] won't
&lt;br&gt;work for me in this case.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;TIA,
&lt;br&gt;&lt;br&gt;Duane Boudreau,
&lt;br&gt;&lt;br&gt;Systems Specialist/SQL Administrator
&lt;br&gt;&lt;br&gt;City of Nashua, New Hampshire
&lt;br&gt;&lt;br&gt;229 Main Street, PO Box 2019
&lt;br&gt;&lt;br&gt;Nashua, NH 03061-2019
&lt;br&gt;&lt;br&gt;603 589 3314
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1668&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1668&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/C-.Net-equivalient-to-Evaluate-tp170341p170341.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-148532</id>
	<title>RE: Master Pages</title>
	<published>2005-06-07T04:44:41Z</published>
	<updated>2005-06-07T04:44:41Z</updated>
	<author>
		<name>Duane Boudreau</name>
	</author>
	<content type="html">I was having a problem accessing properties I was defining on the master
&lt;br&gt;page in the child page, but I found the answer.
&lt;br&gt;&lt;br&gt;((myMaster)Master).PropertyName = Value;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Kwang Suh [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=148532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksuh@...&lt;/a&gt;] 
&lt;br&gt;Sent: Monday, June 06, 2005 11:46 PM
&lt;br&gt;To: Net-Talk
&lt;br&gt;Subject: Master Pages
&lt;br&gt;&lt;br&gt;Sure. &amp;nbsp;What's happening?
&lt;br&gt;&lt;br&gt;&amp;gt;Is anyone here using ASP.Net 2.0 Master Pages? I've run into an issue
&lt;br&gt;&amp;gt;using master pages and can not find a solution.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Duane
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1652&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1652&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Master-Pages-tp123316p148532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-146896</id>
	<title>Master Pages</title>
	<published>2005-06-06T21:45:33Z</published>
	<updated>2005-06-06T21:45:33Z</updated>
	<author>
		<name>Kwang Suh</name>
	</author>
	<content type="html">Sure. &amp;nbsp;What's happening?
&lt;br&gt;&lt;br&gt;&amp;gt;Is anyone here using ASP.Net 2.0 Master Pages? I've run into an issue
&lt;br&gt;&amp;gt;using master pages and can not find a solution.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Duane
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1645&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1645&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Master-Pages-tp123316p146896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-127189</id>
	<title>Re: Asp ODBC not holding password</title>
	<published>2005-06-03T07:08:44Z</published>
	<updated>2005-06-03T07:08:44Z</updated>
	<author>
		<name>Frank Mamone</name>
	</author>
	<content type="html">The way I understand it is that the username/password in the ODBC is
&lt;br&gt;used only to test the config. Someone correct me if I'm wrong.
&lt;br&gt;&lt;br&gt;You can use a DSNless connection with ASP.NET and use a trusted
&lt;br&gt;connection to avoid the password in your code. This of course raises
&lt;br&gt;other security concerns.
&lt;br&gt;&lt;br&gt;- Frank
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 5/31/05, Michael Dinowitz &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=127189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mdinowit@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is an IIS 6/ASP thing. I've got an ODBC datasource set up and an open command opening up the connection. I've set the username/password for the SQL database in the ODBC, but when I call it the code acts like the username/password was never set.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This code works:
&lt;br&gt;&amp;gt; Set Conn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)
&lt;br&gt;&amp;gt; conn.open &amp;quot;affiliate&amp;quot;, &amp;quot;username&amp;quot;, &amp;quot;password&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This code does not
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Set Conn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)
&lt;br&gt;&amp;gt; conn.open &amp;quot;affiliate&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there something missing to 'force' the username/password to be stored in the ODBC so that I don't have to have it in code? It should be simple but for some reason is not being kind to me.
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1640&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1640&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Asp-ODBC-not-holding-password-tp109874p127189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-123316</id>
	<title>Master Pages</title>
	<published>2005-06-02T14:53:32Z</published>
	<updated>2005-06-02T14:53:32Z</updated>
	<author>
		<name>Boudreau, Duane</name>
	</author>
	<content type="html">Is anyone here using ASP.Net 2.0 Master Pages? I've run into an issue
&lt;br&gt;using master pages and can not find a solution.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Duane
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1639&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1639&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Master-Pages-tp123316p123316.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-114773</id>
	<title>Re: OLEDB vs SQLClient</title>
	<published>2005-06-01T10:49:40Z</published>
	<updated>2005-06-01T10:49:40Z</updated>
	<author>
		<name>Nathan Strutz</name>
	</author>
	<content type="html">Generally speaking, ODBC is knocking at death's door. Its old protocols 
&lt;br&gt;are useful now only for connecting to a database your platform doesn't 
&lt;br&gt;know how to talk with directly, such as MS Access.
&lt;br&gt;&lt;br&gt;If you have a choice, you 100% want to use the SQLClient drivers to talk 
&lt;br&gt;to a SQL Server.
&lt;br&gt;&lt;br&gt;-nathan strutz
&lt;br&gt;&lt;br&gt;&lt;br&gt;Boudreau, Duane wrote:
&lt;br&gt;&amp;gt; Which is better? Is there a difference? I've heard conflicting stories. I've heard that they are essentially the same thing, but during a recent ASP.Net 2.0 class the instructor said that it was more efficient to us the SQLClient interface as it was MS's native driver.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Any idea which if any is better?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Duane
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1626&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1626&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OLEDB-vs-SQLClient-tp113128p114773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-113128</id>
	<title>OLEDB vs SQLClient</title>
	<published>2005-06-01T07:09:27Z</published>
	<updated>2005-06-01T07:09:27Z</updated>
	<author>
		<name>Boudreau, Duane</name>
	</author>
	<content type="html">Which is better? Is there a difference? I've heard conflicting stories. I've heard that they are essentially the same thing, but during a recent ASP.Net 2.0 class the instructor said that it was more efficient to us the SQLClient interface as it was MS's native driver.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Any idea which if any is better?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks,
&lt;br&gt;Duane
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1625&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OLEDB-vs-SQLClient-tp113128p113128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-109874</id>
	<title>Asp ODBC not holding password</title>
	<published>2005-05-31T16:38:12Z</published>
	<updated>2005-05-31T16:38:12Z</updated>
	<author>
		<name>Michael Dinowitz</name>
	</author>
	<content type="html">This is an IIS 6/ASP thing. I've got an ODBC datasource set up and an open command opening up the connection. I've set the username/password for the SQL database in the ODBC, but when I call it the code acts like the username/password was never set.
&lt;br&gt;&lt;br&gt;This code works:
&lt;br&gt;Set Conn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)
&lt;br&gt;conn.open &amp;quot;affiliate&amp;quot;, &amp;quot;username&amp;quot;, &amp;quot;password&amp;quot;
&lt;br&gt;&lt;br&gt;This code does not
&lt;br&gt;&lt;br&gt;Set Conn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)
&lt;br&gt;conn.open &amp;quot;affiliate&amp;quot;
&lt;br&gt;&lt;br&gt;Is there something missing to 'force' the username/password to be stored in the ODBC so that I don't have to have it in code? It should be simple but for some reason is not being kind to me.
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1624&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1624&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Asp-ODBC-not-holding-password-tp109874p109874.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-73041</id>
	<title>Re: Transistioning from cf to asp.net</title>
	<published>2005-05-24T09:04:51Z</published>
	<updated>2005-05-24T09:04:51Z</updated>
	<author>
		<name>Kwang Suh</name>
	</author>
	<content type="html">One thing with that article - nullable types aren't implemented properly in the beta, so don't bother with those examples.
&lt;br&gt;&lt;br&gt;&amp;gt;Thanks, this is exactly what I'm trying to figure out, and yes, I am
&lt;br&gt;&amp;gt;playing around with the 2005 beta right now. &amp;nbsp;That's what got me
&lt;br&gt;&amp;gt;interested in .Net.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;On 5/24/05, Kwang Suh &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=73041&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksuh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1608&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1608&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transistioning-from-cf-to-asp.net-tp70633p73041.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-72937</id>
	<title>Re: Transistioning from cf to asp.net</title>
	<published>2005-05-24T08:44:40Z</published>
	<updated>2005-05-24T08:44:40Z</updated>
	<author>
		<name>Marlon Moyer</name>
	</author>
	<content type="html">Thanks, this is exactly what I'm trying to figure out, and yes, I am
&lt;br&gt;playing around with the 2005 beta right now. &amp;nbsp;That's what got me
&lt;br&gt;interested in .Net.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 5/24/05, Kwang Suh &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=72937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ksuh@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt;I've become very comfortable with a method of writing CF code lately.
&lt;br&gt;&amp;gt; &amp;gt;I write CFC's as bean objects, create managers for those beans and
&lt;br&gt;&amp;gt; &amp;gt;then create DAO's for managers to access the db. &amp;nbsp;I'd like to try some
&lt;br&gt;&amp;gt; &amp;gt;asp.net stuff, but everytime I look at examples, it's all about how to
&lt;br&gt;&amp;gt; &amp;gt;quickly take data from a db and throw it in a datagrid. &amp;nbsp;Now, that is
&lt;br&gt;&amp;gt; &amp;gt;very nice, but it just looks like a quick way to some hard to maintain
&lt;br&gt;&amp;gt; &amp;gt;code. &amp;nbsp;So my question is, how easy is it to use my current methodology
&lt;br&gt;&amp;gt; &amp;gt;in asp.net?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here's a nice article that follows what you're doing:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/CustEntCls.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/CustEntCls.asp&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;Is it relatively easy to have the data components work on objects
&lt;br&gt;&amp;gt; &amp;gt;instead of tables in a db?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes. &amp;nbsp;Anything that implements IEnumerable is bindable. &amp;nbsp;A great example shown above is the CollectionBase type.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Do you lose all the wizard form creation tools when you use objects?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; They don't work all that well in the first place. &amp;nbsp;VS2005 has much better wizards, if you're into that sort of thing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; What do you think are the benefits over CF?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You get to use a real OO language.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1607&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1607&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transistioning-from-cf-to-asp.net-tp70633p72937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-72840</id>
	<title>Transistioning from cf to asp.net</title>
	<published>2005-05-24T08:29:53Z</published>
	<updated>2005-05-24T08:29:53Z</updated>
	<author>
		<name>Kwang Suh</name>
	</author>
	<content type="html">&amp;gt;I've become very comfortable with a method of writing CF code lately. 
&lt;br&gt;&amp;gt;I write CFC's as bean objects, create managers for those beans and
&lt;br&gt;&amp;gt;then create DAO's for managers to access the db. &amp;nbsp;I'd like to try some
&lt;br&gt;&amp;gt;asp.net stuff, but everytime I look at examples, it's all about how to
&lt;br&gt;&amp;gt;quickly take data from a db and throw it in a datagrid. &amp;nbsp;Now, that is
&lt;br&gt;&amp;gt;very nice, but it just looks like a quick way to some hard to maintain
&lt;br&gt;&amp;gt;code. &amp;nbsp;So my question is, how easy is it to use my current methodology
&lt;br&gt;&amp;gt;in asp.net?
&lt;br&gt;&lt;br&gt;Here's a nice article that follows what you're doing:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/CustEntCls.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/CustEntCls.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt;Is it relatively easy to have the data components work on objects
&lt;br&gt;&amp;gt;instead of tables in a db?
&lt;br&gt;&lt;br&gt;Yes. &amp;nbsp;Anything that implements IEnumerable is bindable. &amp;nbsp;A great example shown above is the CollectionBase type.
&lt;br&gt;&lt;br&gt;&amp;gt; Do you lose all the wizard form creation tools when you use objects?
&lt;br&gt;&lt;br&gt;They don't work all that well in the first place. &amp;nbsp;VS2005 has much better wizards, if you're into that sort of thing.
&lt;br&gt;&lt;br&gt;&amp;gt; What do you think are the benefits over CF?
&lt;br&gt;&lt;br&gt;You get to use a real OO language.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1606&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1606&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transistioning-from-cf-to-asp.net-tp70633p72840.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-70633</id>
	<title>Transistioning from cf to asp.net</title>
	<published>2005-05-23T21:33:57Z</published>
	<updated>2005-05-23T21:33:57Z</updated>
	<author>
		<name>Marlon Moyer</name>
	</author>
	<content type="html">I've become very comfortable with a method of writing CF code lately. 
&lt;br&gt;I write CFC's as bean objects, create managers for those beans and
&lt;br&gt;then create DAO's for managers to access the db. &amp;nbsp;I'd like to try some
&lt;br&gt;asp.net stuff, but everytime I look at examples, it's all about how to
&lt;br&gt;quickly take data from a db and throw it in a datagrid. &amp;nbsp;Now, that is
&lt;br&gt;very nice, but it just looks like a quick way to some hard to maintain
&lt;br&gt;code. &amp;nbsp;So my question is, how easy is it to use my current methodology
&lt;br&gt;in asp.net?
&lt;br&gt;&lt;br&gt;Is it relatively easy to have the data components work on objects
&lt;br&gt;instead of tables in a db? &amp;nbsp;Do you lose all the wizard form creation
&lt;br&gt;tools when you use objects? &amp;nbsp;What do you think are the benefits over
&lt;br&gt;CF?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Marlon
&lt;br&gt;&lt;br&gt;&amp;quot;Only a Sith thinks in absolutes!&amp;quot;
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1605&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1605&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transistioning-from-cf-to-asp.net-tp70633p70633.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-59192</id>
	<title>Re: foreach loop over a hashtable?</title>
	<published>2005-05-20T09:46:05Z</published>
	<updated>2005-05-20T09:46:05Z</updated>
	<author>
		<name>G-14</name>
	</author>
	<content type="html">Ended up using the DictionaryEntry method, as that's a truer &amp;quot;for each&amp;quot; 
&lt;br&gt;where I can access every aspect of the hashtable at each &amp;quot;node&amp;quot;.
&lt;br&gt;&lt;br&gt;Thanks all!
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Well, the quick answer is yes. Since you say &amp;quot;foreach&amp;quot; versus &amp;quot;for each&amp;quot;,
&lt;br&gt;&amp;gt; I'll assume you're interested in C# (versus VB.NET). Here's an example for
&lt;br&gt;&amp;gt; you. Of course, there are many ways to skin a cat in any .NET solution, so
&lt;br&gt;&amp;gt; others might offer still different approaches:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%@ Page language=&amp;quot;c#&amp;quot; %&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;%
&lt;br&gt;&amp;gt; System.Collections.Hashtable hash = new System.Collections.Hashtable();
&lt;br&gt;&amp;gt; hash.Add( &amp;quot;name1&amp;quot;, &amp;quot;value1&amp;quot; );
&lt;br&gt;&amp;gt; hash.Add( &amp;quot;name2&amp;quot;, &amp;quot;value2&amp;quot; );
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Response.Write(&amp;quot;Count:&amp;quot; + hash.Count + &amp;quot;&amp;lt;br&amp;gt;&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; foreach (string key in hash.Keys)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; Response.Write(key + '=' + hash[key] + &amp;quot;&amp;lt;br&amp;gt;&amp;quot;);
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; %&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yet another way to look would be to use a DictionaryEntry. This code could
&lt;br&gt;&amp;gt; be stuck into the bottom above to produce the same result another way:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Response.Write(&amp;quot;&amp;lt;p&amp;gt;&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; foreach (DictionaryEntry myDE in hash)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; Response.Write(myDE.Key + &amp;quot;=&amp;quot; + myDE.Value &amp;nbsp;+ &amp;quot;&amp;lt;br&amp;gt;&amp;quot;);
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As a reminder, a google search of simply &amp;quot;system.collections.hashtable
&lt;br&gt;&amp;gt; foreach&amp;quot; does result in hits that still more offer examples and info.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Charlie Arehart
&lt;br&gt;&amp;gt; CTO, New Atlanta Communications, makers of BlueDragon
&lt;br&gt;&amp;gt; (678) 256-5395 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=59192&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;
&lt;br&gt;&amp;gt; www.newatlanta.com/bluedragon/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: G [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=59192&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brian.grant@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Sent: Thursday, May 19, 2005 11:34 AM
&lt;br&gt;&amp;gt;&amp;gt; To: Net-Talk
&lt;br&gt;&amp;gt;&amp;gt; Subject: foreach loop over a hashtable?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can you do a &amp;quot;foreach&amp;quot; loop over a hashtable? And if so, are
&lt;br&gt;&amp;gt;&amp;gt; you required to loop over the KEYS, instead of the value objets?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Haven't worked much with hashtables.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Brian
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1604&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1604&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/foreach-loop-over-a-hashtable--tp54620p59192.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-59156</id>
	<title>RE: foreach loop over a hashtable?</title>
	<published>2005-05-20T09:39:09Z</published>
	<updated>2005-05-20T09:39:09Z</updated>
	<author>
		<name>Charlie Arehart</name>
	</author>
	<content type="html">Well, the quick answer is yes. Since you say &amp;quot;foreach&amp;quot; versus &amp;quot;for each&amp;quot;,
&lt;br&gt;I'll assume you're interested in C# (versus VB.NET). Here's an example for
&lt;br&gt;you. Of course, there are many ways to skin a cat in any .NET solution, so
&lt;br&gt;others might offer still different approaches:
&lt;br&gt;&lt;br&gt;&amp;lt;%@ Page language=&amp;quot;c#&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;%
&lt;br&gt;System.Collections.Hashtable hash = new System.Collections.Hashtable();
&lt;br&gt;hash.Add( &amp;quot;name1&amp;quot;, &amp;quot;value1&amp;quot; );
&lt;br&gt;hash.Add( &amp;quot;name2&amp;quot;, &amp;quot;value2&amp;quot; );
&lt;br&gt;&lt;br&gt;Response.Write(&amp;quot;Count:&amp;quot; + hash.Count + &amp;quot;&amp;lt;br&amp;gt;&amp;quot;);
&lt;br&gt;&lt;br&gt;foreach (string key in hash.Keys) 
&lt;br&gt;&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; Response.Write(key + '=' + hash[key] + &amp;quot;&amp;lt;br&amp;gt;&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;%&amp;gt;	
&lt;br&gt;&lt;br&gt;Yet another way to look would be to use a DictionaryEntry. This code could
&lt;br&gt;be stuck into the bottom above to produce the same result another way:
&lt;br&gt;&lt;br&gt;Response.Write(&amp;quot;&amp;lt;p&amp;gt;&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;foreach (DictionaryEntry myDE in hash) 
&lt;br&gt;&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; Response.Write(myDE.Key + &amp;quot;=&amp;quot; + myDE.Value &amp;nbsp;+ &amp;quot;&amp;lt;br&amp;gt;&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } 
&lt;br&gt;&lt;br&gt;&lt;br&gt;As a reminder, a google search of simply &amp;quot;system.collections.hashtable
&lt;br&gt;foreach&amp;quot; does result in hits that still more offer examples and info. 
&lt;br&gt;&lt;br&gt;Charlie Arehart
&lt;br&gt;CTO, New Atlanta Communications, makers of BlueDragon
&lt;br&gt;(678) 256-5395 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=59156&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;charlie@...&lt;/a&gt;
&lt;br&gt;www.newatlanta.com/bluedragon/
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: G [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=59156&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;brian.grant@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Thursday, May 19, 2005 11:34 AM
&lt;br&gt;&amp;gt; To: Net-Talk
&lt;br&gt;&amp;gt; Subject: foreach loop over a hashtable?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you do a &amp;quot;foreach&amp;quot; loop over a hashtable? And if so, are 
&lt;br&gt;&amp;gt; you required to loop over the KEYS, instead of the value objets?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Haven't worked much with hashtables.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Brian
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1603&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1603&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/foreach-loop-over-a-hashtable--tp54620p59156.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-54620</id>
	<title>foreach loop over a hashtable?</title>
	<published>2005-05-19T09:34:12Z</published>
	<updated>2005-05-19T09:34:12Z</updated>
	<author>
		<name>G-14</name>
	</author>
	<content type="html">Can you do a &amp;quot;foreach&amp;quot; loop over a hashtable? And if so, are you required to loop over the KEYS, instead of the value objets?
&lt;br&gt;&lt;br&gt;Haven't worked much with hashtables.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Brian
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Find out how CFTicket can increase your company's customer support 
&lt;br&gt;efficiency by 100%
&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=49&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:44:1601&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:44:1601&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/44&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:44&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.44&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/foreach-loop-over-a-hashtable--tp54620p54620.html" />
</entry>

</feed>
