Hi, am glad I finally signed up. I have done all the tryouts in the book and i have learned a lot. Anyway I have a question from Chapter 17: Personalization, Letting users manage their own photo albums:
Is there a way to let the authenticated user see only their photo albums(assuming they had created one before), without the use of the dropdownlist in the Default.aspx page that is in the Photoalbums folder?
Am imagining a scenario where the Default.aspx does not have a dropdownlist bound to the photoalbums table, rather, once the user logs in and accesses it,the page loads only their photoalbum.I hope you get what I mean
Is this possible?
a sample code would be appreciated.
Thanks in advance.