version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I have a scenario that is very similar to this one:
http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=11386
In that scenario, I was advised to select an alternative relation.
It worked fine.
The thing is, the typedList that I want to create is based on the SAME database table.
However, for whatever reason, I can't find the correct relation.
As far as I can see, I have set up the typedList correctly.
In the "relation Description", it should say:
tblDog.SIREId -father.dogId (m:1)
yet it says
tblDog.DAMId -father.dogId (m:1)
I have tried going ahead and databinding, but it does indeed bind to "damId", instead of "sireId"
Any suggestions?
As I say, I have a very similar typedList that works, and it hits the same scema as the one that's cuasing me the hassles :=(
many thanks,
yogi