<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>PeterBlum at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/PeterBlum/</link>
    <description>PeterBlum.com</description>

    <item>
      <title>Re: Enabling or disabling a checkbox with an uncheck condition</title>
      <pubDate>Thu, 15 Mar 2012 13:43:40 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6107</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6107</guid>
      <description>The trick here is to use two separate FieldStateControllers because there are actually two rules here. 1. Change the enabled state of the checkbox based on the</description>
    </item>
    <item>
      <title>Enabling or disabling a checkbox with an uncheck condition</title>
      <pubDate>Thu, 15 Mar 2012 01:34:34 GMT</pubDate>
      <dc:creator>urquhartr@...</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6106</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6106</guid>
      <description>&lt;des:DateTextBox AllowMonthNames=&quot;Show&quot; ID=&quot;txtExpiryDate&quot; InitiallyBlankRule=&quot;Blank&quot; runat=&quot;server&quot; DateBindableMode=&quot;TwoWay&quot;                   MaxLength=&quot;11&quot;</description>
    </item>
    <item>
      <title>Re: Find out how many controls on a page are still invalid</title>
      <pubDate>Tue, 07 Feb 2012 11:46:03 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6105</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6105</guid>
      <description>Hi Andrew, Here&#39;s some code to help. I&#39;ve made it evaluate the validation group name too. So if you want ALL, pass in the group named &quot;*&quot;. Always pass in</description>
    </item>
    <item>
      <title>Find out how many controls on a page are still invalid</title>
      <pubDate>Tue, 07 Feb 2012 03:41:32 GMT</pubDate>
      <dc:creator>acl000123</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6104</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6104</guid>
      <description>Is there a way to find out, on the client side, how many controls on a page (or in a group) are still invalid? To explain - imagine if the user clicks Submit</description>
    </item>
    <item>
      <title>Re: Possibility of Dynamic Data with EAV</title>
      <pubDate>Thu, 02 Feb 2012 15:22:31 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6103</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6103</guid>
      <description>Hi Yash, Thank you for introducing me to EAV. I just read the Wikipedia topic on it, and hopefully have a clue, although I&#39;m sure I&#39;m a beginner in this topic.</description>
    </item>
    <item>
      <title>Possibility of Dynamic Data with EAV</title>
      <pubDate>Thu, 02 Feb 2012 11:36:28 GMT</pubDate>
      <dc:creator>yashgt</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6102</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6102</guid>
      <description>Hi, I will be defining my entities to have a dynamic schema using the EAV pattern wherein I can define attributes in a AttributeMaster table and Entities in an</description>
    </item>
    <item>
      <title>Re: Clearing error text in Validators via jQuery</title>
      <pubDate>Tue, 17 Jan 2012 15:29:16 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6101</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6101</guid>
      <description>Hi Brian, The textbox itself is an &lt;input type=&#39;text&#39;&gt; tag. If you were to use ordinary javascript, the code would be: document.getElementById(&#39;id of the HTML</description>
    </item>
    <item>
      <title>Clearing error text in Validators via jQuery</title>
      <pubDate>Tue, 17 Jan 2012 05:09:18 GMT</pubDate>
      <dc:creator>brian_beaudet</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6100</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6100</guid>
      <description>I&#39;m trying to use jQuery to clear the text of a textbox and the error message of a RequiredTextValidator. I&#39;m using a very old version of VAM (3.0.4). Any</description>
    </item>
    <item>
      <title>Re: Disabling an Enabler?</title>
      <pubDate>Thu, 22 Dec 2011 00:03:34 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6099</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6099</guid>
      <description>Let&#39;s try this a different way by switching to the MultipleRequiredControlsValidator. &lt;des:MultipleRequiredControlsValidator id=&quot;id&quot; runat=&quot;server&quot; </description>
    </item>
    <item>
      <title>Disabling an Enabler?</title>
      <pubDate>Wed, 21 Dec 2011 23:44:38 GMT</pubDate>
      <dc:creator>Andy S</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6098</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6098</guid>
      <description>I have the following validator I&#39;m applying to various fields related to an address. &lt;des:MultiConditionValidator ID=&quot;AddressMCV&quot; runat=&quot;server&quot;</description>
    </item>
    <item>
      <title>Re: TreeView</title>
      <pubDate>Sat, 17 Dec 2011 18:38:48 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6097</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6097</guid>
      <description>Hi Dhan, Please describe the actual problem. You&#39;ve told me there is a treeview and a page that has &quot;DES feature&quot;. But no description of the problem and no</description>
    </item>
    <item>
      <title>(no subject)</title>
      <pubDate>Sat, 17 Dec 2011 12:02:44 GMT</pubDate>
      <dc:creator>Dhanabalan</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6096</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6096</guid>
      <description>i am using new DES and having problem with treeview control font size . this things working fine with firefox but problem with IE. my treeview control avilable</description>
    </item>
    <item>
      <title>Re: (postback err) Attempted to call Evaluate when CanEvaluate is fa</title>
      <pubDate>Wed, 14 Dec 2011 22:36:12 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6095</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6095</guid>
      <description>Hi Rob, I haven&#39;t seen a user get that before. Its probably occuring in the &lt;dessmval:CompareValidator &gt; as it attempts to handle server side validation. The</description>
    </item>
    <item>
      <title>(postback err) Attempted to call Evaluate when CanEvaluate is false.</title>
      <pubDate>Wed, 14 Dec 2011 16:48:18 GMT</pubDate>
      <dc:creator>Rob</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6094</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6094</guid>
      <description>Hi Folks We are attempting to add a row to a gridview which is inside a panel and inside 3 nested levels of repeaters (yes it&#39;s a complicated page). I am</description>
    </item>
    <item>
      <title>Re: PopupCalendar displays under ajaxToolkit:ModalPopupExtender in F</title>
      <pubDate>Tue, 29 Nov 2011 15:53:59 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://groups.yahoo.com/group/PeterBlum/message/6093</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/PeterBlum/message/6093</guid>
      <description>Hi Rob, The ModalPopupExtender has a bug in it that causes this. I reported it to MS long ago but looking at the sources, don&#39;t see its fixed. Here&#39;s my report</description>
    </item>

  </channel>
</rss>
<!-- rss2.grp.bf1.yahoo.com uncompressed Tue May 21 02:52:20 PDT 2013 -->
