User Profile
Collapse
-
Thanks for your response but your suggestion isn't exactly what I am looking for since the data isn't bound to the textbox....Leave a comment:
-
I think you can use something like this too:
FileName = PathName.Substr ing(PathName.La stIndexOf("/") - 1)Leave a comment:
-
Multi-row Textbox Data Binding
I am trying to bind fields from the first three records of a query (three records will always be returned by the query) to three textboxes on a windows form.
ex.
Textbox1.text = row1 column1
Textbox2.text = row2 column1
Textbox3.text = row3 column1
another three textboxes would contain the values from the second column
Textbox4.text = row1 column2
Textbox5.text = row2 column2
...
No activity results to display
Show More
Leave a comment: