Okay first to Derek and Robby.....you guys are just ADO .NET geniuss
Anyway, Im trying to get away from using the data adapters because they are turning out to be just one big headache.
Now I have my webform all set and is complete with the correct SQL and connection statements.
MY next question is what is the syntax to connect the text of say a label control to a specific column in a database?
I tried doing it as I would in a regular windows form but I dont get the "Add" option (label.databindings.add("Text", <dataset>,"<Table.Column>")) like I do so Im obviously not doing it right.
Anyway, Im trying to get away from using the data adapters because they are turning out to be just one big headache.
Now I have my webform all set and is complete with the correct SQL and connection statements.
MY next question is what is the syntax to connect the text of say a label control to a specific column in a database?
I tried doing it as I would in a regular windows form but I dont get the "Add" option (label.databindings.add("Text", <dataset>,"<Table.Column>")) like I do so Im obviously not doing it right.