<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Website Builders Resource &#187; ASP.NET</title>
	<atom:link href="http://websitebuildersresource.com/category/resources/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitebuildersresource.com</link>
	<description>Your Web Development Source</description>
	<lastBuildDate>Mon, 25 Jan 2010 21:53:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Format String with String.Format and C#</title>
		<link>http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/</link>
		<comments>http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 16:18:52 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[format string]]></category>
		<category><![CDATA[zip code]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=456</guid>
		<description><![CDATA[
&#60;%# String.Format("{0:#####-####}", Convert.ToInt32(Eval("ZipCode"))) %&#62;

It is necessary to convert the ZipCode field to an integer in this instance because the Format class expects an integer to properly format a number, otherwise it will only return the string or value that you passed to the Format class.
I am using this in conjunction with the MaskedEditExtender, which removes [...]]]></description>
			<content:encoded><![CDATA[<pre><code class="csharp">
&lt;%# String.Format("{0:#####-####}", Convert.ToInt32(Eval("ZipCode"))) %&gt;
</code></pre>
<p>It is necessary to convert the ZipCode field to an integer in this instance because the Format class expects an integer to properly format a number, otherwise it will only return the string or value that you passed to the Format class.</p>
<p>I am using this in conjunction with the MaskedEditExtender, which removes all formatting and will only save the characters entered into the form field onblur(). Here is the complete ASPX code used in the web form.</p>
<pre><code class="html">
&lt;asp:TextBox ID="ZipCode" runat="server"&gt;&lt;/asp:TextBox&gt;

&lt;asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
	ControlToValidate="ZipCode" Display="Dynamic"  SetFocusOnError="true"
	ErrorMessage="Zip Code Required"&gt;&lt;/asp:RequiredFieldValidator&gt;

&lt;asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server"
	ControlToValidate="ZipCode" Display="Dynamic"
	ErrorMessage="Zip Code Invalid" SetFocusOnError="True"
	ValidationExpression="^\d{5}$|^\d{9}$"&gt;&lt;/asp:RegularExpressionValidator&gt;

&lt;cc1:MaskedEditExtender ID="MaskedEditExtender1"
	TargetControlID="ZipCode"
	Mask="99999-9999"
	MaskType="None"
	runat="server"&gt;
&lt;/cc1:MaskedEditExtender&gt;
</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F&amp;title=Format+String+with+String.Format+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F&amp;title=Format+String+with+String.Format+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F&amp;title=Format+String+with+String.Format+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F&amp;headline=Format+String+with+String.Format+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Format+String+with+String.Format+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Format+String+with+String.Format+and+C%23&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Format+String+with+String.Format+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Format+String+with+String.Format+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Format+String+with+String.Format+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F&amp;title=Format+String+with+String.Format+and+C%23&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2009%2F01%2F03%2Fformat-string-with-stringformat-and-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/" title="Add a Count Column to Your Gridview, Datalist or Repeater">Add a Count Column to Your Gridview, Datalist or Repeater</a></li><li><a href="http://websitebuildersresource.com/2008/11/28/195/" title="Dreamweaver and Disappearing ASP.NET Directives">Dreamweaver and Disappearing ASP.NET Directives</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Return Single Value with ExecuteScalar, Stored Procedures and C#</title>
		<link>http://websitebuildersresource.com/2008/12/03/return-single-value-with-executescalar-stored-procedures-and-c/</link>
		<comments>http://websitebuildersresource.com/2008/12/03/return-single-value-with-executescalar-stored-procedures-and-c/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 05:43:45 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=239</guid>
		<description><![CDATA[A common query is to return a single value from a SQL query such as an aggregate to get the total number of rows in a table. I will show you how to do just that with SQL Server Stored Procedures and C#.
Preparation
You will need some table data to query against. I am using the [...]]]></description>
			<content:encoded><![CDATA[<p>A common query is to return a single value from a SQL query such as an aggregate to get the total number of rows in a table. I will show you how to do just that with SQL Server Stored Procedures and C#.</p>
<h3>Preparation</h3>
<p>You will need some table data to query against. I am using the Northwind sample database. You can get links to download a copy of the sample database and instructions how to install from <a href="http://www.websitebuildersresource.com/2008/12/02/sample-databases-for-sql-server/"><strong>here</strong></a>.</p>
<p>I will be using the following technologies for this demonstration.</p>
<ol>
<li>ASP.NET 2.0</li>
<li>SQL Server Express 2005 &#8211; Code should work with SQL Server versions 2000 and higher</li>
</ol>
<p>For the impatient you can download the entire project <a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/executescalar.zip"><strong>here</strong></a>.</p>
<h2>SQL Server</h2>
<h3>Stored Procedure</h3>
<p>Copy the following code into a new stored procecure with SQL Server Management Studio or directly within the Visual Studio Server Explorer.</p>
<p>Stored Procedure: CountCustomers.sql</p>
<pre><code class="mysql">CREATE PROCEDURE dbo.CountCustomers
AS
SELECT COUNT(CustomerID) AS TotalCustomers
FROM Customers</code></pre>
<h2>ASP.NET</h2>
<h3>web.config</h3>
<p>Add the following SQL connection string to your web.config if you already do not have a connection to your database.</p>
<h3>Web Form</h3>
<p>Create a new web site project or a new web form page to an existing web site. Add a label control to display the total number of customers.  Web Form: ExecuteScalar.aspx</p>
<pre><code class="html">Total Number of Customers:</code></pre>
<h3>Code Behind</h3>
<p>Add the following to your using statements.</p>
<pre><code class="csharp">using System.Data.SqlClient;
using System.Web.Configuration;</code></pre>
<p>Place the following within your Page_Load or event you want the count to be displayed.</p>
<pre><code class="csharp">///
/// SQL
/// 

// Open SQL connection
SqlConnection myConnection = new SqlConnection(WebConfigurationManager.ConnectionStrings["NorthwindConnectionString"].ToString());
myConnection.Open();

// Create command
SqlCommand myCommand = new SqlCommand("CountCustomers", myConnection);
myCommand.CommandType = CommandType.StoredProcedure;

// Execute
int totalCustomerCount = Convert.ToInt32(myCommand.ExecuteScalar());

// Close SQL connection
myConnection.Dispose();
myConnection.Close();

///
/// Set control values
/// 

Label1.Text = totalCustomerCount.ToString();</code></pre>
<h2>Output</h2>
<p>You should have the following output.</p>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/scalar-1.png"><img class="alignnone size-full wp-image-246" title="scalar-1" src="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/scalar-1.png" alt="" width="480" height="296" /></a></p>
<h2>Download</h2>
<p><a href="http://www.websitebuildersresource.com/wp-content/uploads/2008/12/executescalar.zip"><strong>Download the complete project.</strong></a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F&amp;title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F&amp;title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F&amp;title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F&amp;headline=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F&amp;title=Return+Single+Value+with+ExecuteScalar%2C+Stored+Procedures+and+C%23&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F12%2F03%2Freturn-single-value-with-executescalar-stored-procedures-and-c%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/12/03/return-single-value-with-executescalar-stored-procedures-and-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add a Count Column to Your Gridview, Datalist or Repeater</title>
		<link>http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/</link>
		<comments>http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:07:46 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[count column]]></category>
		<category><![CDATA[datalist]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[repeater]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=209</guid>
		<description><![CDATA[Found this great article on how to add a counter column to your data rich controls.
http://www.lazyasscoder.com/AspNet/Article.aspx?id=55&#38;title=How+To%3A+Add+a+row+count+column+to+a+GridView%2C+DataList+or+Repeater
The above article is specific to a GridView. Here is an example with a Repeater control.
&#60;asp:Repeater ID="repeater" runat="server"&#62;
	&#60;ItemTemplate&#62;
		&#60;%# Container.ItemIndex + 1 %&#62;
		&#60;%# Eval("field_name") %&#62;'&#62;
	&#60;/ItemTemplate&#62;
&#60;/asp:Repeater&#62;
		
        
        
Related [...]]]></description>
			<content:encoded><![CDATA[<p>Found this great article on how to add a counter column to your data rich controls.</p>
<p><a href="http://www.lazyasscoder.com/AspNet/Article.aspx?id=55&amp;title=How+To%3A+Add+a+row+count+column+to+a+GridView%2C+DataList+or+Repeater" target="_blank">http://www.lazyasscoder.com/AspNet/Article.aspx?id=55&amp;title=How+To%3A+Add+a+row+count+column+to+a+GridView%2C+DataList+or+Repeater</a></p>
<p>The above article is specific to a GridView. Here is an example with a Repeater control.</p>
<pre><code class="csharp">&lt;asp:Repeater ID="repeater" runat="server"&gt;
	&lt;ItemTemplate&gt;
		&lt;%# Container.ItemIndex + 1 %&gt;
		&lt;%# Eval("field_name") %&gt;'&gt;
	&lt;/ItemTemplate&gt;
&lt;/asp:Repeater&gt;</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F&amp;title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F&amp;title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F&amp;title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F&amp;headline=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F&amp;title=Add+a+Count+Column+to+Your+Gridview%2C+Datalist+or+Repeater&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-a-count-column-to-your-gridview-datalist-or-repeater%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/" title="Format String with String.Format and C#">Format String with String.Format and C#</a></li><li><a href="http://websitebuildersresource.com/2008/11/30/add-items-dynamically-to-dotnet-arrays-with-c-sharp/" title="Add Items Dynamically to .NET Arrays with C#">Add Items Dynamically to .NET Arrays with C#</a></li><li><a href="http://websitebuildersresource.com/2008/11/28/195/" title="Dreamweaver and Disappearing ASP.NET Directives">Dreamweaver and Disappearing ASP.NET Directives</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li><li><a href="http://websitebuildersresource.com/2008/11/20/find-a-nested-web-control-within-a-control-with-c-sharp/" title="Find a Nested Web Control within a Web Control with C#">Find a Nested Web Control within a Web Control with C#</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Items Dynamically to .NET Arrays with C#</title>
		<link>http://websitebuildersresource.com/2008/11/30/add-items-dynamically-to-dotnet-arrays-with-c-sharp/</link>
		<comments>http://websitebuildersresource.com/2008/11/30/add-items-dynamically-to-dotnet-arrays-with-c-sharp/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:05:49 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[add dynamically]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=207</guid>
		<description><![CDATA[If you are in a situation where you need to add an item to an array you will need to use one of the collection classes such as the Arraylist. New values cannot be added to an array that has set values.
String Array Example
string[] list = new string[] { "one", "two", "three" };

foreach (string item [...]]]></description>
			<content:encoded><![CDATA[<p>If you are in a situation where you need to add an item to an array you will need to use one of the collection classes such as the Arraylist. New values cannot be added to an array that has set values.</p>
<p><strong>String Array Example</strong></p>
<pre><code class="csharp">string[] list = new string[] { "one", "two", "three" };

foreach (string item in list)
{
    Response.Write(item);
}</code></pre>
<p><strong>Arraylist Example</strong></p>
<pre><code class="csharp">Arraylist list = new Arraylist();
list.Add("one");
list.Add("two");
list.Add("three");

foreach (string item in list)
{
    Response.Write(item);
}</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F&amp;title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F&amp;title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F&amp;title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F&amp;headline=Add+Items+Dynamically+to+.NET+Arrays+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Add+Items+Dynamically+to+.NET+Arrays+with+C%23&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F&amp;title=Add+Items+Dynamically+to+.NET+Arrays+with+C%23&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F30%2Fadd-items-dynamically-to-dotnet-arrays-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2010/01/24/php-country-array/" title="PHP Country Array">PHP Country Array</a></li><li><a href="http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/" title="Add a Count Column to Your Gridview, Datalist or Repeater">Add a Count Column to Your Gridview, Datalist or Repeater</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/copy-php-implode-function-with-c-shar/" title="PHP implode() Function with C#">PHP implode() Function with C#</a></li><li><a href="http://websitebuildersresource.com/2008/11/20/find-a-nested-web-control-within-a-control-with-c-sharp/" title="Find a Nested Web Control within a Web Control with C#">Find a Nested Web Control within a Web Control with C#</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/30/add-items-dynamically-to-dotnet-arrays-with-c-sharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver and Disappearing ASP.NET Directives</title>
		<link>http://websitebuildersresource.com/2008/11/28/195/</link>
		<comments>http://websitebuildersresource.com/2008/11/28/195/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:15:36 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[directives]]></category>
		<category><![CDATA[disappear]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=195</guid>
		<description><![CDATA[If you are working with Dreamweaver templates and your ASP.NET directives keep disappearing try the following.
Place &#60;%&#8211;&#8217;comment&#8211;%&#62; on the second line after your page declaration on your content pages. You can leave your template as is.
&#60;%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="default" %&#62;
&#60;%--'comment--%&#62;
You do not need to set the &#60;!&#8211; TemplateInfo codeOutsideHTMLIsLocked=&#8221;false&#8221; &#8211;&#62; to true.
This is [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working with Dreamweaver templates and your ASP.NET directives keep disappearing try the following.</p>
<p>Place &lt;%&#8211;&#8217;comment&#8211;%&gt; on the second line after your page declaration on your content pages. You can leave your template as is.</p>
<pre><code class="csharp">&lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="default" %&gt;
&lt;%--'comment--%&gt;</code></pre>
<p>You do not need to set the &lt;!&#8211; TemplateInfo codeOutsideHTMLIsLocked=&#8221;false&#8221; &#8211;&gt; to true.</p>
<p>This is a known issue with Adobe and is documented at the following location.<br />
<a href="http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=189&amp;threadid=904108&amp;CFID=5847520&amp;CFTOKEN=2b43e1ac5acd855c-9C3AF47E-A7F5-CA4F-96F62067027BA8F4&amp;jsessionid=48307414b6ae332c3e4f" target="_blank"></p>
<p>http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=189&amp;threadid=904108&amp;CFID=5847520&amp;CFTOKEN=2b43e1ac5acd855c-9C3AF47E-A7F5-CA4F-96F62067027BA8F4&amp;jsessionid=48307414b6ae332c3e4f</a></p>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F&amp;title=Dreamweaver+and+Disappearing+ASP.NET+Directives"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F&amp;title=Dreamweaver+and+Disappearing+ASP.NET+Directives"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F&amp;title=Dreamweaver+and+Disappearing+ASP.NET+Directives"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F&amp;headline=Dreamweaver+and+Disappearing+ASP.NET+Directives"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Dreamweaver+and+Disappearing+ASP.NET+Directives&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Dreamweaver+and+Disappearing+ASP.NET+Directives&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Dreamweaver+and+Disappearing+ASP.NET+Directives&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Dreamweaver+and+Disappearing+ASP.NET+Directives&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Dreamweaver+and+Disappearing+ASP.NET+Directives&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F&amp;title=Dreamweaver+and+Disappearing+ASP.NET+Directives&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F28%2F195%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/" title="Format String with String.Format and C#">Format String with String.Format and C#</a></li><li><a href="http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/" title="Add a Count Column to Your Gridview, Datalist or Repeater">Add a Count Column to Your Gridview, Datalist or Repeater</a></li><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/28/195/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio.NET Error List and Task List</title>
		<link>http://websitebuildersresource.com/2008/11/27/visual-studionet-error-list-and-task-list/</link>
		<comments>http://websitebuildersresource.com/2008/11/27/visual-studionet-error-list-and-task-list/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:26:36 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[task]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=178</guid>
		<description><![CDATA[Here is a great article that explains the Error and Task List within Visual Studio. The Error List shows any errors and warnings within your project and the Task List helps you track your progress and mark items as completed just as you would with an external todo list application.
Read more at http://en.csharp-online.net/Visual_Studio_Web_Applications%E2%80%94Error_List_and_Task_List
		
   [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a great article that explains the Error and Task List within Visual Studio. The Error List shows any errors and warnings within your project and the Task List helps you track your progress and mark items as completed just as you would with an external todo list application.</p>
<p>Read more at <a href="http://en.csharp-online.net/Visual_Studio_Web_Applications%E2%80%94Error_List_and_Task_List" target="_blank">http://en.csharp-online.net/Visual_Studio_Web_Applications%E2%80%94Error_List_and_Task_List</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F&amp;title=Visual+Studio.NET+Error+List+and+Task+List"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F&amp;title=Visual+Studio.NET+Error+List+and+Task+List"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F&amp;title=Visual+Studio.NET+Error+List+and+Task+List"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F&amp;headline=Visual+Studio.NET+Error+List+and+Task+List"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Visual+Studio.NET+Error+List+and+Task+List&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Visual+Studio.NET+Error+List+and+Task+List&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Visual+Studio.NET+Error+List+and+Task+List&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Visual+Studio.NET+Error+List+and+Task+List&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Visual+Studio.NET+Error+List+and+Task+List&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F&amp;title=Visual+Studio.NET+Error+List+and+Task+List&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F27%2Fvisual-studionet-error-list-and-task-list%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/" title="My Essential Developer&#8217;s Toolbox &#8211; Part I">My Essential Developer&#8217;s Toolbox &#8211; Part I</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/27/visual-studionet-error-list-and-task-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Essential Developer&#8217;s Toolbox &#8211; Part I</title>
		<link>http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/</link>
		<comments>http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 20:17:56 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[navicat]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=63</guid>
		<description><![CDATA[This is a multi-part post that lists all of the tools that I use on a regular basis as a web developer. The list is Microsoft Windows centric but I will point out the applications that are cross-platform (as best as I can).
IDEs (Integrated Development Environment)*
Microsoft ASP.NET
Both of the IDEs below are top notch and [...]]]></description>
			<content:encoded><![CDATA[<p>This is a multi-part post that lists all of the tools that I use on a regular basis as a web developer. The list is Microsoft Windows centric but I will point out the applications that are cross-platform (as best as I can).</p>
<h2>IDEs (Integrated Development Environment)*</h2>
<h3>Microsoft ASP.NET</h3>
<p>Both of the IDEs below are top notch and my personal favorites for developing against Microsoft technologies. Both have incredible built in debuggers including JavaScript debugging, drag and drop Web Control functionality, direct SQL Server support, source control support, ASP.NET AJAX integration, the list goes on. Click on the links below to view a full feature list.</p>
<p><strong>Microsoft Visual Web Developer &#8211; Free</strong><br />
<a href="http://www.microsoft.com/express/vwd/" target="_blank">http://www.microsoft.com/express/vwd/</a></p>
<p><strong>Microsoft Visual Studio</strong><br />
<a href="http://msdn.microsoft.com/en-us/vstudio/products/default.aspx" target="_blank">http://msdn.microsoft.com/en-us/vstudio/products/default.aspx</a></p>
<h3>PHP, Perl, Ruby, Java and Other Open Source Technologies</h3>
<p>There are a lot more open source and commercial IDEs available for the Open Source technologies that are not listed here and quick search on <a href="http://www.google.com/search?q=open+source+ide" target="_blank">Google</a> will help if you are looking for something in particular.</p>
<p><span id="more-63"></span></p>
<p>I only develop against PHP in the Open Source space so I will list PHP IDEs that I use.</p>
<p><strong>Eclipse PDT Project &#8211; Free &#8211; Cross Platform</strong><br />
<a href="http://www.eclipse.org/pdt/" target="_blank">http://www.eclipse.org/pdt/</a><br />
This is an incredible Open Source (free) project that will give most developers just about every feature you will need. The one thing I must mention about <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> is that it is has a huge list of plugins that extend it&#8217;s base functionality from integrated database support, just about every programming language support, integrated remote server clients and much more.<a href="http://www.eclipse.org/pdt/" target="_blank"><br />
</a></p>
<p><strong>EasyEclipse &#8211; Free</strong><strong> &#8211; Cross Platform</strong><br />
<a href="http://www.easyeclipse.org/site/home/index.html" target="_blank">http://www.easyeclipse.org/site/home/index.html</a><br />
Similar to Eclipse PDT but with the most common used plugins already installed. The base Eclipse version may be behind from the latest version.<a href="http://www.easyeclipse.org/site/home/index.html" target="_blank"><br />
</a></p>
<p><strong>Zend Studio Professional for Eclipse</strong><strong> &#8211; Cross Platform</strong><br />
<a href="http://www.zend.com/en/products/studio/" target="_blank">http://www.zend.com/en/products/studio/</a><br />
My experience with Zend Studio Professional for Eclipse has been mixed. It has all of the base functionality as the Eclipse PDT project (which a lot of Zend Studio is based on) as well as hooks into their proprietary products such as Zend Core and includes support for the PHP/Java bridge.</p>
<p>I love the extra functionality Zend Studio for Eclipse comes with that Eclipse PDT doesn&#8217;t have but it is slower and more buggy (crashes and constant workspace builds that run forever). Beyond a few bugs I encounter on a regular basis I believe it is worth the cost of a license since you do get support directly from Zend, a lot of incredible functionality and regular updates from Zend.</p>
<p><strong>Aptana &#8211; Free</strong><strong> &#8211; Cross Platform</strong><br />
<a href="http://www.aptana.com/" target="_blank">http://www.aptana.com/</a><br />
This is my favorite Eclipse plugin that can also be installed as a stand-alone application. I originally used this plugin for it&#8217;s excellent support for HTML, CSS and JavaScript but over time they have included some great tools such as their <a href="http://www.aptana.com/jaxer" target="_blank">Jaxer Server</a> and <a href="http://www.aptana.com/cloud" target="_blank">Aptana Cloud</a>. If you are a Zend Studio user you will love the improvement of HTML, CSS and JavaScript support this plugin has over the built in tools. This plugin does support several other languages.</p>
<h2>Database Management</h2>
<h3>Microsoft SQL Server</h3>
<p><strong>SQL Server Management Studio Express &#8211; Free</strong><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;displaylang=en</a><br />
This is a great tool to management your SQL Server Express installation. This is a nice addition by Microsoft since the old Express version (MSDE, equivalent to SQL Server 2000) did not come with any managment software.</p>
<p>The biggest drawback to this is it does not have any direct method to backup or export all of your database data. I suggest grabbing a copy of the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3C856B93-369F-4C6F-9357-C35384179543&amp;displaylang=en" target="_blank">SQL Server Toolkit</a> and use DTS to handle that or use the tool available from <a href="/2008/11/21/mysqldump-utility-for-sql-server/"><span>Peter         A. Bromberg</span></a>.</p>
<p><strong>SQL Server Management Studio</strong><br />
<a href="http://msdn.microsoft.com/en-us/library/ms174173.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms174173.aspx</a><br />
This is the full version of the SQL Server tools and has everything you need to manage your SQL Server data. A copy usually comes with a full version of Visual Studio.</p>
<h3>MySQL</h3>
<p><strong>MySQL GUI Tools &#8211; Free</strong><br />
<a href="http://dev.mysql.com/downloads/gui-tools/5.0.html" target="_blank">http://dev.mysql.com/downloads/gui-tools/5.0.html</a><br />
MySQL has provided some basic tools to handle your MySQL installation from server and resource management to a query tool. Very handy but very basic as well. Does not include methods for direct export or import of data.</p>
<p><strong>Navicat &#8211; Cross Platform</strong><br />
<a href="http://www.navicat.com/" target="_blank">http://www.navicat.com/</a><br />
This is the best MySQL management tool I have used. Very straight forward interface with everything you need at your fingertips. Has many data management tools with the ability to import, export, migrate data to and from other MySQL servers, schedule backups, create reports and much more. This is another commercial application that is worth the cost of the license.</p>
<p>They also provide versions for Oracle and PostgreSQL.</p>
<h2>Glossary*</h2>
<p>IDE<br />
<a href="http://en.wikipedia.org/wiki/Integrated_development_environment" target="_blank">http://en.wikipedia.org/wiki/Integrated_development_environment</a></p>
<h2>Continued</h2>
<p><a href="/2008/11/25/my-essential-developers-toolbox-part-ii/">Read on to Part II of the My Essential Developer&#8217;s Toolbox series of posts.</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;headline=My+Essential+Developer%27s+Toolbox+-+Part+I"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F&amp;title=My+Essential+Developer%27s+Toolbox+-+Part+I&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmy-essential-developers-toolbox%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2010/01/24/php-country-array/" title="PHP Country Array">PHP Country Array</a></li><li><a href="http://websitebuildersresource.com/2010/01/04/blank-cdata-with-php-and-simplexml/" title="Blank CDATA with PHP and SimpleXML">Blank CDATA with PHP and SimpleXML</a></li><li><a href="http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/" title="jQuery &lt;select&gt; Manipulation, Multiple Selects with JSON, Set Defaults, Oh My">jQuery &lt;select&gt; Manipulation, Multiple Selects with JSON, Set Defaults, Oh My</a></li><li><a href="http://websitebuildersresource.com/2009/01/07/eclipse-pdt-php-development-tools-2-0-released/" title="Eclipse PDT (PHP Development Tools) 2.0 Released">Eclipse PDT (PHP Development Tools) 2.0 Released</a></li><li><a href="http://websitebuildersresource.com/2009/01/03/format-string-with-stringformat-and-c-sharp/" title="Format String with String.Format and C#">Format String with String.Format and C#</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/23/my-essential-developers-toolbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP implode() Function with C#</title>
		<link>http://websitebuildersresource.com/2008/11/23/copy-php-implode-function-with-c-shar/</link>
		<comments>http://websitebuildersresource.com/2008/11/23/copy-php-implode-function-with-c-shar/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 15:39:37 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[implode]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=201</guid>
		<description><![CDATA[The following snippet will join values in an array with a specified separator.
string[] items = new string[] { "one", "two", "three" };
string.Join(", ", items);
		
        
        
Related PostsPHP Country ArrayBlank CDATA with PHP and SimpleXMLjQuery &#60;select&#62; Manipulation, Multiple Selects with JSON, Set [...]]]></description>
			<content:encoded><![CDATA[<p>The following snippet will join values in an array with a specified separator.</p>
<pre><code class="csharp">string[] items = new string[] { "one", "two", "three" };
string.Join(", ", items);</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F&amp;title=PHP+implode%28%29+Function+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F&amp;title=PHP+implode%28%29+Function+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F&amp;title=PHP+implode%28%29+Function+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F&amp;headline=PHP+implode%28%29+Function+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=PHP+implode%28%29+Function+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=PHP+implode%28%29+Function+with+C%23&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=PHP+implode%28%29+Function+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=PHP+implode%28%29+Function+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=PHP+implode%28%29+Function+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F&amp;title=PHP+implode%28%29+Function+with+C%23&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fcopy-php-implode-function-with-c-shar%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2010/01/24/php-country-array/" title="PHP Country Array">PHP Country Array</a></li><li><a href="http://websitebuildersresource.com/2010/01/04/blank-cdata-with-php-and-simplexml/" title="Blank CDATA with PHP and SimpleXML">Blank CDATA with PHP and SimpleXML</a></li><li><a href="http://websitebuildersresource.com/2009/02/07/jquery-select-manipulation-multiple-selects-json-default/" title="jQuery &lt;select&gt; Manipulation, Multiple Selects with JSON, Set Defaults, Oh My">jQuery &lt;select&gt; Manipulation, Multiple Selects with JSON, Set Defaults, Oh My</a></li><li><a href="http://websitebuildersresource.com/2008/12/26/set-php-include-path-in-htaccess/" title="Set PHP Include Path in htaccess">Set PHP Include Path in htaccess</a></li><li><a href="http://websitebuildersresource.com/2008/11/30/add-items-dynamically-to-dotnet-arrays-with-c-sharp/" title="Add Items Dynamically to .NET Arrays with C#">Add Items Dynamically to .NET Arrays with C#</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/23/copy-php-implode-function-with-c-shar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing ASP.NET Tab in inetmgr</title>
		<link>http://websitebuildersresource.com/2008/11/23/missing-aspnet-tab-in-inetmgr/</link>
		<comments>http://websitebuildersresource.com/2008/11/23/missing-aspnet-tab-in-inetmgr/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 15:34:07 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[asp.net tab missing]]></category>
		<category><![CDATA[inetmgr]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=197</guid>
		<description><![CDATA[If your ASP.NET tab has disappeared (mine was caused by installing ISAPI_Rewrite) then the following MSDN blog article has a tool you can use to fix it.
http://blogs.msdn.com/tom/archive/2008/04/17/asp-net-tab-missing.aspx
		
        
        
Related PostsNo Related Post]]></description>
			<content:encoded><![CDATA[<p>If your ASP.NET tab has disappeared (mine was caused by installing ISAPI_Rewrite) then the following MSDN blog article has a tool you can use to fix it.</p>
<p><a href="http://blogs.msdn.com/tom/archive/2008/04/17/asp-net-tab-missing.aspx" target="_blank">http://blogs.msdn.com/tom/archive/2008/04/17/asp-net-tab-missing.aspx</a><br />
		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F&amp;title=Missing+ASP.NET+Tab+in+inetmgr"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F&amp;title=Missing+ASP.NET+Tab+in+inetmgr"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F&amp;title=Missing+ASP.NET+Tab+in+inetmgr"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F&amp;headline=Missing+ASP.NET+Tab+in+inetmgr"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Missing+ASP.NET+Tab+in+inetmgr&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Missing+ASP.NET+Tab+in+inetmgr&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Missing+ASP.NET+Tab+in+inetmgr&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Missing+ASP.NET+Tab+in+inetmgr&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Missing+ASP.NET+Tab+in+inetmgr&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F&amp;title=Missing+ASP.NET+Tab+in+inetmgr&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F23%2Fmissing-aspnet-tab-in-inetmgr%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/23/missing-aspnet-tab-in-inetmgr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find a Nested Web Control within a Web Control with C#</title>
		<link>http://websitebuildersresource.com/2008/11/20/find-a-nested-web-control-within-a-control-with-c-sharp/</link>
		<comments>http://websitebuildersresource.com/2008/11/20/find-a-nested-web-control-within-a-control-with-c-sharp/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:23:35 +0000</pubDate>
		<dc:creator>Jason Maletsky</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[find control]]></category>
		<category><![CDATA[user control]]></category>
		<category><![CDATA[web control]]></category>

		<guid isPermaLink="false">http://www.websitebuildersresource.com/?p=41</guid>
		<description><![CDATA[I was having issues accessing a web control directly within a user control and used the following to access the web control within a LoginView in the User Control.
The same syntax below can be used if you are looking for a nested control within a control.
System.Web.UI.WebControls.Literal name_literal = (System.Web.UI.WebControls.Literal)this.LoginView1.FindControl("name");
name_literal.Text = "Text goes here";
		
   [...]]]></description>
			<content:encoded><![CDATA[<p>I was having issues accessing a web control directly within a user control and used the following to access the web control within a LoginView in the User Control.</p>
<p>The same syntax below can be used if you are looking for a nested control within a control.</p>
<pre><code class="csharp">System.Web.UI.WebControls.Literal name_literal = (System.Web.UI.WebControls.Literal)this.LoginView1.FindControl("name");
name_literal.Text = "Text goes here";</code></pre>
<p>		<script type="text/javascript"><!--
            google_ad_client = "pub-1943674323840609";
            google_ad_slot = "4085228747";
            google_ad_width = 468;
            google_ad_height = 60;
            //-->
        </script><br />
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<div class="lightsocial_container"><a href="http://digg.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F&amp;title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F&amp;title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F&amp;title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F&amp;headline=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a href="http://www.dzone.com/links/add.html?title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a href="http://www.facebook.com/sharer.php?t=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23&amp;u=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a href="http://delicious.com/save?title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a href="http://www.dotnetkicks.com/kick/?title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a href="http://dotnetshoutout.com/Submit?title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F&amp;title=Find+a+Nested+Web+Control+within+a+Web+Control+with+C%23&amp;summary=&amp;source="><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwebsitebuildersresource.com%2F2008%2F11%2F20%2Ffind-a-nested-web-control-within-a-control-with-c-sharp%2F"><img src="http://websitebuildersresource.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;</div><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://websitebuildersresource.com/2008/11/30/add-a-count-column-to-your-gridview-datalist-or-repeater/" title="Add a Count Column to Your Gridview, Datalist or Repeater">Add a Count Column to Your Gridview, Datalist or Repeater</a></li><li><a href="http://websitebuildersresource.com/2008/11/30/add-items-dynamically-to-dotnet-arrays-with-c-sharp/" title="Add Items Dynamically to .NET Arrays with C#">Add Items Dynamically to .NET Arrays with C#</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://websitebuildersresource.com/2008/11/20/find-a-nested-web-control-within-a-control-with-c-sharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
