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 = ?????
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 = ?????