Say you have a many to many relationship between two tables, and create a connecting table between these that includes keys from the other two tables. What ways are the best to show and enable update and insert to these tables in an aspx-page. Can you do it in an intuitive way on one page, or is it better to resort to multiple insert/update pages. All suggestions are highly appreciated.
...
Go to the complete details ...