6 Answer(s)
-
0
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.
-
0
<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.
-
0
<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?
-
0
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.
-
0
<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
-
0
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