I have a working Dynamic Data Entity Model Webite that I need to limit the functionality of the data management options.
I need to remove the Insert, Delete, and Details functionality. I only need the List and Edit functionality.
I want to remove those options from the list.aspx and edit.aspx page so the user does not see those options. I am wondering what is the best way to do this.
Thanks.