I was attempting to populate a datalist by binding to a function which generates an ArrayList, but it wasn't executing the databind properly; no error, just no result.
I switched to the following simple code just to see if I was reaching the ddl, and that doesn't work either.
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
ddlZone.Items.Add(New ListItem("This", Go to the complete details ...