Group: Forum Members
Posts: 17,
Visits: 81
|
This is so simple I probably just need to be pointed to an area in the manuals, but I cannot seem to find the answer on my own.
I've got a ListView on a WebForm with the following PopulationDataSourceSettings:
<PopulationDataSourceSettings BusinessObjectType="BusinessObjects.AttributeNameType"
DisplayFieldNames="Name|TypeName|AttributeNameID|" MethodToExecute="FillByEntityTypeIDAndEntityID;System.Int32,System.Int32">
When I look at the SQL Debugging I see that the query was executed but with 0's in the where clause where the EntityTypeID and EntityID would be.
For the life of me I can't figure out where I'm supposed to supply those values!
Any help would be appreciated.
|