I am trying to bind a datagrid to a dataset that is returned via a
function. Public Function RetrieveList(By Ref r_DataSet As DataSet)
that sets the dataset that is passed by reference. When I try to bind
the datagrid to the dataset I get the following error "IListSourc e
does not contain any data sources."
function. Public Function RetrieveList(By Ref r_DataSet As DataSet)
that sets the dataset that is passed by reference. When I try to bind
the datagrid to the dataset I get the following error "IListSourc e
does not contain any data sources."
Comment