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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:49:01+00:00 2026-05-10T16:49:01+00:00

how do I pass additional information to the service method returning the collection of

  • 0

how do I pass additional information to the service method returning the collection of items? I’ll attempt to explain what I mean, I have 2 text boxes on a form, I need to fill out names, based of a specific account id in a database. so, I need to pass an integer to the getNamesForDropDown method. I couldn’t figure out what to do, so I did the wrong thing, and used the CompletionSetCount to actually pass the information I needed:

[System.Web.Services.WebMethod] [System.Web.Script.Services.ScriptMethod] public string[] getNamesForDropDown(string prefixText, int count)  {    String sql = 'Select fldName From idAccountReps Where idAccount = ' + count.ToString();    //... rest of the method removed, this should be enough code to understand    //... the evil wrongness I did.  } 

in my front side aspx file, i set the CompletionSetCount based off the Account id the user is currently viewing on that page.

<ajaxtk:AutoCompleteExtender      runat='server'      ID='AC1'      TargetControlID='txtAccName'     ServiceMethod='getNamesForDropDown'     ServicePath='AccountInfo.asmx'     MinimumPrefixLength='1'      EnableCaching='true'     CompletionSetCount='<%# Eval('idAccount') %>' /> 

So, that’s definitely a wrong way… what would be the right way?

  • 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. 2026-05-10T16:49:02+00:00Added an answer on May 10, 2026 at 4:49 pm

    azam has the right idea- but the signature of the autocomplete method can also have a third parameter:

    public string[] yourmethod(string prefixText, int count, string contextKey)

    you can Split up the results of the contextKey string using Azam’s method- but this way you do not have to worry about sanatizing the user’s input of the .Split()’s delimiter (:)

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

Sidebar

Ask A Question

Stats

  • Questions 180k
  • Answers 180k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer None of the native prototypal properties are enumerable, but you… May 12, 2026 at 3:58 pm
  • Editorial Team
    Editorial Team added an answer You've got a typo in your sample code, not sure… May 12, 2026 at 3:58 pm
  • Editorial Team
    Editorial Team added an answer I don't know about in HTML files, but in C#… May 12, 2026 at 3:58 pm

Related Questions

I am using the ExtJS framework and I have the following handler that is
I'm trying to execute an external function on click of a DOM element without
I'm storing some additional per-user information using the AUTH_PROFILE_MODULE . We can access the
I'm new to C# and I'm starting to learn how to program I'm learning

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.