Unbound WebCombo: How to get a Value, not Text

3 replies. Last post: August 25, 2010 1:11 PM by Ellen
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Ellen Member

Hi,

I populate WebCombo manually:

Dim row As WebComboRow

wcbo.Columns.Add("Column0")

row = New WebComboRow()

row.Cells.Add(New WebComboCell())

row.Cells(0).Text = "Job Lookup"

row.Cells(0).Value = "/Jiva/job/JobLookup.aspx"

wcbo.Rows.Add(row)

When I try to get the Value back, it gives me the Text "Job Lookup" instead of "/Jiva/job/JobLookup.aspx".

Dim HomePage As String = wcboHomePage.Value

How to get a Value when it is different from a Text?

Thanks,

Ellen

 

 

 

 

 

All times are GMT -5. The time now is 4:23 PM.
Previous Next