Hi
I want to send out an email to all users where their birthday is today
i am using the built-in asp.net (3.5) membership. All users have a profile (stored in aspnet_Profile) which contains a date/time property called 'birthday'. I need to get a list of users email addresses from the 'aspnet_Membership' table where a users birthday is today, along with the users 'firstname' which is string property in the aspnet_Profile table.
i would like a list returned preferrably using C# LINQ.
i am not sure how to access the birthday property in the profile table, based on the way it is stored in the db table i.e name/value columns
thank you kb