I am creating a Expense management application. I have a page that lists the expenses in the system (they click the expense list to view this).
I now want to change this so that it ONLY displays the logged in users expenses (i don't want user A looking at user B expenses).
I have done this using a web template in visual studio, any modification must be made using visual studio (i cant do this in SP designer as this app will be sent to many clients).
How would i go about approaching this?
