 




<?xml version="1.0" encoding="UTF-8"?>
<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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Dependant ComboBox</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/dependant-combobox/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 16:44:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Two dropdownlist select one change data of another list. !hELP ME OUT</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/two-dropdownlist-select-one-change-data-of-another-list-help-me-out/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/two-dropdownlist-select-one-change-data-of-another-list-help-me-out/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 08:49:39 +0000</pubDate>
		<dc:creator>Shahzeb</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Dependant ComboBox]]></category>
		<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Two dropdownlist (drpcountry &#038; drp city). i just want if i select pakistan in drpcountry other dropdownlist which is drpcity should display cities of that country it works for 1st country pk but if i select other the cities drp list dont update and show same old cities. i have true autopostback in both dropdownlist [...]]]></description>
				<content:encoded><![CDATA[<p>Two dropdownlist (drpcountry &#038; drp city). i just want if i select pakistan in drpcountry other dropdownlist which is drpcity should display cities of that country it works for 1st country pk but if i select other the cities drp list dont update and show same old cities. i have true autopostback in both dropdownlist and code is below<br />
 protected void Page_Load(object sender, EventArgs e)<br />
  {<br />
if (IsPostBack==false)<br />
    {<br />
    drpcountry.Items.Add(&#8220;Pakistan&#8221;);<br />
    drpcountry.Items.Add(&#8220;Iran&#8221;);<br />
    drpcountry.Items.Add(&#8220;Dubai&#8221;);<br />
    drpcity.Items.Add(&#8220;Islamabad&#8221;);<br />
    drpcity.Items.Add(&#8220;Karachi&#8221;);<br />
    drpcity.Items.Add(&#8220;Lahore&#8221;);<br />
    }</p>
<p>  }</p>
<p>    protected void drpcountry_change(object sender, EventArgs e)<br />
    {<br />
        drpcity.Items.Clear();<br />
        if (drpcountry.SelectedItem.Value == &#8220;Pakistan&#8221;)<br />
        {<br />
            drpcity.Items.Add(&#8220;Islamabad&#8221;);<br />
            drpcity.Items.Add(&#8220;Karachi&#8221;);<br />
            drpcity.Items.Add(&#8220;Lahore&#8221;);<br />
        }</p>
<p>        else if (drpcountry.SelectedItem.Value == &#8220;Iran&#8221;)<br />
        {<br />
            drpcity.Items.Add(&#8220;Tehran&#8221;);<br />
            drpcity.Items.Add(&#8220;Muskat&#8221;);<br />
            drpcity.Items.Add(&#8220;Damishq&#8221;);<br />
        }</p>
<p>        else<br />
        {<br />
            drpcity.Items.Add(&#8220;Doha&#8221;);<br />
            drpcity.Items.Add(&#8220;zaibi&#8221;);<br />
            drpcity.Items.Add(&#8220;inshalla go there&#8221;);<br />
        }</p>
<p>    }</p>
<p>}</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/two-dropdownlist-select-one-change-data-of-another-list-help-me-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Several multi-criteria dependant drop down lists</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/several-multi-criteria-dependant-drop-down-lists/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/several-multi-criteria-dependant-drop-down-lists/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:08:18 +0000</pubDate>
		<dc:creator>BenBritton</dc:creator>
				<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[Database programming]]></category>
		<category><![CDATA[Dependant ComboBox]]></category>
		<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am designing a database for product which will have seven different combo boxes. with each selection in each combo box needing to limit what is available in the others. Can some body please help?]]></description>
				<content:encoded><![CDATA[<p>I am designing a database for product which will have seven different combo boxes. with each selection in each combo box needing to limit what is available in the others. Can some body please help?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/several-multi-criteria-dependant-drop-down-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.023 seconds using memcached
Object Caching 389/422 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 16:46:26 -->