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
danny212
NA
1
0
Display information
May 24 2005 4:25 PM
I have information held in an array and want my ASP.NET C# web application to go through the array and display the info line by line. They way I have tried currently is to create a while loop as follows: while (i<10) { Label1.Text = myResults[i]; i++; } However, obviously the label gets overwritten each time the loop runs. What would I use to output each section of the array as a list??
Reply
Answers (
2
)
Remoting: Serializing datasets (or datatables for that matter)
How to write / append XML to a File