OK. I have a WebCombo that I bind to a DataSet at runtime. I would like to enable AJAX conditional downloading of the text/values.
I know that I must set the attribute EnableXmlHTTP = true, and somehow handle the InitializeDataSource event. I'm stump…