I have a List that contain items for eg:
1)https:\10.12.23\ 2)https:\12.23.12.25\ 3)https:\localhost\ 4)https:\12.25.12.2\ 5)https:\12.36.12.22\ 6)https:\12.88.12.32\
When I bound List into DataGridView as below:
MyDataGridView.DataSource = MyList;
I want that the item "https:\localhost\" should be on the top.. how can I acheive this??
Pleas help!!