hi,
my requirment is to display a birth day wishes on shaerpoint site.. we have employee info list we have dob column which maintains all employees birthday date.... so when the sys date is equal to date in dob wishes text must be declared on the sharepoint site....can any one help me how to do this
Loading
Bhushan GawalePosted Aug 9, 2011, 10:32 AM
you can easily do this using SharePoint Server object model. you can use SPQuery class to query the list and get the required data.
example for you on how to write CAML queries is here
http://sharepointmagazine.net/articles/writing-caml-queries-for-retrieving-list-items-from-a-sharepoint-list
and also may be this can help you a little
http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1782
hope this helps you