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
Rijen Juni
NA
16
7.1k
How to convert query in MVC4
Aug 12 2015 10:56 PM
how to convert this query in MVC C# "SELECT NamaBulan FROM PARAMETER WHERE Bulan=bulan.1"
i was try like this
if (ModelState.IsValid)
{ var bulan1= DateTime.Now.Month.ToString();
var bulan2= from z in p.NamaBulan where bulan1==p.Bulan
select z;
search.Day = bulan2.ToString();
but still not working If youcan solve this problem please tell me and I will be appreciate it
Thanks
Reply
Answers (
1
)
using System; using System.Collections.Generic; using System
DateTimePicker