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

  • SEARCH
  • Home
  • 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 6767617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:58:21+00:00 2026-05-26T14:58:21+00:00

MVC 3 razor VB.NET project. I have resorted to manual building a list for

  • 0

MVC 3 razor VB.NET project. I have resorted to manual building a list for a drop down box so I can insure certain values are available in the select list and also to control what the first item is in the list. The below is my code snippet for the part that is giving me problems..

      Dim _courses1 As Integer = db.courses.ToList.Where(Function(r) r.course_day = "Tuesday").Count
        Dim _classes1 As List(Of cours) = db.courses.ToList
        Dim classRef1 As List(Of String)
        If Not _selectedClass0 = "--" Then
            classRef1.Add("--")
        Else
            classRef1.Add(_selectedClass0)
        End If
        For i As Integer = 0 To _courses1 - 1
            For Each item In _classes1.Where(Function(f) f.course_day = "Tuesday")
                Dim _item As cours = item
                classRef1.Add(_item.course_ref)
            Next
        Next
        ViewBag.tue1 = classRef1

The _selectedClass0 is just a string that gets set earlier… The error mentioned happens when it gets to the ClassRef1.Add(_selectedClass0) part of the else statement. Which _selectedClass0 string value at the time of error is “–“. I have a feeling it is in how the list is being created but I am not certain… Any ideas???

  • 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-26T14:58:22+00:00Added an answer on May 26, 2026 at 2:58 pm

    You’re not initializing classRef1.

     Dim classRef1 As new List(Of String)
    

    Another thing I see is in the first line – I’ve made the changes I see:

    Dim _courses1 As Integer = db.courses.Where(Function(r) r.course_day = "Tuesday").Count()
    

    You don’t need ToList at the beginning if all your getting is the count.

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

Sidebar

Related Questions

I have a new ASP.NET MVC 3 project, and MVC and Razor are all
I have an Asp.Net mvc 3 project I'm using razor, and need to generate
I have a list menu in Asp.net MVC Razor engine Masterpage. While trying some
I have created a sample project using ASP.NET MVC 3 Web Application (Razor) template.
I am working on asp.net MVC 3 application. I have created a Razor view
I have a MVC 3.0 .Net 4.0 Razor application that is periodically giving me
I have converted my classic asp.net mvc views to razor. In a view there
I have built an ASP.NET MVC 3 web application (with exlusively Razor/cshtml pages) that
I'm working with the System.Web.Helpers.WebGrid in an ASP.NET MVC 3 Razor project, and I'm
We are working on an ASP.NET MVC 3 project and taking advantage of Razor

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.