After lots of messing about, I finally found how to do this with the following method:
Include="tbl_Users" Where="it.Category_ID = @CategoryID">
When outputt to a control you will need to use something along the lines of the related data, everything else you can reference as normal with eval:
By <%# Eval("tbl_Users.User_Displayname")%>
To give you more of an idea of the database structure, here is a screenshot:
I will try to elaborate further in the future, but unfortunatley I am extremely busy lately.
Hope this helps as I know it was driving me up the wall at one point.
No comments:
Post a Comment