Here is a procedure to follow:
- Create a EntityDataSource
- Select Client as your source entity. (I assume that you know how to setup a edmx file.)
- In VS 2008 designer, select the EDS and hit 'F4' to see a properties window.
- Look for an include property field and type "lkpClientType"
- Now in your bindable property value do something like <%#Bind("lkpClientType.ClientTypeID")%>
No comments:
Post a Comment