P
Paolo
Hi all!
I have a problem, that seems rather common, but I didn't find any
soution.
I have a gridView bound to an ObjectDataSource. The selectMethod
returns a dataSet with multiple DataTable, but I can't choose which
datattable to use, it always uses the first one.- If I use the
DataMember property I get an exception saying that I can use only the
default view, which means I can't set the dataMember property.Is there
a solution? Otherwise I should use a DataSet for each table, but it
semms to me this is a big bug in the framework!
Thank you
Paolo
I have a problem, that seems rather common, but I didn't find any
soution.
I have a gridView bound to an ObjectDataSource. The selectMethod
returns a dataSet with multiple DataTable, but I can't choose which
datattable to use, it always uses the first one.- If I use the
DataMember property I get an exception saying that I can use only the
default view, which means I can't set the dataMember property.Is there
a solution? Otherwise I should use a DataSet for each table, but it
semms to me this is a big bug in the framework!
Thank you
Paolo