Using GridView how to sort list of names
using how to sort the list of names for example i have list of names as follows:
Kumar
Sathish
Rajesh
Vinay.
when i run i want rajesh to be first name always how to do.Output should be as follows;
Rajesh
Kumar
Sathish
Vinay.
Regards,
Rao;