dataset and textbox
I am trying to display the result of my select statement in a textbox.
For example I have a select statement that will return record from 3 different column in a table. I want the result to go to the text box i have 3 text box my result from the select statement will be from 3 different column and so each textbox will get the result of each column. it works fine with datagrid or mxdatagrid.
|