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
Gaurav Raj
NA
475
88.5k
Class are not read in webservice Please Help me guys
Sep 16 2017 3:12 AM
These three errors in my web method
[WebMethod]
public List<
Home
> getHome()
{
Connection cs = new Connection();
var q = from a in cs.da.Home2Procedure(1)
select
new
Home
{
BlogId = Convert.ToInt32(a.Blog_Id),
BlogPic = a.Blog_Pic,
Blog = a.Blog,
date = a.Date1.ToString(),
time = a.Time1.ToString(),
};
return q.ToList();
}
Reply
Answers (
1
)
How To Generate Password Hash using BCrypt in JavaScript.
How to search db value with 'or' condition sql server