iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I populate WebCombo manually:
Dim row As WebComboRow
wcbo.Columns.Add("Column0")
row = New WebComboRow()
row.Cells.Add(New WebComboCell())
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
Hello Ellen,
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.
Regards,Handy
Hi Handy,
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)?
Handy,
I got it. Thanks,
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname