Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to bind and select referential values
Message
From
27/11/2008 01:40:08
León Carpay
Carpay Automatisering
Netherlands
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
How to bind and select referential values
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01364349
Message ID:
01364349
Views:
65
Hi,

I (newbie) am trying to get a windowsform to display a contact (say Leon) and the name of the firm he is working for (say VEH). The info of both the contact and the firm are in the same table (Contact). The table looks like this:
[ContactID],
[Forename],
[Surname],
[Name],
[IsPerson],
[QualityID],
[BizzContactID]

Question-part: what is the way to go to CRUD the value for [BizzContactID]? What I want is to display the name of the [BizzContactID] ( = VEH in this example) and be able to choose from a list. I've been experimenting with the mmPicker but can't get it to work in this databound situation.

I'll be facing the same problem with the [QualityID]...
gr leon
Next
Reply
Map
View

Click here to load this message in the networking platform