I've been using someone else's code, which does this all by hand. Works great, but isn't there an easier way to bind data to a DDL control? I'd like to start with a new C# web app, and add a DDL, then bind data using the properties of the drop list. Looks like everything is OK, but the list is always empty when I test it. I add sqlDataAdapter, sqlConnection1, and finally a dataset. Am I just missing the final trigger or something?
2006-07-19
04:34:12
·
1 answers
·
asked by
sideshot72
3
in
Programming & Design