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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:45:51+00:00 2026-05-30T16:45:51+00:00

I´m new developing on .net and using jquery. I´m trying to hide/show a dropdownlist

  • 0

I´m new developing on .net and using jquery. I´m trying to hide/show a dropdownlist and a checkbox that I have on my page. I can hide succesfully, but when i try to show nothing happens or i get a error on my code like this:

http://imageshack.us/photo/my-images/811/sinttuloxs.jpg/

I tried using differents forms of show without any success.

$("#ddListaPrecios").Show();

or

$('#ddListaPrecios').Show('slow');

        $(document).ready(function() {
            $("#ddListaPrecios").hide();

            $("#codigoCliente").autocomplete({
                minLength: 1,
                source: getData,
                select: function(event, ui) {
                    cambiaElementos(ui.item.value);
                    updateCiudades(ui.item.value);
                    updateListaVendedores(ui.item.value);
                    updateListaPrecios(ui.item.value);
                }
            });

            $("#codigoCliente").change(function() {

                if ($("#codigoCliente").val().length == 6) {
                    cambiaElementos($("#codigoCliente").val());
                    updateCiudades($("#codigoCliente").val());
                    updateListaVendedores($("#codigoCliente").val());
                    updateListaPrecios($("#codigoCliente").val());

                    $("#ddListaPrecios").show();

                }
            });

            $("#ddListaPrecios").change(function() {
                //window.alert($("#ddListaPrecios").val());
                changePrecio($("#ddListaPrecios").val());

            });

            $("#ddCiudad").change(function() {
                updatePuntosEntrega($("#codigoCliente").val(), $("#ddCiudad").val());

            });
        });



        <label>Lista de Precios: </label>
        <label id="lbListaPrecios"> </label>
        <%= Html.DropDownList("ddListaPrecios") %>  
       <!-- <%= Html.CheckBox("cbCambioLista") %> <label class="inline" for="cbCambioLista">Desea cambiar lista de precios?</label>  -->
  • 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-30T16:45:52+00:00Added an answer on May 30, 2026 at 4:45 pm

    Your call to jquery $("#ddListaPrecios").Show(); needs to be all lowercase like this $("#ddListaPrecios").show();

    see the doc here http://api.jquery.com/show/

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

Sidebar

Related Questions

We are developing our new application in .Net 3.5 and we have started using
i'm new to asp.net.. i'm developing a web application using asp.net a jquery. i
i am developing a website using asp.net 3.5.i have created a cascading dropdownlist for
i´m new developing on asp.net mvc, and even newer using jquery, so this is
I'm developing a mobile application using jQuery. On Microsoft Azure, I have an Asp.Net
I am new to developing in .NET and C#, but have been a long-time
I am using NET Beans IDE for developing my application in LINUX. I have
I am developing an ASP.net site (using .NET 4, EF, jQuery Ajax, SQL Server
Hi i am new here in developing Window Based Application using .NET. how we
I am new to developing UI in .net. Basically I am using a listview

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.