<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for forms</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Sun, 06 Jul 2008 05:18:56 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Format DataGrid Columns - WinForms / VB.Net</title>
	<link>http://www.bytemycode.com/snippets/snippet/571/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/571/comments/</comments>
	<pubDate>Thu, 04 Jan 2007 04:22:20 +0000</pubDate>
	<dc:creator>jimmah</dc:creator>
	<category>DataGrid, forms, VB.NET, windows</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/571/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Jan. 4th, 2007  4:22 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/571/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/jimmah/" title="Beginner">jimmah</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/DataGrid">DataGrid</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/forms">forms</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/VB.NET">VB.NET</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/windows">windows</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/571/comments/">2 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 9
			<p>The easiest way to give columns in a DataGrid the look you want is to use a DataGridTableStyle and to add a GridColumnStyle for each column in the grid.</p>
		]]>
	</description>
</item><item>
	<title>Field character limiter</title>
	<link>http://www.bytemycode.com/snippets/snippet/491/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/491/comments/</comments>
	<pubDate>Thu, 26 Oct 2006 18:59:39 +0000</pubDate>
	<dc:creator>brendo</dc:creator>
	<category>forms, JavaScript, message, textarea</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/491/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Oct. 26th, 2006  6:59 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/491/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/brendo/" title="Helper">brendo</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/forms">forms</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/JavaScript">JavaScript</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/message">message</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/textarea">textarea</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/491/comments/">3 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 6
			<p>This snippet also you to limit the input in a form field to a specified number of characters. It displays a counter so users can see how many characters they have left, and once they reach the limit the field just trims the length to your limit. <img src="http://www.bytemycode.com/img/wysiwyg/emo-smile.gif" /> <br /><br />The following is a snippet from what I used when I implemented a tagboard to my site. Further revisions could/should read the LIMIT from the maxlength attribute <img src="http://www.bytemycode.com/img/wysiwyg/emo-wink.gif" /></p>
		]]>
	</description>
</item><item>
	<title>Generate a dropdown with days of the month</title>
	<link>http://www.bytemycode.com/snippets/snippet/367/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/367/comments/</comments>
	<pubDate>Mon, 18 Sep 2006 05:05:02 +0000</pubDate>
	<dc:creator>nothingless</dc:creator>
	<category>forcodegrrl, forms, PHP</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/367/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Sep. 18th, 2006  5:05 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/367/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/nothingless/" title="Helper">nothingless</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/forcodegrrl">forcodegrrl</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/forms">forms</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/PHP">PHP</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/367/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 10
			<p>The below code will generate a form dropdown for all the days of the month, with today's day selected. Handy for those date pickers!</p>
		]]>
	</description>
</item><item>
	<title>Generate a dropdown with months in a year</title>
	<link>http://www.bytemycode.com/snippets/snippet/366/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/366/comments/</comments>
	<pubDate>Mon, 18 Sep 2006 05:02:55 +0000</pubDate>
	<dc:creator>nothingless</dc:creator>
	<category>forcodegrrl, forms, PHP</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/366/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Sep. 18th, 2006  5:02 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/366/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/nothingless/" title="Helper">nothingless</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/forcodegrrl">forcodegrrl</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/forms">forms</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/PHP">PHP</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/366/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 11
			<p>The below code will generate a form dropdown for all 12 months, with the current month selected. Handy for those date pickers!</p>
		]]>
	</description>
</item>
	</channel>
</rss>