<?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>Alessandro Zifiglio - All Comments</title><link>http://weblogs.asp.net/alessandro/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Bitwise operators in c# OR(|), XOR(^), AND(&amp;amp;), NOT(~)</title><link>http://weblogs.asp.net/alessandro/archive/2007/10/02/bitwise-operators-in-c-or-xor-and-amp-amp-not.aspx#7260719</link><pubDate>Thu, 19 Nov 2009 19:10:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260719</guid><dc:creator>Chris</dc:creator><author>Chris</author><description>&lt;p&gt;Thanks, very well written and easy to understand post.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260719" width="1" height="1"&gt;</description></item><item><title>re: Automatically reload reCAPTCHA when postingback via a partial refresh (UpdatePanel)</title><link>http://weblogs.asp.net/alessandro/archive/2008/09/09/automatically-reload-recaptcha-when-postingback-via-a-partial-refresh-updatepanel.aspx#7260314</link><pubDate>Thu, 19 Nov 2009 11:01:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260314</guid><dc:creator>robin das</dc:creator><author>robin das</author><description>&lt;p&gt;Great code dude its really working&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260314" width="1" height="1"&gt;</description></item><item><title>re: ImageButton Control nested in a GridView Control throws EventValidation error.</title><link>http://weblogs.asp.net/alessandro/archive/2007/09/30/imagebutton-control-nested-in-a-gridview-control-throws-eventvalidation-error.aspx#7260295</link><pubDate>Thu, 19 Nov 2009 10:36:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260295</guid><dc:creator>Shinn</dc:creator><author>Shinn</author><description>&lt;p&gt;I think you&amp;#39;re a Guru Sir, not only did you give us the solution to the problem but also explanations on how this bug occurs. I&amp;#39;ve been searching the net for like 10 hours trying to fix this issue after migrating our site from 1.1 to 2.0. The second option worked for me. Thanks a lot! &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260295" width="1" height="1"&gt;</description></item><item><title>re: Failed to load viewstate ? Typical problem, with an obvious solution.</title><link>http://weblogs.asp.net/alessandro/archive/2008/01/04/failed-to-load-viewstate-typical-problem-with-an-obvious-solution.aspx#7242778</link><pubDate>Thu, 29 Oct 2009 21:21:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7242778</guid><dc:creator>Ron Bars</dc:creator><author>Ron Bars</author><description>&lt;p&gt;I am glad it answered my question. Enableviewstate is the Answer!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7242778" width="1" height="1"&gt;</description></item><item><title>re: Bitwise operators in c# OR(|), XOR(^), AND(&amp;amp;), NOT(~)</title><link>http://weblogs.asp.net/alessandro/archive/2007/10/02/bitwise-operators-in-c-or-xor-and-amp-amp-not.aspx#7231762</link><pubDate>Fri, 16 Oct 2009 23:55:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231762</guid><dc:creator>Kyi Thar</dc:creator><author>Kyi Thar</author><description>&lt;p&gt;Pls help me..&lt;/p&gt;
&lt;p&gt;I have to compute for binary Not AND(NAND), NOR and XNOR(Exclusive NOR)in C#. operator ~ and ! are not support for NAND, NOR and XNOR. so pls tell me how to .. &lt;/p&gt;
&lt;p&gt;NAND (Not AND)&lt;/p&gt;
&lt;p&gt;0 NAN 0 = 1&lt;/p&gt;
&lt;p&gt;0 NAN 1 = 1&lt;/p&gt;
&lt;p&gt;1 NAN 0 = 1&lt;/p&gt;
&lt;p&gt;1 NAN 1 = 0&lt;/p&gt;
&lt;p&gt;NOR (Not OR)&lt;/p&gt;
&lt;p&gt;0 NOR 0 = 1&lt;/p&gt;
&lt;p&gt;0 NOR 1 = 0&lt;/p&gt;
&lt;p&gt;1 NOR 0 = 0&lt;/p&gt;
&lt;p&gt;1 NOR 1 = 0&lt;/p&gt;
&lt;p&gt;XNOR (Exclusive NOR)&lt;/p&gt;
&lt;p&gt;0 XOR 0 = 1&lt;/p&gt;
&lt;p&gt;0 XOR 1 = 0&lt;/p&gt;
&lt;p&gt;1 XOR 0 = 0&lt;/p&gt;
&lt;p&gt;1 XOR 1 = 1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231762" width="1" height="1"&gt;</description></item><item><title>re: Fixing the ModalPopup control in the AjaxControlToolKit</title><link>http://weblogs.asp.net/alessandro/archive/2007/12/27/fixing-the-modalpopup-control-in-the-ajaxcontroltoolkit.aspx#7223141</link><pubDate>Sun, 04 Oct 2009 05:18:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7223141</guid><dc:creator>rob von</dc:creator><author>rob von</author><description>&lt;p&gt;I had a play with this today. Found two issues:&lt;/p&gt;
&lt;p&gt;1. An alert in the js for the popup alert(disposing) which causes an exception. I just took it out.&lt;/p&gt;
&lt;p&gt;2. When you click edit and enter update mode, if you then close the popop with the close link, the mode stays in edit mode and the next select click brings up the updated not the edit dialog.&lt;/p&gt;
&lt;p&gt;Otherwise an interesting and worthwhile solution&lt;/p&gt;
&lt;p&gt;BTW I converted to .net 3.5 and the solution to a web project and separate control project for something to do... and the form into code behind format etc. so I could have made a mistake somewhere.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7223141" width="1" height="1"&gt;</description></item><item><title>re: Automatically reload reCAPTCHA when postingback via a partial refresh (UpdatePanel)</title><link>http://weblogs.asp.net/alessandro/archive/2008/09/09/automatically-reload-recaptcha-when-postingback-via-a-partial-refresh-updatepanel.aspx#7216701</link><pubDate>Fri, 25 Sep 2009 22:24:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7216701</guid><dc:creator>Filipp</dc:creator><author>Filipp</author><description>&lt;p&gt;Thank you! &amp;nbsp;Just what I was looking for!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7216701" width="1" height="1"&gt;</description></item><item><title>re: SiteMapPath Control and dynamic url based on querystring.</title><link>http://weblogs.asp.net/alessandro/archive/2007/09/30/sitemappath-control-and-dynamic-url-based-on-querystring.aspx#7216287</link><pubDate>Fri, 25 Sep 2009 09:46:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7216287</guid><dc:creator>Nicola</dc:creator><author>Nicola</author><description>&lt;p&gt;I all,&lt;/p&gt;
&lt;p&gt;I have the opposite problem.&lt;/p&gt;
&lt;p&gt;I have a sitemapnode with querystring in url like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;siteMapNode url=&amp;quot;~/page1.aspx?id=0&amp;quot; title=&amp;quot;MENU 1&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;When I navigate the page with browser in &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://localhost/page1.aspx"&gt;http://localhost/page1.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I cannot see the SiteMap Path like this&lt;/p&gt;
&lt;p&gt;You are in: HOME &amp;gt;&amp;gt; PAGE1&lt;/p&gt;
&lt;p&gt;Can you halp me?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7216287" width="1" height="1"&gt;</description></item><item><title>re: Part 2 : Building and binding hierarchical data from the database to the ASP.NET Navigation Controls </title><link>http://weblogs.asp.net/alessandro/archive/2008/03/01/part-2-building-and-binding-hierarchical-data-from-the-database-to-the-asp-net-navigation-controls.aspx#7208072</link><pubDate>Wed, 16 Sep 2009 13:14:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7208072</guid><dc:creator>Mr Huy</dc:creator><author>Mr Huy</author><description>&lt;p&gt;Thanks for your ideas. Why not binding data directly to the MenuItem.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7208072" width="1" height="1"&gt;</description></item><item><title>re: Reducing UpdatePanel bloat by utilizing UpdateMode="Conditional" and ChildrenAsTriggers="false"</title><link>http://weblogs.asp.net/alessandro/archive/2008/01/30/reducing-updatepanel-bloat-by-utilizing-updatemode-quot-conditional-quot-and-childrenastriggers-quot-false-quot.aspx#7199715</link><pubDate>Thu, 10 Sep 2009 19:44:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7199715</guid><dc:creator>jamesbond11</dc:creator><author>jamesbond11</author><description>&lt;p&gt;This is a good example but I ran into problems. My gridview which was working perfectly fine, had problems in paging when put in an updatepanel. It always showed the first page. When I went to second page, it showed the first page but in details view showed records from second page.&lt;/p&gt;
&lt;p&gt;Setting UpdateMode=&amp;quot;Always&amp;quot; and ChildrenAsTriggers=&amp;quot;True&amp;quot;&lt;/p&gt;
&lt;p&gt;resolved the problem.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7199715" width="1" height="1"&gt;</description></item></channel></rss>