Did you mean you can't get any data when retrieving data via typed dataset? To get data from two tables, I recommend to write a joined stored procedure in database since joined query isn't supported in typed dataset. BTW, you have to ensure the stored procedure is correct and can get the expected data. Thanks.
↧