Here is what I am trying to run
SELECT quarter, startdate, enddate, requiredquarterhours AS quarter, startdate, enddate, requiredquarterhours
FROM quarters WHERE quarter = DropDownList2.DataValueField
I get an error stating that DropDownList2.DataValueField cannot be bound.
I have also tried DropDownList2.DataTextField and gain the same error.
Thanks
Don
SELECT quarter, startdate, enddate, requiredquarterhours AS quarter, startdate, enddate, requiredquarterhours
FROM quarters WHERE quarter = DropDownList2.DataValueField
I get an error stating that DropDownList2.DataValueField cannot be bound.
I have also tried DropDownList2.DataTextField and gain the same error.
Thanks
Don