<?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>UC&#039;s Corner &#187; gridview</title>
	<atom:link href="http://yussi.nl/index.php/tag/gridview/feed" rel="self" type="application/rss+xml" />
	<link>http://yussi.nl</link>
	<description>Yussi Ariefiyono</description>
	<lastBuildDate>Fri, 24 Jun 2011 13:08:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>modify Visible function in repeater of gridview control</title>
		<link>http://yussi.nl/index.php/modify-visible-function-in-repeater-of-gridview-control.html</link>
		<comments>http://yussi.nl/index.php/modify-visible-function-in-repeater-of-gridview-control.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:18:00 +0000</pubDate>
		<dc:creator>yussi ariefiyono</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[repeater]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">/post/modify-Visible-function-in-repeater-of-gridview-control.aspx</guid>
		<description><![CDATA[Problem: display label with the text full if the current field equal to zero in repeater or gridview Solution: &#60;asp:Label ID=&#8221;Label1&#8243; runat=&#8221;server&#8221; Text=&#8221;Full&#8221; ForeColor=&#8221;Red&#8221; Visible=&#8217;&#60;%# Convert.ToBoolean(Eval(&#8220;name of your field&#8221;).ToString().Equals(&#8220;0&#8243;)? &#8220;true&#8221;:&#8221;false&#8221;) %&#62;&#8217;&#62;]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong><br />
display label with the text full if the current field equal to zero in repeater or gridview</p>
<p><strong>Solution:</strong><br />
&lt;asp:Label ID=&#8221;Label1&#8243; runat=&#8221;server&#8221; Text=&#8221;Full&#8221; ForeColor=&#8221;Red&#8221; Visible=&#8217;&lt;%# Convert.ToBoolean(Eval(&#8220;name of your field&#8221;).ToString().Equals(&#8220;0&#8243;)? &#8220;true&#8221;:&#8221;false&#8221;) %&gt;&#8217;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://yussi.nl/index.php/modify-visible-function-in-repeater-of-gridview-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

