I
Isaac Abraham
Hiya,
I'm mucking around with .net 2, and experimenting with the BindingSource
control. I've set the datasource to a dataset and set the datamember
property as the table (or perhaps i've directly set the datasource to
the table and left the datamember as null). When I run the Clear()
method on the BindingSource, I get an exception from the runtime saying
that the clear method cannot be used on the underlying datasource.
Any ideas what I'm doign wrong?
Thanks
I'm mucking around with .net 2, and experimenting with the BindingSource
control. I've set the datasource to a dataset and set the datamember
property as the table (or perhaps i've directly set the datasource to
the table and left the datamember as null). When I run the Clear()
method on the BindingSource, I get an exception from the runtime saying
that the clear method cannot be used on the underlying datasource.
Any ideas what I'm doign wrong?
Thanks