U
Uri Dimant
Hello folks
Can anyone help me with sorting for binding?
VS2005. VB.NET
I have a datagrid view where I display two columns - name of employees with
their positions like
'John' ,1
'Rebecca',2
'Justin',3
As far as good. I have a data table and I perform filter by using data view
object to select only "right" employees. So what if the user wants to change
John's position to 3 then I need to sort the dataview ( I think) with
Rebecca =1, Justin =2, John=3 and later on update to the database. How can I
do that?
Thanks
Can anyone help me with sorting for binding?
VS2005. VB.NET
I have a datagrid view where I display two columns - name of employees with
their positions like
'John' ,1
'Rebecca',2
'Justin',3
As far as good. I have a data table and I perform filter by using data view
object to select only "right" employees. So what if the user wants to change
John's position to 3 then I need to sort the dataview ( I think) with
Rebecca =1, Justin =2, John=3 and later on update to the database. How can I
do that?
Thanks