<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>Master Pages, Themes and Navigation Controls</title><link>http://forums.asp.net/139.aspx</link><description>Discussions of MasterPages, Themes, and other page-related features. &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=164&amp;amp;c=30" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: CheckBoxes in ASP.Net 2.0 Menu Control</title><link>http://forums.asp.net/thread/1105990.aspx</link><pubDate>Tue, 08 Nov 2005 16:37:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1105990</guid><dc:creator>dannychen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1105990.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1105990</wfw:commentRss><description>No, as you noted, the MenuItem class is sealed and cannot be inherited.&lt;BR&gt;--&lt;BR&gt;Danny</description></item><item><title>Re: CheckBoxes in ASP.Net 2.0 Menu Control</title><link>http://forums.asp.net/thread/1105489.aspx</link><pubDate>Tue, 08 Nov 2005 08:41:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1105489</guid><dc:creator>dvm_2k1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1105489.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1105489</wfw:commentRss><description>Thanks Danny, code which was given in your note has worked for me. But my question is, can we able to write a custom MenuItem control? If it is please provide us some information in order to start developing our own custom MenuItem controls which can be assigned to &amp;lt;asp:Menu&amp;gt; control usint &amp;lt;Items&amp;gt; element.&lt;BR&gt;&lt;BR&gt;Thanks&lt;BR&gt;</description></item><item><title>Re: CheckBoxes in ASP.Net 2.0 Menu Control</title><link>http://forums.asp.net/thread/1104833.aspx</link><pubDate>Mon, 07 Nov 2005 19:22:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1104833</guid><dc:creator>dannychen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1104833.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1104833</wfw:commentRss><description>I just recently got an email with this same question.&amp;nbsp; Here is my response.&lt;BR&gt;&lt;BR&gt;
&lt;DIV align=left&gt;&lt;FONT face="Courier New" color=#0000ff size=2&gt;&lt;SPAN class=609331019-07112005&gt;&amp;nbsp; You should be able to handle this with templating.&amp;nbsp; What kinds of issues did you run into?&amp;nbsp; Here is a sample I put together which I was able to capture the checking events.&amp;nbsp; Let me know if this works for you.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face="Courier New" color=#0000ff size=2&gt;&lt;SPAN class=609331019-07112005&gt;--&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face="Courier New" color=#0000ff size=2&gt;&lt;SPAN class=609331019-07112005&gt;Danny Chen&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face="Courier New" color=#0000ff size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face="Courier New" color=#0000ff size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:Menu ID="Menu1" runat="server"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DynamicItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:CheckBox ID="CheckBox1" runat="server" AutoPostBack="True" OnCheckedChanged="CheckBox1_CheckedChanged"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text='&amp;lt;%# Eval("Text") %&amp;gt;' /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DynamicItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StaticItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:CheckBox ID="CheckBox1" runat="server" AutoPostBack="True" OnCheckedChanged="CheckBox1_CheckedChanged"&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text='&amp;lt;%# Eval("Text") %&amp;gt;' /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/StaticItemTemplate&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:Menu&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;</description></item><item><title>Re: CheckBoxes in ASP.Net 2.0 Menu Control</title><link>http://forums.asp.net/thread/1104389.aspx</link><pubDate>Mon, 07 Nov 2005 09:27:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1104389</guid><dc:creator>dvm_2k1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1104389.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1104389</wfw:commentRss><description>&lt;P&gt;Hi Danny,&lt;/P&gt;
&lt;P&gt;We want to write a custom MenuItem control in ASP.Net 2.0. When we saw this URL in MSDN2 site we could able to see that the MenuItem class is a sealed class (&lt;A href="http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.menuitem.aspx"&gt;http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.menuitem.aspx&lt;/A&gt;). Is there any mechanism that we can extend this class in order to develop a new custom MenuItem control which can be recognised by the Menu control of ASP.Net 2.0. &lt;/P&gt;
&lt;P&gt;Please kindly provide us some solution in order to solve this issue.&lt;BR&gt;&lt;BR&gt;Thanks&lt;BR&gt;VDeevi.&lt;/P&gt;</description></item><item><title>Re: CheckBoxes in ASP.Net 2.0 Menu Control</title><link>http://forums.asp.net/thread/1087968.aspx</link><pubDate>Wed, 19 Oct 2005 17:13:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1087968</guid><dc:creator>dannychen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1087968.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1087968</wfw:commentRss><description>&lt;P&gt;VDeevi,&lt;BR&gt;&amp;nbsp; What would you like the checkboxes for?&amp;nbsp; You can certainly easily add checkboxes to your menu through templating for example:&lt;/P&gt;
&lt;P&gt;&amp;lt;asp:Menu ... &amp;gt;&lt;BR&gt;&amp;lt;StaticItemTemplate&amp;gt;&lt;BR&gt;&amp;lt;asp:CheckBox runat="server" id="CheckBox1" Text='&amp;lt;%# Eval("Text") %&amp;gt;' /&amp;gt;&lt;BR&gt;&amp;lt;/StaticItemTemplate&amp;gt;&lt;BR&gt;&amp;lt;/asp:Menu&amp;gt;&lt;/P&gt;
&lt;P&gt;(this is much easier to do in DesignView, click EditTemplates from the chrome menu, drag and drop your checkbox and then use the edit databindings menu)&lt;/P&gt;
&lt;P&gt;But a TreeView natively supports CheckBoxes and since both controls are very similar, perhaps it can do the job for you?&amp;nbsp;&lt;BR&gt;--&lt;BR&gt;Danny&lt;/P&gt;</description></item><item><title>CheckBoxes in ASP.Net 2.0 Menu Control</title><link>http://forums.asp.net/thread/1087572.aspx</link><pubDate>Wed, 19 Oct 2005 13:03:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1087572</guid><dc:creator>dvm_2k1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1087572.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=1087572</wfw:commentRss><description>Hi,&lt;BR&gt;&lt;BR&gt;We want to have a checkboxes onto the ASP.Net 2.0 Menu Controls. According to the information available from MSDN we could able to have a static menu items which can be bounded to SiteMap or DataSource controls. Please kindly help us in order to solve this problem.&lt;BR&gt;&lt;BR&gt;Thanks&lt;BR&gt;VDeevi.&lt;BR&gt;</description></item></channel></rss>