I want to show lookup from custom query in enterprise portal. For that I used dataSetLookup method but it is not working in my case and is showing normal textbox field instead a lookup. The Web control field markup is pasted below for reference.
<dynamics:AxBoundField DataSet="PurchRequisition" DatasetView="PurchReqTable" DataField="Project"></dynamics:AxBoundField>
In the PurchRequisition dataset I have added the dataSetLookup method on project field.