Re: dataview sorting
- From: "Cor Ligthert[MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Tue, 11 Sep 2007 19:31:24 +0200
Uri,
A dataview is dynamic, so when you have set the position by Rebeca to 1 etc. it will be showed in that way.
Cor
"Uri Dimant" <urid@xxxxxxxxxxx> schreef in bericht news:eZaNtsG9HHA.4432@xxxxxxxxxxxxxxxxxxxxxxx
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
.
- References:
- dataview sorting
- From: Uri Dimant
- dataview sorting
- Prev by Date: Re: Record Lookup
- Next by Date: Re: Record Lookup
- Previous by thread: Re: dataview sorting
- Next by thread: Import a class from another project
- Index(es):
Relevant Pages
|