I want to create a user control for getting a date from the user. It should have three textboxes, one for year, month and day. I don\'t know how to create it.
Why not just use the Calendar or DatePicker controls in the WPF Toolkit? You haven't mentioned anything in your question that is custom, so this should work ok for you.