Base solution for your next web application
Open Closed

Dependent Dropdown #2741


User avatar
0
velu created

How to make dependent Dropdown?


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi velu,

    It depends on your project type but basically you need to load dependent combobox on the change event of main combobox. It is a bit easier if you are using angularjs, but also not hard for jquery.

    Let's assume that you have country & city comboboxes. When user selects a country, change event of country combobox will fire and in that event you will call your server-side method using country combo's selected value.

  • User Avatar
    0
    velu created

    <cite>ismcagdas: </cite> Hi velu,

    It depends on your project type but basically you need to load dependent combobox on the change event of main combobox. It is a bit easier if you are using angularjs, but also not hard for jquery.

    Let's assume that you have country & city comboboxes. When user selects a country, change event of country combobox will fire and in that event you will call your server-side method using country combo's selected value.

    Please provide any Step by Step detailed example.

  • User Avatar
    0
    velu created

    <cite>velu: </cite>

    <cite>ismcagdas: </cite> Hi velu,

    It depends on your project type but basically you need to load dependent combobox on the change event of main combobox. It is a bit easier if you are using angularjs, but also not hard for jquery.

    Let's assume that you have country & city comboboxes. When user selects a country, change event of country combobox will fire and in that event you will call your server-side method using country combo's selected value.

    Please provide any Step by Step detailed example.

    Any Update?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Actually this is not a related topic with AspNet Zero, you need to develop it by yourself but anyway I have send you an example I have done before in one of our previous projects.

    I hope it helps.

    Thanks.

  • User Avatar
    0
    velu created

    <cite>ismcagdas: </cite> Hi,

    Actually this is not a related topic with AspNet Zero, you need to develop it by yourself but anyway I have send you an example I have done before in one of our previous projects.

    I hope it helps.

    Thanks.

    Thanks

  • User Avatar
    0
    rn2movilidad created

    Hello can u send me the examp'le, im new here and im working on the same problem, this time with core and angular thanks