﻿<?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 - WebCombo - Unbound WebCombo: How to get a Value, not Text</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unbound-WebCombo-How-to-get-a-Value-not-Text/</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>Unbound WebCombo: How to get a Value, not Text</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unbound-WebCombo-How-to-get-a-Value-not-Text/</link><pubDate>Wed, 25 Aug 2010 12:27:11 GMT</pubDate><dc:creator>ellpan</dc:creator><description>&lt;p&gt;Handy,&lt;/p&gt;
&lt;p&gt;I got it. Thanks,&lt;/p&gt;
&lt;p&gt;Ellen&lt;/p&gt;</description></item><item><title>Unbound WebCombo: How to get a Value, not Text</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unbound-WebCombo-How-to-get-a-Value-not-Text/</link><pubDate>Wed, 25 Aug 2010 12:14:18 GMT</pubDate><dc:creator>ellpan</dc:creator><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;If this is a case, what if I use MultipleColumns mode: the 1st column will have a Text and the 2nd column will have a Value. If I select a row,  how can I specify a column that I need a Text from (a column that will have a Value)?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ellen &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Unbound WebCombo: How to get a Value, not Text</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unbound-WebCombo-How-to-get-a-Value-not-Text/</link><pubDate>Wed, 25 Aug 2010 11:48:00 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Ellen,&lt;/p&gt;&lt;p&gt;It is a default behaviour in unbound WebCombo. You could not get the value. However, if you bind WebCombo and use PopulateUnbound, you can retrieve the value.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Unbound WebCombo: How to get a Value, not Text</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unbound-WebCombo-How-to-get-a-Value-not-Text/</link><pubDate>Wed, 25 Aug 2010 11:24:32 GMT</pubDate><dc:creator>ellpan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I populate WebCombo manually:&lt;span style="font-family: consolas; color: #0000ff"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; color: blue; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;Dim&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt; row &lt;/span&gt;&lt;span style="color: blue"&gt;As&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #2b91af"&gt;WebComboRow&lt;/span&gt;&lt;span style="color: blue"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;wcbo.Columns.Add(&lt;/span&gt;&lt;span style="color: #a31515"&gt;"Column0"&lt;/span&gt;&lt;span style="color: #000000"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;row = &lt;/span&gt;&lt;span style="color: blue"&gt;New&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #2b91af"&gt;WebComboRow&lt;/span&gt;&lt;span style="color: #000000"&gt;()&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;row.Cells.Add(&lt;/span&gt;&lt;span style="color: blue"&gt;New&lt;/span&gt;&lt;span style="color: #000000"&gt; &lt;/span&gt;&lt;span style="color: #2b91af"&gt;WebComboCell&lt;/span&gt;&lt;span style="color: #000000"&gt;())&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #a31515"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;row.Cells(0).Text = &lt;span style="color: #a31515"&gt;"Job Lookup"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; 

&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;&lt;span style="color: #a31515"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;row.Cells(0).Value = &lt;span style="color: #a31515"&gt;"/Jiva/job/JobLookup.aspx"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;wcbo.Rows.Add(row)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;When I try to get the Value back, it gives me the Text &lt;span style="color: #a31515"&gt;"Job Lookup"&lt;/span&gt; instead of &lt;span style="color: #a31515"&gt;&lt;span style="color: #a31515"&gt;"/Jiva/job/JobLookup.aspx".&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Dim HomePage As String = wcboHomePage.Value&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;How to get a Value when it is different from a Text?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ellen&lt;/p&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin: 0in 0in 0pt"&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="font-family: consolas; font-size: 10pt; mso-bidi-font-family: 'lucida sans unicode'"&gt;&lt;span style="color: #000000"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description></item></channel></rss>