A
Adrian Turner
Hi, I have used this simple approach to build a dropdown control.
Dim Times() as string = {"00:00","00:15"}
Times1.Datasource=Times:Times1.Databind()
What I'm wondering if I can do something like...
Dim Times() as string = {BuildTimes()}
It doesnt seem to work. I dont know if the syntax I'm using is incorrect, or
if it's just not possible. Any help would be appreciated.
Dim Times() as string = {"00:00","00:15"}
Times1.Datasource=Times:Times1.Databind()
What I'm wondering if I can do something like...
Dim Times() as string = {BuildTimes()}
It doesnt seem to work. I dont know if the syntax I'm using is incorrect, or
if it's just not possible. Any help would be appreciated.