<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx</link><description>Reposting here for the benefit of asp.net developers and Google The databinding expression &amp;lt;%# some expression %&amp;gt; is evaluated in the language of the page (VB, C#, etc.) This can have a big impact on the current syntax, so be very careful when you</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7268518</link><pubDate>Wed, 02 Dec 2009 08:47:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7268518</guid><dc:creator>DaFireball</dc:creator><author>DaFireball</author><description>&lt;p&gt;For everyone who&amp;#39;s struggling with the IF statement, maybe this might help:&lt;/p&gt;
&lt;p&gt;&amp;lt;%# iif(DataBinder.Eval(Container.DataItem,&amp;quot;DATAFIELD&amp;quot;) &amp;lt;&amp;gt; &amp;quot;&amp;quot;, DataBinder.Eval(Container.DataItem,&amp;quot;DATAFIELD&amp;quot;), &amp;quot;&amp;quot;)%&amp;gt;&lt;/p&gt;
&lt;p&gt;vb.net only tho..&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7268518" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7261450</link><pubDate>Fri, 20 Nov 2009 11:55:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7261450</guid><dc:creator>pradeep</dc:creator><author>pradeep</author><description>&lt;p&gt;DataBinder.Eval() has one more overoaded function which takes only columnname .Is it?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7261450" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7235229</link><pubDate>Wed, 21 Oct 2009 19:39:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7235229</guid><dc:creator>geetib</dc:creator><author>geetib</author><description>&lt;p&gt;This is great article with great Comments :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7235229" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7230394</link><pubDate>Thu, 15 Oct 2009 08:29:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7230394</guid><dc:creator>anubhav</dc:creator><author>anubhav</author><description>&lt;p&gt;awsome article.Thnx&lt;/p&gt;
&lt;p&gt;keep the good work gooing&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7230394" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7134034</link><pubDate>Thu, 25 Jun 2009 13:37:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7134034</guid><dc:creator>shakthi</dc:creator><author>shakthi</author><description>&lt;p&gt;This artical is really a excellect.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7134034" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7107290</link><pubDate>Wed, 03 Jun 2009 18:18:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7107290</guid><dc:creator>Ashraf Taghyan</dc:creator><author>Ashraf Taghyan</author><description>&lt;p&gt;Hi, I have this code working - here it is - except for picking the data up on the next form. &amp;nbsp; I want to use the SQL Identity function to select a record in a very small database table. &amp;nbsp; I can see this at the bottom of IE, but I need to pick this up in the next page. &amp;nbsp; Use of Request.Querystring(&amp;quot;aptID&amp;quot;) doesnt work as it returns null data. &amp;nbsp; Is there a way of picking up this data?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7107290" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7103323</link><pubDate>Sun, 31 May 2009 06:17:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7103323</guid><dc:creator>udeep</dc:creator><author>udeep</author><description>&lt;p&gt;this is a very good article which is simply saying the conceptual things...it really helps...keep doing..all the best...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7103323" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7095304</link><pubDate>Sat, 23 May 2009 12:25:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7095304</guid><dc:creator>Kurt Farrar</dc:creator><author>Kurt Farrar</author><description>&lt;p&gt;For those who asked the questions about dynamically added columns, did you find an answer?&lt;/p&gt;
&lt;p&gt;Specifically r_honey, my code&amp;#39;s doing the same as yours and I can&amp;#39;t find anywhere to access dataitem from any of my containing controls. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7095304" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7055538</link><pubDate>Wed, 22 Apr 2009 07:06:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7055538</guid><dc:creator>Randy</dc:creator><author>Randy</author><description>&lt;p&gt;Great post!! Finally found what I was looking for!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7055538" width="1" height="1"&gt;</description></item><item><title>re: What's the deal with Databinder.Eval and Container.DataItem?</title><link>http://weblogs.asp.net/rajbk/archive/2004/07/20/what-s-the-deal-with-databinder-eval-and-container-dataitem.aspx#7048503</link><pubDate>Thu, 16 Apr 2009 23:27:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7048503</guid><dc:creator>DevareattyVaH</dc:creator><author>DevareattyVaH</author><description>&lt;p&gt;nice, really nice!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7048503" width="1" height="1"&gt;</description></item></channel></rss>