<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ebeworld's Weblog &#187; C#</title>
	<atom:link href="http://ebeworld.wordpress.com/category/interview-questions/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebeworld.wordpress.com</link>
	<description>Trying to create</description>
	<lastBuildDate>Wed, 09 Dec 2009 19:33:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ebeworld.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/cbd4023a12f78275f1676e6f81eb8a20?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ebeworld's Weblog &#187; C#</title>
		<link>http://ebeworld.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ebeworld.wordpress.com/osd.xml" title="Ebeworld&#8217;s Weblog" />
		<item>
		<title>When to use GridView and when to use Repeater?</title>
		<link>http://ebeworld.wordpress.com/2008/12/18/when-to-use-gridview-and-when-to-use-repeater/</link>
		<comments>http://ebeworld.wordpress.com/2008/12/18/when-to-use-gridview-and-when-to-use-repeater/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 23:54:25 +0000</pubDate>
		<dc:creator>ebeworld</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://ebeworld.wordpress.com/?p=162</guid>
		<description><![CDATA[Control &#8211; Capability wise 
GridView &#8211; Read/Edit
DataList &#8211; Read/Edit
Repeater &#8211; Read Only
DetailsView &#8211; Read/Edit/Create
FormView &#8211; Read/Edit/Create
 
Feature wise




Feature


Repeater


DataList


GridView




Table layout


No


No


Yes




Flow layout


Yes


Yes


No




Column layout


No


Yes


No




Style properties


No


Yes


Yes




Templates


Yes


Yes


Columns/optional




Select/ Edit/Delete


No


Yes


Yes




Sort


No


No


Yes




Paging


No


No


Yes




       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=162&subd=ebeworld&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-decoration:underline;"><strong>Control &#8211; Capability wise</strong></span> </p>
<p>GridView &#8211; Read/Edit<br />
DataList &#8211; Read/Edit<br />
Repeater &#8211; Read Only<br />
DetailsView &#8211; Read/Edit/Create<br />
FormView &#8211; Read/Edit/Create</p>
<p> </p>
<p>Feature wise</p>
<table border="0" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">Feature</span></p>
</th>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">Repeater</span></p>
</th>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">DataList</span></p>
</th>
<th class="thead" align="left">
<p class="docText"><span class="docEmphBold">GridView</span></p>
</th>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Table layout</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Flow layout</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Column layout</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Style properties</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Templates</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Columns/optional</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Select/ Edit/Delete</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Sort</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
<tr>
<td class="docTableCell" align="left">
<p class="docText">Paging</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">No</p>
</td>
<td class="docTableCell" align="left">
<p class="docText">Yes</p>
</td>
</tr>
</tbody>
</table>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ebeworld.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ebeworld.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ebeworld.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ebeworld.wordpress.com&blog=5157598&post=162&subd=ebeworld&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ebeworld.wordpress.com/2008/12/18/when-to-use-gridview-and-when-to-use-repeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e5ebaca1d1c2b06cc18b8d977bb1c37d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebeworld</media:title>
		</media:content>
	</item>
	</channel>
</rss>