<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [SOLVED] Finding each control with same ID</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [SOLVED] Finding each control with same ID]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 20:23:23 +0000</pubDate>
  <lastBuildDate>Mon, 09 Aug 2010 11:36:08 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=17081</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[SOLVED] Finding each control with same ID : Glad to help!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59708&amp;title=solved-finding-each-control-with-same-id#59708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 17081<br /><strong>Posted:</strong> 09 August 2010 at 11:36am<br /><br />Glad to help!]]>
   </description>
   <pubDate>Mon, 09 Aug 2010 11:36:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59708&amp;title=solved-finding-each-control-with-same-id#59708</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Finding each control with same ID : Thank you. This is exactly what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59701&amp;title=solved-finding-each-control-with-same-id#59701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 17081<br /><strong>Posted:</strong> 09 August 2010 at 9:58am<br /><br />Thank you. This is exactly what I was looking for!<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jpbro" alt="Originally posted by jpbro" style="vertical-align: text-bottom;" /> <strong>jpbro wrote:</strong><br /><br />I think you should be using Actions in this case - check out the Actions sample that comes with the suite.With actions, you can associate multiple controls with a single action, and then enable/disable an action and all of the associated controls will be enabled/disabled accordingly.<br /></td></tr></table> ]]>
   </description>
   <pubDate>Mon, 09 Aug 2010 09:58:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59701&amp;title=solved-finding-each-control-with-same-id#59701</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Finding each control with same ID : I think you should be using Actions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59686&amp;title=solved-finding-each-control-with-same-id#59686</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 17081<br /><strong>Posted:</strong> 07 August 2010 at 4:07pm<br /><br />I think you should be using Actions in this case - check out the Actions sample that comes with the suite.<br><br>With actions, you can associate multiple controls with a single action, and then enable/disable an action and all of the associated controls will be enabled/disabled accordingly.<br>]]>
   </description>
   <pubDate>Sat, 07 Aug 2010 16:07:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59686&amp;title=solved-finding-each-control-with-same-id#59686</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Finding each control with same ID : I am using RibbonBar and directly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59685&amp;title=solved-finding-each-control-with-same-id#59685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 17081<br /><strong>Posted:</strong> 07 August 2010 at 3:27pm<br /><br />I am using RibbonBar and directly on it I have a checkbox control to "Enable XYZ" and ID_OPTION_ENABLE_XYZ.<br /><br />I also have a "Options" popup control and a button control there is also "Enable XYZ" and ID_OPTION_ENABLE_XYZ.<br /><br />I thought that if I use same ID (as they are really same) that when I use "FindControl" method, it would toggle the Checked property for both of them. But it only finds one and the other isn't toggled.<br /><br />1) Is it a bad idea to have same ID?<br />2) I thought about using a for each loop on the commandbars objects, checking the ID and checked state but I don't think that's very efficient. How do I <strong>efficiently</strong> find all controls with same ID and toggle them?]]>
   </description>
   <pubDate>Sat, 07 Aug 2010 15:27:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17081&amp;PID=59685&amp;title=solved-finding-each-control-with-same-id#59685</guid>
  </item> 
 </channel>
</rss>