i have one combo box which has three values blue,green,yellow based on the value selected i need to have a rad date picker.
if i select blue and yellow from combo box i need to get the date picker UI in dd/MM/yyyy format.
if i select green from combo i need to get the date picker UI in MM/yyyy format.
I am new to this i don't know how to implement this and how to bind this later. please also let me know how to save date field in db for MM/yyyy format.Is it either smalldatetime datatype or string? Please suggest.
Thanks