M
Mr. B
In my app, I get the info/data that I want from an Access data base (ADO.net).
And I display the data in a DataGrid for editing. The information displayed
is 1 to 7 lines depending upon the info.
What I want to do is to change some text, globally, that is in the 'thrid'
column ("description") with new text that is typed in a Textbox by the User.
So the user makes the change and then clicks an update button. Each of the
lines have the 'same' text in the 'third' column. So I'm only replacing it
with new info string.
I know how to display the data to a DataGrid... what I don't know is HOW to
specifically point to all the rows (0 to 6) in column 3 to do the text
replacement.
Any thoughts?
Thanks!
Bruce
And I display the data in a DataGrid for editing. The information displayed
is 1 to 7 lines depending upon the info.
What I want to do is to change some text, globally, that is in the 'thrid'
column ("description") with new text that is typed in a Textbox by the User.
So the user makes the change and then clicks an update button. Each of the
lines have the 'same' text in the 'third' column. So I'm only replacing it
with new info string.
I know how to display the data to a DataGrid... what I don't know is HOW to
specifically point to all the rows (0 to 6) in column 3 to do the text
replacement.
Any thoughts?
Thanks!
Bruce