I'm trying to build a website that has a Member section, and I'm struggling to find a fast and efficient way to build the enduser pages, which will pull a user's data.
For example, the user's "my account" page. They simply need to be able to view and edit the data. Would you use the Entity Frameworks EntityDataSource control? And bind it to a FormView, DetailsView, or ListView? How do you allow automatic updates, and filter the view to always be the user's own record?
It seems like a lot of the data controls are geared towards dealing with multiple records. Or am I just missing something?