Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6376005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:41:19+00:00 2026-05-25T01:41:19+00:00

I am trying to bind some values to an ASP.NET Chart control. This is

  • 0

I am trying to bind some values to an ASP.NET Chart control. This is my code so far:

Dim xValues As String() = {"Option1", "Option2", "Option3", "Option4"}    
chartControl.Series(0).Points.DataBindXY(xValues, valuesAl)

valuesAl is an ArrayList. The code to add the values to the ArrayList is as follows:

Dim cmd As New SqlCommand("StoredProcedure", Conn)
cmd.CommandType = CommandType.StoredProcedure

Dim valuesAl As New ArrayList

Dim r As SqlDataReader = cmd.ExecuteReader
While r.Read()
    valuesAl.Add(r("Value"))
End While
r.Close()

However, I am getting the following error: Enumeration already finished

Am I binding the values from the database to the Chart control correctly and if so why am I getting this error message?

Many thanks in advance for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:41:20+00:00Added an answer on May 25, 2026 at 1:41 am

    You need to make sure that your valuesA1 ArrayList ends up with the same number of values as you have in your xValues array. Internally it’s looping through both collections, expecting them to have the same number, and you are getting an error because you have fewer members in the valuesA1 ArrayList.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am trying to use this code to bind my asp.net menu control to
So, let's say I have this code (VB.Net): Sub Main() dim xxx as string
I'm trying to bind an ASP.net DropDownList to the results of an entity framework
I'm trying to migrate to ASP.Net MVC 2 and meet some issues. Here is
I'm designing some VB based ASP.NET 2.0, and I am trying to make more
i'm trying to insert some data on a database using this code: -(void)insertLocationOnDatabase:(LocationType *)aLocation
I've been trying to resolve this issue for some time. I'm trying to bind
I am new to ASP.Net MVC 3, facing some issues while trying to implementing
This is the exception that I'm getting when I'm trying to bind to a
I am using asp.net mvc 2.0(default binding model) and I have this problem. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.