Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Data Binding
posted

Hi

Can I bind single row of a dataset table to more than one properties of a control?

I am currrtly binding three properties of a control to dataset single row. Properties value are showing correctly, but when I am updating properties, then same is not reflecting in dataset. When I tried to debug, i found that only first property value is geeting updated to dataset, but for other two its going into getter first, then setter. Three properties are of same type and three columns in dataset are also of same type...There is nothing different in them

Please help if there is something that I need to do for same

 

Thanks

Narinder

Parents
No Data
Reply
  • 69832
    Offline posted

    It might help to know which control(s) are players in this, and what data types are being bound. If you can post a sample project that demonstrates the issue and we can take a closer look.

Children
No Data