<?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>Live with Dot Net &#187; asp net</title>
	<atom:link href="http://www.livewithdotnet.com/category/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.livewithdotnet.com</link>
	<description>Just another Programming weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:59:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Dynamically adding ItemTemplate to the GridView holding controls</title>
		<link>http://www.livewithdotnet.com/dynamically-adding-itemtemplate-to-the-gridview-holding-controls/</link>
		<comments>http://www.livewithdotnet.com/dynamically-adding-itemtemplate-to-the-gridview-holding-controls/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 19:36:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[asp net]]></category>
		<category><![CDATA[add control]]></category>
		<category><![CDATA[Dynamically adding ItemTemplate to the GridView]]></category>
		<category><![CDATA[GridView holding controls]]></category>
		<category><![CDATA[ItemTemplate]]></category>
		<category><![CDATA[Template field]]></category>

		<guid isPermaLink="false">http://www.livewithdotnet.com/?p=21</guid>
		<description><![CDATA[The code helps you to add Item template (or any part of templated column) to the Gridview dynamically. We has also set/add desired controls to the Item templates. 
We have a class which will be used to set the item template control into the Gridview.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
for &#40;int index = 0; index &#60; allRoles.Length; index++&#41;
   [...]]]></description>
		<wfw:commentRss>http://www.livewithdotnet.com/dynamically-adding-itemtemplate-to-the-gridview-holding-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
