hi dear friends,
i have created self servicing class using llblgen pro 3.0 and then i add that class to my vs2010 c# project and then i add the collection class to my form using toolbox called lets say "CertificateMasterCollection1" and then i place a binding source control on to the form.
i bound that binding source control's datasource property to CertificateMasterCollection1 and placed some controls on to the form and bind each controls using editvalue property with binding source control's fields
upto this everything works fine, records are binded and navigation also works fine.
my problem is i assign some other field values on one combobox selection (from master table).
when i select some value in combobox it brings values from master table and assign the values to other controls on the form.upto this it is also ok
but but but when i press tab (leave combobox control) the fields, assign using combobox dropdown are goes blank
what is the reason behind this ?
have i to assign these values to (binding source's or CertificateMasterCollection1) currently added record if yes then how to get the current record ?
if is there any other solution please provide me
thanks in advance