TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
narasiman rao
NA
519
768.5k
Using GridView how to sort list of names
Sep 17 2012 4:31 AM
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;
Reply
Answers (
1
)
how is data stored in C#
I want to insert HTML tags in database from c#.I tried using Server.HTMLEncode but when I click on save button then it is not getting called.