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

Related Questions

For some requirement I need to pass additional information to form submit handler. In
I'm trying to pass on additional information to fields of a Django form to
Currently, I have a servlet act as web service. When I pass in parameters
I would like to pass an argument(s) to a method being defined using define_method,
I have a SearchService with a Search() method that retrieves an IEnumerable<Search> from a
Can I pass additional parameters to a predicate function? I need it in a
I sometimes need to pass additional parameters to a page via the URL. I
How do you pass $_POST values to a page using cURL ?
In C can I pass a multidimensional array to a function as a single
If I pass request fields or cookies with a period/dot in their names, PHP

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.