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
7450821
NA
3
0
Why??
Jan 20 2005 10:12 PM
public DataSet GetClass() { SqlConnection myConnection=new SqlConnection(ConfigurationSettings.AppSettings["connectionString"]); SqlDataAdapter countCmd=new SqlDataAdapter("select *,(select count(*) from Class where ParentId=g.SubId) as nCount from Class g",myConnection); DataSet dstClass=new DataSet(); countCmd.Fill(dstClass); return dstClass; } DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with the name nCount. why? Is anybody could help me?
Reply
Answers (
0
)
Why??
Why??