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 8693971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:40:13+00:00 2026-06-13T00:40:13+00:00

As of now, I’m sending only an empty array through the query-string. selectPONumber=[] Have

  • 0

As of now, I’m sending only an empty array through the query-string.

selectPONumber=[]

Have no idea why I’m getting this error. The stacktrace points the Next on this.

If context.Request.QueryString("selectPONumber").Count <> 0 Then
    For u = 1 To request.QueryString("selectPONumber").Count
        selectPONumber.Add(request.QueryString("selectPONumber")(u))
    Next
End If

How is it getting past the if if the .Count is 0? Is my query string formatting incorrect?

If it had values it would look like

selectPONumber=[value1, value2,...]

Many thanks in advance!

Extra Credit

Yes, vb.net did not read selectPONumber as an array when using []. All that’s necessary is to to do selectPONumber=value1, value2,…

Thank-you very much for the above and beyond!

  • 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-06-13T00:40:15+00:00Added an answer on June 13, 2026 at 12:40 am

    Are you saying your querystring looks like this?

    mysite/mypage.aspx?selectPONumber=[]
    

    If so, you are passing the string “[]” and Context.Request.QueryString("selectPONumber").Count == 2. It would evaluate to 0 for mysite/mypage.aspx?selectPONumber=.

    Also, VB.NET arrays are zero-based. Use:

    For u = 0 To request.QueryString("selectPONumber").Count-1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
Now getting error Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT
Now I have a long query and I'd like to alternate with such a
this is what i have right now Drawing an RSS feed into the php,
Now as you can see the query I have used above if a keyword
This could be a duplicate question, but I have no idea what search terms
Now i know there have been a lot of question about this, but i
Now I am learning Codeigniter. I have more databases, so I choosed this time
Now I'm not sure if this is something I'm doing wrong, or something thats
Now facebook require to have these options when you want to use bulit-in actions

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.