Click here to Skip to main content
15,879,535 members

Comments by Miguelribeiro (Top 5 by date)

Miguelribeiro 25-Oct-12 4:53am View    
Doesn't Work
Miguelribeiro 25-Oct-12 4:05am View    
do you want to validate, a user against your domain before saving the record to sql ?
Miguelribeiro 25-Oct-12 3:55am View    
Do you have any data bindings,
how must the change be implemented.
Must the change occur while users are utilizing the system ??
Miguelribeiro 8-Oct-12 5:21am View    
Hi,
ive tried that and still no luck,
Miguelribeiro 8-Oct-12 4:40am View    
HI Erik,
Windows forms,

navUserGroupings.DataSource = userGrouping;
groupComboBox.DisplayMember = "Group.GroupName";
groupComboBox.ValueMember = "Group.ID";

and im using component one input panel control