Hi,
I want to feed (pump) Calendar vith the value from database like:
Today is 05.04.2008 - "dd.mm.yyyy"
so, in my database Date Of Birth is 05.03.1977.
How to change value on Calendar, reading from database...?
Will be: Calendat.Value = dr.GetValue(12) - where DR is Reader, and (12) is Date_Of_Birth
Any Idea?
Thanks!
I want to feed (pump) Calendar vith the value from database like:
Today is 05.04.2008 - "dd.mm.yyyy"
so, in my database Date Of Birth is 05.03.1977.
How to change value on Calendar, reading from database...?
Will be: Calendat.Value = dr.GetValue(12) - where DR is Reader, and (12) is Date_Of_Birth
Any Idea?
Thanks!