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
Bidzina Goginashvili
NA
206
26.1k
What Is The Problem??
May 18 2019 5:14 PM
VendorDetailModel Looks Like this
public class VendorDetailModel()
{
public VendorDetailModel()
{
vendorRatingModel = new List
();
}
public List
vendorRatingModel{ get; set; }
}
public class VendorRatingModel
{
public int Count { get; set; }
public int Rating { get; set; }
}
What is The Problem in service query is getting proper data but in controller it is vendorRating is null as shown
Reply
Answers (
2
)
HOw to hide a span in vb.net from code behind
I am using below given procedure to send SMS from SQL Server