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
Nizam Nizam
NA
32
21.1k
mvc 4 how to dropdown list in alphabetical order
Apr 16 2015 1:03 AM
public ActionResult Custom()
{
ViewBag.SmsSubject =
new SelectList(db.Sms_UserTemplate.Where(a => a.SchoolId == SessionValues.Current.School.SchoolId),
"TempId", "SmsSubject");
return View("Custom",new Sms_UserTemplate());
}
Reply
Answers (
1
)
how to view resume which is stored in sql server 2008r2
How to convert Years into Days in asp .net