Hey all,
I am trying to list students in alphabetical order starting
from
a to z but using search logic I unable to do that. can any one help me
out.
These lines are in controller
i am able to sort it but not in alphabetical order. Help me
What do you mean that you are able to sort it but not in
alphabetical order? Please explain what is happening and what you
expect to happen. Give a short example if necessary. Note that it
would be better to do the sort in the controller rather than the view
unless you have a good reason for doing it in the view.