Sunday, March 11, 2012

Yet another nested repeater newbie

Hi,Woppie:

ds.Relations.Add("myrelation", _
Line 17: ds.Tables("Links").Columns("ParentCategory"), _
Line 18: ds.Tables("tblRegions").Columns("ID"))"

I do not see the datatable Links and tblRegions in your ds above.

According to the following code you have, i suppose the name of the datatable is ParentCategory and ID.

cmd1.Fill(ds, "ParentCategory")

cmd2.Fill(ds, "ID")

No comments:

Post a Comment