Ok This is my situation, I am trying to bind a ListView with data(my user's username) calling from my SProc, so each user photo of the ListView has a link to a profile page with query-string of their username attached. I realised that I may be able to do a join with the dbo.aspnet_Users to get their username, but is this advisable?
I understand we should use the membership API but I can't think of a way not to get data from the aspnetdb database. Is there a more appropriate way of doing this? Thanks.