Posted on: 8/4/2014 9:09:26 PM | Views : 401

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 ...