Hey all, need some help. I have been trying to get information form a Data Table and populate a bunch of textboxes when the user presses the Edit button.
I have used the txtBrand.Text = dtDeviceInfo.Selected.Brand but nothing shows up and I have been researching through this site and can't seem to find a way to do this.
Solved! Go to Solution.
Hi @Fusion
DataTable1.Selected.Education
Sorry for taking a while to reply the issue is I need it done when the user hits the edit button.
So within btnEdit.OnSelect I have the code
txtBrand.Text = dtDeviceInfo.Selected.Brand
Which then does nothing when the button is pressed
I just tried your response but the issue is that I am using a text box and not a lable as this is also used as an input method.
The text box does not have the TEXT property in the pull down
So easy how did I not know that
User | Count |
---|---|
236 | |
112 | |
94 | |
59 | |
31 |
User | Count |
---|---|
289 | |
130 | |
104 | |
62 | |
58 |