That's my question...
I come from vb6...
I have no time for now to learn how to use ADO.NET . I'm quite good with ADO...
I can populate a datagridview looping through a recordset.
My problem now is how to sort columns with dates and numbers....
First solution is to repopulate every time the datagridview with a SQL instructions..
That could be possible because records are not too much (100-200 rows)
Second and that's what I'm trying to do is to sort without calling a SQL instruction...
But I cant'really understand how the datagridview manage sorting..
Any help,,,,will be very appreciated...
Thanx
Giacomo
No need to "re-query" the data. ASP.NET does that for you.
(See picture attached)