﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - ComboBox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ComboBox/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ComboBox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ComboBox/</link><pubDate>Wed, 26 Sep 2012 22:35:40 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;Please forgive me for lack of understanding about the reported problem.&lt;br /&gt;&lt;br /&gt;Could you please provide me more detail information about your current project?&lt;br /&gt;What product that you use? Is that WebGrid or WebCombo product?&lt;br /&gt;&lt;br /&gt;If you use WebCombo, you could use this snippet javascript code:&lt;br /&gt;&lt;pre&gt;function GetSelectedRow() {    var WebCombo1 = ISGetObject("WebCombo1");
    var result = WebCombo1.Value
    alert(result);
}&lt;/pre&gt;
&lt;p&gt;Please have review on my sample and let me know your response.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;
</description></item><item><title>ComboBox</title><link>http://www.intersoftsolutions.com/Community/WebGrid/ComboBox/</link><pubDate>Wed, 26 Sep 2012 12:04:58 GMT</pubDate><dc:creator>Randine</dc:creator><description>&lt;p&gt;How do I get the selected value in c# from the selected code below. using c#&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;ComboBox Grid.Column="2" Grid.Row="11" Height="29" HorizontalAlignment="Left" Margin="88,3,0,0" Name="strDOBMM" VerticalAlignment="Top" Width="103" BorderBrush="#FF3A9ADF"&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="January" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="Feburary" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="March" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="April" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="May" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="June" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="July" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="August" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="September" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="October" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="November" /&amp;gt;&lt;br /&gt; &amp;lt;ComboBoxItem Content="December" /&amp;gt;&lt;br /&gt; &amp;lt;/ComboBox&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I've tried .selectedvalue and .selecteditem and neither works.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>