How to read values from Gridview columns controls in WPF
- by Sarat
hi frnds,
I am using a WPF application, in which i placed a listview control which has 3 gridview columns. First Gridview column has a label Control and the remaining 2 gridview columns has textbox control.
Now my problem is if the user enters a value in the first Gridview textbox column, the second gridview textbox column should be updated with some value. Is there any way to do that.
I am filling the list view with a datatable from code behind file.
And also is there any way to get the value of the label control in the 1st gridview column.
Thanks in advance
urs Frnd :)