datagrid it's not showing relationships

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I have a strong type dataset. I have populated data in it. I added
relationships because the generated code it's not including it.

My problem is that I added the relations for some tables, not all of them
but when binding the datagrid the relationships are not appearing.

What can I do ?
 
First, verify that you have the correct rows and columns for each of the
tables you expect ie myDataSet.TablesName.Rows.Count, "".Columns.Count

Then, check what you're binding to - to the dataset, a table etc. Also are
you in ASP.NET - if so remember to call databind. Finally make sure you
aren't getting any exceptions (constraints, timeouts etc)
 
Back
Top