J
jaro
Hi
I've simple scenario. I've win form with text edit bound to my dataset
object. this dataset has one table with one column (datasource for my edit).
Everything works fine, but when I clear my Dataset anf fill it again (from
web service) my text edit lose binding (doesn't display valid value).
I know that I should call SusspendBinding and ResumeBinding but what is
realy happend?
Why it doesn't work without these two methods?
Thanks
Shark
I've simple scenario. I've win form with text edit bound to my dataset
object. this dataset has one table with one column (datasource for my edit).
Everything works fine, but when I clear my Dataset anf fill it again (from
web service) my text edit lose binding (doesn't display valid value).
I know that I should call SusspendBinding and ResumeBinding but what is
realy happend?
Why it doesn't work without these two methods?
Thanks
Shark