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
Hans Klose
NA
31
3.3k
Dataset - assingnment of value to cell without effect
Apr 13 2012 7:13 PM
Hi,
why does the following not work?
DataSet ds = new DataSet();
ds.ReadXml("D:\\test.xml");
ds.Tables[8].Rows[0].ItemArray[0] = "test"; // this assingment does not work.
Before assingnment the value was "XXXXX".
After assingment the value was still "XXXXX", but it shold be "test"
Reply
Answers (
3
)
Object reference not set to an instance of an object.
AVC player in C#