<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ASP.NET &#8211; C# &#8211; Emulating the VB Control Array &#8211; Pt. 1</title>
	<atom:link href="http://www.whypad.com/posts/aspnet-emulating-control-array/388/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com/posts/aspnet-emulating-control-array/388/</link>
	<description>Tools and Tricks for Life and Tech</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:27:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Byron Bennett</title>
		<link>http://www.whypad.com/posts/aspnet-emulating-control-array/388/comment-page-1/#comment-3978</link>
		<dc:creator>Byron Bennett</dc:creator>
		<pubDate>Tue, 30 Mar 2010 13:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=388#comment-3978</guid>
		<description>Hi Jeff,

In the function:  addMonthTextBoxes()

add something like:   tt.CSSClass = &#039;my_class&#039;;

Then you can style it in your CSS style sheet.

BB</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>In the function:  addMonthTextBoxes()</p>
<p>add something like:   tt.CSSClass = &#8216;my_class&#8217;;</p>
<p>Then you can style it in your CSS style sheet.</p>
<p>BB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.whypad.com/posts/aspnet-emulating-control-array/388/comment-page-1/#comment-3977</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 30 Mar 2010 10:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=388#comment-3977</guid>
		<description>I am using your example to create the control array however I am not sure how to go about formatting the controls on the webpage since it is done at runtime.</description>
		<content:encoded><![CDATA[<p>I am using your example to create the control array however I am not sure how to go about formatting the controls on the webpage since it is done at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ormond</title>
		<link>http://www.whypad.com/posts/aspnet-emulating-control-array/388/comment-page-1/#comment-2082</link>
		<dc:creator>Ormond</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=388#comment-2082</guid>
		<description>Thanks, I&#039;ve found http://www.developerfusion.com/tools/convert/csharp-to-vb/ which is quite fun.  I&#039;ve managed to figure out the creation of (in my case) a collection of hyperlinks but I&#039;m having trouble controlling the collection - I want to delete the entire collection before opening a text file and recreating it from new.  The C# code for the handler you have given won&#039;t translate, any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve found <a href="http://www.developerfusion.com/tools/convert/csharp-to-vb/" rel="nofollow">http://www.developerfusion.com/tools/convert/csharp-to-vb/</a> which is quite fun.  I&#8217;ve managed to figure out the creation of (in my case) a collection of hyperlinks but I&#8217;m having trouble controlling the collection &#8211; I want to delete the entire collection before opening a text file and recreating it from new.  The C# code for the handler you have given won&#8217;t translate, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Bennett</title>
		<link>http://www.whypad.com/posts/aspnet-emulating-control-array/388/comment-page-1/#comment-2073</link>
		<dc:creator>Byron Bennett</dc:creator>
		<pubDate>Tue, 21 Apr 2009 13:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=388#comment-2073</guid>
		<description>Hi Ormond,

Sorry, but it&#039;s been a long time since I&#039;ve done any VB, back to the old VB6 days in fact.  Too much has changed for me to attempt to translate.  VB and C# are quite similar these days, I just don&#039;t know where they are similar and where they differ any more.

You might be able to work through it.  If you try and get stuck on any part, let me know and I&#039;ll try to help.

BB</description>
		<content:encoded><![CDATA[<p>Hi Ormond,</p>
<p>Sorry, but it&#8217;s been a long time since I&#8217;ve done any VB, back to the old VB6 days in fact.  Too much has changed for me to attempt to translate.  VB and C# are quite similar these days, I just don&#8217;t know where they are similar and where they differ any more.</p>
<p>You might be able to work through it.  If you try and get stuck on any part, let me know and I&#8217;ll try to help.</p>
<p>BB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ormond</title>
		<link>http://www.whypad.com/posts/aspnet-emulating-control-array/388/comment-page-1/#comment-2072</link>
		<dc:creator>Ormond</dc:creator>
		<pubDate>Tue, 21 Apr 2009 08:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/?p=388#comment-2072</guid>
		<description>Thank you, just what I&#039;ve been looking for!  Can you point me to a location for the VB syntax?</description>
		<content:encoded><![CDATA[<p>Thank you, just what I&#8217;ve been looking for!  Can you point me to a location for the VB syntax?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

