Question BindingNavigatorAddNewItem

lacja

Member
Joined
Dec 10, 2011
Messages
6
Programming Experience
Beginner
Hi,

I've a form with many comboboxes.

When I press "plus" sign to add a record, each field are blanked. Fine!

Is there a trick to, after field have been blanked, change automatically the content of a combobox and select a "default" value

Thanks

Please, take note that I'm a beginner in vb.net
 
It's nothing to do with the ComboBox. If you want default values then you set them in the row created. If it's to be the same value every time then I'd tend to set the DefaultValue property of the DataColumn bound to that control.
 
Back
Top