PC Review


Reply
Thread Tools Rate Thread

Can not bind child table in Combo box or list Box

 
 
=?Utf-8?B?Uy5TLkNob24=?=
Guest
Posts: n/a
 
      19th Nov 2004
Hi
I'm using vb.net with web service to develop a simple pocket pc app. The
web service is handling to generate a dataset with parent table and a child
table with a relation attached. My ppc app is able to get the return dataset
from the web service and is ok to bind the parent to the parent combo box
like parentcombo.datasource = ds.parentable(0) and parentcombo.displaymember
as ds.parentable(0).item("id"). BUT I can't bind the child (relation) to my
child list box which is childlistbox.datasource = ds.parentable(0)
childlistbox.displaymember = "therelationname.childfield".. I have tested
the code at normal windows form and is working fine as when I Chance the
combox box value the child list view show the related value, But it doesn't
work in ppc app.

Please help.......
--
Thanks & Best Regards
S.S.Chon
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind Property of Child-Objecty to DataGridView Pieter Microsoft C# .NET 4 27th Nov 2007 02:52 PM
Bind Property of Child-Objecty to DataGridView Pieter Microsoft VB .NET 4 27th Nov 2007 02:52 PM
Bind Property of Child-Objecty to DataGridView Pieter Microsoft ADO .NET 4 27th Nov 2007 02:52 PM
Bind Property of Child-Objecty to DataGridView Pieter Microsoft Dot NET 4 27th Nov 2007 02:52 PM
How do I bind a list in Excel to a combo box on a userform =?Utf-8?B?TWlrZU0=?= Microsoft Excel Programming 3 14th Jun 2005 01:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:13 AM.