<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[How Do I:] Use the ASP.NET AJAX DropDown Control?</title><link>http://asp.net</link><pubDate>Fri, 19 Aug 2011 16:01:35 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Use the ASP.NET AJAX DropDown Control?</description><language>en</language><atom:link href="http://asp.net/rss/comments/33577" rel="self" type="application/rss+xml" /><item><title>Comment Posted by vasireddybharathreddy</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Mon, 28 Jul 2008 15:59:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001284</guid><description><![CDATA[ <p>Hi,</p> <p> &#160; &#160; If I want to change the backcolor/forecolor of the label </p> <p>&quot;Select an option&quot; how can i do that. I tried all the options, but i am unable to change the backcolor. Can any one please tell me how to do that exactly.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/vasireddybharathreddy.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Wed, 06 Aug 2008 14:48:45 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001285</guid><description><![CDATA[ <p>Very good tutorial.....thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by alexanderhowell</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Thu, 14 Aug 2008 06:42:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001286</guid><description><![CDATA[ <p>Shame they don&#39;t work inside bound controls... :(</p> <p>&quot;The Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% ... %&gt;).&quot;</p> <p> Source File: &#160;C:\dev\AjaxControlToolkit\ExtenderBase\ScriptObjectBuilder. cs &#160; &#160;Line: &#160;295 </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/alexanderhowell.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by qasimali84</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Wed, 24 Sep 2008 06:42:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001287</guid><description><![CDATA[ <p>I have developed website in VS 2005 and recently I make this website Ajax Enabled. I Put Script Manager in Master Page and added UpdatePanel in .aspx page using that Master Page.</p> <p>My dropdownlist AsyncPostBackTrigger deos not work. </p> <p>Thanks in Advance</p> <p>My Code is as follow.</p> <p> &lt;asp:UpdatePanel ID=&quot;UpdatePanelDDL&quot; runat=&quot;server&quot; &gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;asp:DropDownList ID=&quot;drpTypeOfPatient&quot; runat=&quot;server&quot; BackColor=&quot;WhiteSmoke&quot; Font-Size=&quot;10pt&quot;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;Width=&quot;160px&quot; DataTextField=&quot;TypeDesc&quot; DataValueField=&quot;TypeOfPatientId&quot; OnSelectedIndexChanged=&quot;drpTypeOfPatient_SelectedIndexChang ed&quot; AutoPostBack=&quot;True&quot;&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/asp:DropDownList&gt; </p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/ContentTemplate&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;Triggers&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;asp:AsyncPostBackTrigger ControlID=&quot;drpTypeOfPatient&quot; EventName=&quot;SelectedIndexChanged&quot; /&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/Triggers&gt; </p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/asp:UpdatePanel&gt; &#160;</p> <p>Please help me.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/qasimali84.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by joerbanno</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Fri, 26 Sep 2008 04:01:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001288</guid><description><![CDATA[ <p>Hi </p> <p>I just want to say, that I love this How Do I video collection.</p> <p>It&#39;s a great starting point.</p> <p>Thank you very much.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/joerbanno.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Arni06</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Tue, 14 Oct 2008 04:58:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001289</guid><description><![CDATA[ <p>gasimali84: update the page directive as below</p> <p>&lt;%@ Page Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; EnableEventValidation=&quot;false&quot; ... %&gt;</p> <p>This should fix you problem.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Arni06.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by djibril_chimere_DIAW</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Fri, 23 Jan 2009 09:56:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001290</guid><description><![CDATA[ <p>Thanks ! J&#235;r&#235;j&#235;f!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/djibril_chimere_DIAW.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by abinashbishoyi</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Thu, 02 Apr 2009 20:10:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001291</guid><description><![CDATA[ <p>Thanks I&#39;m just looking for that.</p><p>Thanks Again.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/abinashbishoyi.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by vinaybaliyan</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Sun, 05 Apr 2009 08:35:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001292</guid><description><![CDATA[ <p>How can i add options dynamically to this dropdown?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/vinaybaliyan.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by royabash</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Thu, 16 Apr 2009 00:59:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001293</guid><description><![CDATA[ <p>this is great</p><p>How can i add details from dropdown list to database?</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/royabash.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by waa_iiui</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Wed, 20 Apr 2011 05:45:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012884</guid><description><![CDATA[ <p>good</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/waa_iiui.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by grinnellja</title><link>http://asp.net/web-forms/videos/ajax-control-toolkit/how-do-i-use-the-aspnet-ajax-dropdown-control</link><pubDate>Fri, 19 Aug 2011 16:01:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013995</guid><description><![CDATA[ <p>How can I get the options in my dropdown list to display a modalpopupextender? </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/grinnellja.jpg?forceidenticon=false&amp;dt=635045886600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>