1
Answer

Using GridView how to sort list of names

narasiman rao

narasiman rao

12y
953
1
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;


Answers (1)