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
mahesh gupta
NA
14
182.2k
problem with Datagrid view control in C#
Apr 5 2011 9:35 PM
Hi Im newbie and facing problem in Datagrid in Windows forms with C#. I have a datagrid on the windows form with two textboxes and two comboboxes. When I click a button on the windows form i should read an xml file and populate the datagrid control. Im able to put the values for textboxes but Im unable to put values for the combobox.
Because in the code i have kept an enum with the values as of the items in the combox and when I apply Im facing an error. Can anyone tell me how to populate comboxbox in the datagrid.
I also tried to populate the controls at runtime.. but failed. Can anyone help me in this.. If you want the code I will provide you..
Thanks in advance..
Reply
Answers (
1
)
using method
How to Convert Linq Query into DataTable