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
Asad khan
NA
208
97.9k
Uppercase and Lowercase in asp.net mvc
Nov 21 2016 8:59 AM
TblReg = (from s in _context.TblReg where s.Name.ToLower().ToString().Contains(searchtext) select s).Skip((PageNo - 1) * pagesize).Take(pagesize);
combination of Uppercase and Lowercase , how to use a word for Uppercase and Lowercase both "ToLower" the above statement only working for lowercase word
Reply
Answers (
3
)
How to send an Email with HTML Template using ASP.NET MVC 5
How to enable document scanner from web applications?