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
Ahmed Boughattas
NA
6
7.4k
retrieve my object using WCF
Mar 1 2012 4:28 AM
i work in silverlight project
i have function that return an object
haw can i retrive some attribute of this object in the main page
[OperationContract]
public Employe ListerEmpById(int id)
{
using (var ec = new EntrepriseDataContext())
{
Employe req = (from p in ec.Employes
where p.Id==id
select p).SingleOrDefault();
return req;
}
}
Reply
Answers (
3
)
All the email from gmail to my web applicaition
Connection String