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
u.koester
NA
1
0
Updating dataGrid
Oct 30 2003 8:20 PM
My data are stored in an array. I created a dataSet and dataTable for a dataGrid. I have multiple buttons on a form and each will alter the data in the array. What is the best way to update dataGrid to show the modified data? The compiler only allow me to execute this once. I need to update the dataGrid each time a button is clicked. //tmpSingle is the updated array. tmpRow = m_dataTable.Rows[0]; tmpRow.ItemArray = tmpSingle; Here are some of the compiling error messages: //Error : Input array is longer than the number of columns in this table. //Error : Rows does not have position 0. Any hints, Thanks!
Reply
Answers (
0
)
SELECT * FROM INFORMATION_SCHEMA
Can't use GUID as key field in datagrid?