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
majid khan
NA
17
6.3k
how to convert a code of C# form to C# wpf
Oct 2 2013 6:32 AM
I want to convert the following code from C# forms To C# wpf
string MSMS_Number ,MMessage ;
for ( i = 0; i < dataGrid1.Items.Count - 1; i++)
{
MSMS_Number = dataGrid1.Columns..ToString();
MMessage = dataGrid1.Items[i].ToString();
MessageBox.Show(MSMS_Number.ToString());
MessageBox.Show(MMessage.ToString());
}
Reply
Answers (
1
)
how to convert a code of C# form to C# wpf
invalid cast