Turpis
Programmer
- Apr 16, 2002
- 151
I can find all types of awesome examples for databinding. But I just want to take a single distinct value from my dataset and put it into a textbox with no databinding.
Something like this:
me.textbox.text = myreturned_value_from_a_dataset
I have 3 books on .NET and even one that is only for ADO.NET and all they focus on is databinding.
If I need to set my adapter's SELECT statement to return the single value...how do I get that single value out of the dataset?
I am confused.
Charles
Quality Assurance/Developer
Something like this:
me.textbox.text = myreturned_value_from_a_dataset
I have 3 books on .NET and even one that is only for ADO.NET and all they focus on is databinding.
If I need to set my adapter's SELECT statement to return the single value...how do I get that single value out of the dataset?
I am confused.
Charles
Quality Assurance/Developer