You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I was wondering what could be the solution by adding userId in table Articles
We could do this if we want to show articles of a particular User for exemple
I know we have the AddedBy but its only a string of the username.
My problem is that UserId is a Guid and im very not sure how to implement this on the BizObject and on all the related Classes like ArticlesDetails and ArticlesProvider and Articles.cs and so on... also the DataReader...
Like is it a string ??? can we compare the uniqueidentifier as a string... :/