dropDownMonth.DataTextFormatString: from integer to month

dec21st

Active member
Joined
May 14, 2005
Messages
43
Programming Experience
3-5
dropDownMonth.DataTextField = "month"

let's say the value i retrieve from the db is 2,3,4,5
what i want it to show in my text field is february, march, april, may instead of number

can i change it?

wat's the format string ?
dropDownMonth.DataTextFormatString = ?????
 
Back
Top