I have the following entity datasource:
<asp:EntityDataSource ID="EDS1" runat="server"
ContextTypeName="CustomerEntities"
EntitySetName="Permissions"
Include="Role"
Where="it.[permissionNum] in (select permissionNum from role where roleid =5)">
When i am trying to do as above I am getting an error. Can someone please guide me on how to do this may be by using a query extender. Thank You
Go to the complete details ...