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 found this site with example:
http://www.intersoftpt.com/Support/WebCombo/KB/Various-WebCombo-Samples/
Bind WebCombo with a DataTable as the DataSource
WebCombo is bounded programmatically during runtime with a DataTable as the DataSource. The ComboMode configuration, DataTextField and DataValueField are all configured in InitializeLayout event.Download Sample
but link download sample on this site not running correctly.
We are sorry, but the page you are looking for cannot be found or has been removed from Intersoft Solutions web site.
Does anyone have an example program to connect a DataTable to WebCombo ?
I wrote a code that gives me control to the form, but when you try to display a list of records from a DataTable I get an error - the list of folders and files an application.
ISNet.WebUI.WebCombo.WebCombo wc = new ISNet.WebUI.WebCombo.WebCombo(); wc.ID = "1"; wc.DataTextField = "tekst"; wc.DataValueField = "wartosc"; wc.DataSource = datatable; wc.DataBind(); wc.LayoutSettings.AlwaysShowAllRowsOnDropdown = true; wc.LayoutSettings.StatusBoxVisible = false;
In attach files screens,
error occurs when you want to display a list of records
Hello,I apologize for any inconvenience this problem may have caused you.Here’s I attached the WebCombo sample that bounded programmatically with DataTable as the DataSource.Please kindly have review on the sample and please let me know your response.Hope this helps.Thank you.Regards,Hans.
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