I am trying to build a template that has 3 feeds embedded in it.
The reason is I need to be able to show data that is coming from three different tables in a SQL database, however I have initial data in a another three tables, and as new data is added I have the SQL SP choosing the data.
I have tried to do this a number of ways but either get
Type 'KnowBetter.XModPro.Web.Controls.Template' does not have a public property named 'Feed'.
Error or other ones that have no real context.
I think it is because of the way I have the template laid out, but can't work out the correct way to do this, I would be grateful of any advice on this please.