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
Andy
NA
13
12.9k
Datagridview in WPF
Dec 9 2011 10:57 PM
Hi,
I want to bind itemsource to Datagridview. I have write foll code:
cmd = new SqlCommand(Querry, con);
cmd.CommandType = CommandType.Text;
da = new SqlDataAdapter(cmd);
da.Fill(ds);
dataGrid1.ItemsSource = ds.Tables[0].DefaultView;
But datagridview not showing rows.
Same i have done at windows programming. where it is working properly.
Reply
Answers (
1
)
Text Message in a window while waiting for an event to occur
Window doesn't react during calculations