Is this a web application or a windows application?
DataGridView has sorting "built-in" to it, not sure how the web application's version does it
You can see an example in
"ms-help://MS.MSDNQTR.v80. en/MS.MSDN.v80/MS.NETDEVFX.v20 .en/cpref16/html/M_System_Web_UI _WebControls_Gr idView_Sort_1_a 3fecfe4.htm".
Comment