<?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>ASP.NET AJAX UI</title><link>http://forums.asp.net/1008.aspx</link><description>Here you can discuss UI-related issues with AJAX such as controls and client-side functionality including Silverlight controls for ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2551202.aspx</link><pubDate>Mon, 11 Aug 2008 23:32:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2551202</guid><dc:creator>bcweed966</dc:creator><author>bcweed966</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2551202.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2551202</wfw:commentRss><description>&lt;p&gt;in this post of yours you say something about using a dropdown control instead of a label for the driopdownextender control.&lt;/p&gt;
&lt;p&gt;I was wandering how you get the text to display in the dropdown? which property you use for the text of the selection to be displayed as the selection that was made..&lt;/p&gt;
&lt;p&gt;Also have you found a way for the dropdown to look exactly like the extender looks like when hovered? I mean the same css ans style because I only get the default style of the dropdown o display&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2526844.aspx</link><pubDate>Thu, 31 Jul 2008 04:57:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2526844</guid><dc:creator>KristoferA</dc:creator><author>KristoferA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2526844.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2526844</wfw:commentRss><description>&lt;p&gt;Make sure you emit the behavior ID from the server - that way it will work if your control is inside any type of naming container, master page etc. If you hardcode it in client side code&amp;nbsp;you need to take care to handle any container name prefixes.&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2523139.aspx</link><pubDate>Tue, 29 Jul 2008 20:18:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2523139</guid><dc:creator>vikram81</dc:creator><author>vikram81</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2523139.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2523139</wfw:commentRss><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I am not able to make DropDownExtender always visible.I used the same line of code with just putting my control ids,nothing works..&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you send me the code lines , just want to see where i miss.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vicky.&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2267253.aspx</link><pubDate>Mon, 31 Mar 2008 20:43:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2267253</guid><dc:creator>caitny</dc:creator><author>caitny</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2267253.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2267253</wfw:commentRss><description>&lt;p&gt;Is there a workaround to make the arrow always visible but not the arrow highlight color?&amp;nbsp; Or at least add an identical arrow to the label in the exact position as the hover arrow?&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2179946.aspx</link><pubDate>Mon, 18 Feb 2008 14:48:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2179946</guid><dc:creator>huracan</dc:creator><author>huracan</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2179946.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2179946</wfw:commentRss><description>&lt;p&gt;you can also use a dropdownlist or html select with runat=server instead of a label. dropdown will always be visible.&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2172507.aspx</link><pubDate>Thu, 14 Feb 2008 08:05:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2172507</guid><dc:creator>KristoferA</dc:creator><author>KristoferA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2172507.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2172507</wfw:commentRss><description>&lt;p&gt;...and if you want it to always show the dropdown overlay (not only when the extended control has focus) then this will do it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;function someControlID_pageLoad()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; $find(&amp;#39;someControlID_ddeDropdownExtender&amp;#39;).unhover = doNothing;&lt;br /&gt;&amp;nbsp; $find(&amp;#39;someControlID_ddeDropdownExtender&amp;#39;)._dropWrapperHoverBehavior_onhover();&lt;br /&gt;}&lt;br /&gt;function doNothing() {}&lt;/p&gt;
&lt;p&gt;Sys.Application.add_load(someControlID_pageLoad);&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2161341.aspx</link><pubDate>Fri, 08 Feb 2008 11:10:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2161341</guid><dc:creator>KristoferA</dc:creator><author>KristoferA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2161341.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2161341</wfw:commentRss><description>&lt;p&gt;Here&amp;#39;s a script workaround. In my case I only display the overlay when the control has focus, but you could call the hover at pageLoad and again after unhover if you want to make the dropdown overlay always visible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txtHedgingType.Attributes.Add(&amp;quot;onfocus&amp;quot;, &amp;quot;$find(&amp;#39;&amp;quot; + ddeHedgingType.BehaviorID + &amp;quot;&amp;#39;)._dropWrapperHoverBehavior_onhover();&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txtHedgingType.Attributes.Add(&amp;quot;onblur&amp;quot;, &amp;quot;$find(&amp;#39;&amp;quot; + ddeHedgingType.BehaviorID + &amp;quot;&amp;#39;)._dropWrapperHoverBehavior_onunhover();&amp;quot;);&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2116486.aspx</link><pubDate>Thu, 17 Jan 2008 21:38:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2116486</guid><dc:creator>dguisinger</dc:creator><author>dguisinger</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2116486.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2116486</wfw:commentRss><description>&lt;p&gt;I think you misunderstood the question.&lt;/p&gt;&lt;p&gt;I want the box around the text and the drop down arrow to always be visible, not just when someone mouses over it.&amp;nbsp; The functionality of DropDownExtender is ass backwards....&amp;nbsp; It only displays the box and arrow when you hover over the text, how is anyone supposed to know that there is functionality there?&lt;/p&gt;&lt;p&gt;My current work around was copying all the HTML generated by the DropDownExtender which is displayed during hover and placed it around the ASP.NET label, but that is the wrong way to go about doing it....&lt;/p&gt;&lt;p&gt;DropDownExtender should have a DisplayMode = Hover or Always... not for the panel or control it displays when clicked, but for indication that there is something to click on.&lt;/p&gt;&lt;p&gt;&amp;nbsp;This functionality I cannot find, whether I look through the code or the documentation or these forums....&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2101485.aspx</link><pubDate>Thu, 10 Jan 2008 12:48:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2101485</guid><dc:creator>Jin-Yu Yin - MSFT</dc:creator><author>Jin-Yu Yin - MSFT</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2101485.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2101485</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your post!&lt;/p&gt;
&lt;p&gt;I think that if you want keep it always visible, you should not use DropDownExtender.&lt;/p&gt;
&lt;p&gt;I suggest you use &lt;a id="ctl00_SamplesLinks_ctl01_SamplesLink" href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AlwaysVisibleControl/AlwaysVisibleControl.aspx"&gt;AlwaysVisibleControl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;</description></item><item><title>How to make DropDownExtender box and arrow always visible</title><link>http://forums.asp.net/thread/2091154.aspx</link><pubDate>Fri, 04 Jan 2008 19:04:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2091154</guid><dc:creator>dguisinger</dc:creator><author>dguisinger</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2091154.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=2091154</wfw:commentRss><description>&lt;p&gt;Is there a way to make the DropDownExtender&amp;#39;s box always visible?&lt;/p&gt;&lt;p&gt;Having a label that you mouse over to see the arrow and box appear is not intuitive AT ALL. No one would ever know just by looking at the page that there is some form of functionality to it.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>