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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T03:51:00+00:00 2026-06-13T03:51:00+00:00

My Code: function onLoad(e) { var element = document.getElementById(‘cmbGender’); $.ajax({ type: POST, url: @(Url.Action(LoadGenderNames,

  • 0

My Code:

 function onLoad(e)
    {
         var element = document.getElementById('cmbGender');
         $.ajax({ type: "POST",
                    url: "@(Url.Action("LoadGenderNames", "Search"))",
                    success: function (data) {
                         // How to add the "data" object items in to the combo box here. 
                    },
                });
    }

How to add items(object) to the combobox inside the function(data). Thanks.

EDIT:
It is the Telerik combobox Html.Telerik().ComboBox() .Name(“cmbGender”)

  • 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-13T03:51:01+00:00Added an answer on June 13, 2026 at 3:51 am

    If you want to bind combobox by ajax you can use next code:

    <%= Html.Telerik().ComboBox().Name("cmbGender") 
                .AutoFill(true)
                .DataBinding(binding => binding.Ajax()
                                               .Select("LoadGenderNames", "Search"))                
        %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery code: function ajaxsubmit(){ $.ajax({ url: /update, type: POST, dataType: html }).success(function(data) { $('#result').html(data);
I have this code: <script type=text/javascript> $(document).ready(function(){ var id = 'i1'; var image =
var Helloworld = { onLoad: function() { // initialization code this.initialized = true; },
Consider this code: var img = new Image(); img.onload = function() { console.log(this.width); };
Following is the javascript code var text; var name; window.onload = init; function init()
javascript code: function getCheckbox(name,id){ var check = 0; var deger = option-checkbox-+id; var dom
The code: function updateDashboardData() { $.getJSON(includes/system/ajaxDataInterface.php, {recordcount:1}, function(data) { $('.stationContainer').each(function(data) { var bsID =
I have got this code: function init(){ if (typeof window.jQuery !== 'function') { var
<script type=text/javascript> window.onload = init; function init() { //wait for load and watch for
Here is my code: <script type=text/javascript> function getLocalStorage() { try { if (!! window.localStorage)

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.