Its still not working. I have a form with the date and time fields which are drop down boxes and the code is as follows:
private void ddlTimeDataBinding()
{
string[] strHourList = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" };
ddlHrentered.DataSource =...