<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>Combo Box</title><link>http://www.asp.net</link><pubDate>Sun, 18 Mar 2012 11:28:23 GMT</pubDate><generator>umbraco</generator><description>Comments for Combo Box</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33593" rel="self" type="application/rss+xml" /><item><title>Comment Posted by haithemara</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Thu, 14 May 2009 14:57:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002029</guid><description><![CDATA[ <p>Good video. Thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/haithemara.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by wass</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Thu, 14 May 2009 16:17:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002030</guid><description><![CDATA[ <p>Adding new item to DB is the main value of ComboBox. But this is not covered.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/wass.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jsalinase</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Thu, 14 May 2009 19:04:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002031</guid><description><![CDATA[ <p>Nice, thanks for the video.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jsalinase.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Fri, 15 May 2009 14:11:30 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002032</guid><description><![CDATA[ <p>wass - you would add a value entered into the combobox the same way you would add a value from any control. </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nisarkhan</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Sat, 16 May 2009 00:49:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002033</guid><description><![CDATA[ <p>Joe,</p><p>when MS is planning to have Multi-Combobox ? i&#39;m so surprised that MS do not have the control.</p><p></p><p>also, i can use the ajax combobox NOT standard control with cascading-dropdownlist ?</p><p></p><p>thanks.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/nisarkhan.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by junior8822</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Wed, 20 May 2009 03:53:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002034</guid><description><![CDATA[ <p>Joe,</p><p></p><p>I think I found a bug with this control. After post-back, there seems to be no way to clear the previously selected (or entered) value. I&#39;ve tried the following in a code-beside Button_Click event:</p><p></p><p>ComboBox1.ClearSelection();</p><p></p><p>and</p><p></p><p>ComboBox1.SelectedValue = &quot;&quot;;</p><p></p><p>and</p><p></p><p>ComboBox1.Text = &quot;&quot;;</p><p></p><p>I&#39;ve even re-bound the data to the control. The previously selected value always remains. This is problematic for me. I have a page where the user can enter an address and click Save. I then want to clear the control&#39;s value out to allow a new address to be entered. Any tips or work-arounds would be VERY appreciated.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/junior8822.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ukbrown</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Tue, 26 May 2009 15:42:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002035</guid><description><![CDATA[ <p>I&#39;m having the same problem.</p><p></p><p>I have three combo boxes, each of the first two cause a postback &amp; filter the items in the following combo boxes.</p><p>The selectedindex seems to be remembered between the postbacks. The newly populated combo box displays the item at the same position as was shown on the previous page. If that position doesnot exist in the new list then the previous text value is still shown until an item is selected.</p><p>Setting SelectedIndex to -1 or 0 has no effect.</p><p></p><p>Any help would be appreciated.</p><p></p><p>Dave</p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ukbrown.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dotnetruler</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Wed, 27 May 2009 01:05:57 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002036</guid><description><![CDATA[ <p>Hi i am trying use Ajax Combobox. The autopost back is not working if i use that control inside an update panel.. is this a bug or are there a way around this </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/dotnetruler.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by dotnetruler</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Wed, 27 May 2009 15:56:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002037</guid><description><![CDATA[ <p>I found a new thing.. when ever u enter something in the combo box and if u r doing backspace button click.. its not doing any thing, seems like its a javascript bug for firefox.. its workign good in IE</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/dotnetruler.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prakash.gupta83@hotmail.com</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Thu, 11 Jun 2009 12:25:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002038</guid><description><![CDATA[ <p>hi</p><p>I also have the same problem.</p><p>I have two combo boxes cboCity and cboState whenever I selected city from cboCity then I change State from cboState then I want to set city combo blank I tried following methods-</p><p>cboCity.SelectedIndex = 0</p><p>cboCity.SelectedIndex = -1</p><p>cboCity.SelectedValue = string.Empty</p><p>cboCity.SelectedIndex = 0</p><p>cboCity.ClearSelection()</p><p>cboCity.Items.Clear()</p><p>but nothing is working it always shows previous selected value.</p><p>Please help</p><p>Thanks</p><p>Prakash Gupta</p><p></p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/prakash.gupta83@hotmail.com.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by thewire</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Fri, 12 Jun 2009 18:47:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002039</guid><description><![CDATA[ <p>joe- do you know the css used on the ajax demo page to put the combo box in WindowsStyle?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/thewire.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by thewire</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Fri, 12 Jun 2009 19:46:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000002040</guid><description><![CDATA[ <p>nevermind, i found it in the sample website downloadable on codeplex. thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/thewire.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prasad07</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Wed, 23 Jun 2010 08:24:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009196</guid><description><![CDATA[ <p>nice presentation</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/prasad07.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by hav0c</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Wed, 02 Mar 2011 09:55:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012307</guid><description><![CDATA[ <p>Nicely done on the video !</p><p></p><p>I am not going to double post so i am revering you to the link below</p><p></p><p><a rel="nofollow" href="http://forums.asp.net/p/1541312/4323846.aspx/1?Re+AJAX+Combobox+alignment+issue" target="_blank">forums.asp.net/</a></p><p></p><p>Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/hav0c.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rpg123</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Thu, 05 May 2011 07:15:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000013075</guid><description><![CDATA[ <p>I have two combo boxes on the same page, the first one works fine but the second just gets rendered as a standard text box and doesn&#39;t do anything? If I switch the order round it stays the same, the first one works (which previously didn&#39;t) and the second (which did work) now does nothing. Can anyone help me with this? Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/rpg123.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ELO55</title><link>http://www.asp.net/web-forms/videos/ajax-control-toolkit/combo-box</link><pubDate>Sun, 18 Mar 2012 11:28:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015145</guid><description><![CDATA[ <p>Thansk Joe, how to make the combo box multiselection (with checkboxes in tevery item)?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ELO55.jpg?forceidenticon=false&amp;dt=635051118000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>