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
vipin saini
NA
88
0
gridview binding
Sep 29 2010 2:12 AM
i am using data set fetching data from xml now using linq query to join two table after that i convert it into a data table , but it is not bind with gridview gives this error
The data source for GridView with id 'GridView1' did not have any properties or attributes from which to generate columns. Ensure that your data source has content.
i check datatable by debugging tool datatable shows data but not bind grid view .
Reply
Answers (
1
)
bind gridview from 2 tables using xml linq query
showing database records in gridview using linq in c#