when user come to Enter adddress but there Country,State etc does not in selction option.i want to add other option where user type manualy there address in cascading dropdown list sam as for State,city and store all values in DB. using Asp.net MVC
Loading
Jayraj ChhayaPosted Apr 19, 2024, 11:47 AM
Hi,
You can implement cascading dropdown lists along with manual entry options in your ASP.NET MVC application. You can use JavaScript/jQuery for the cascading dropdown behavior and handle manual entry through text inputs.
Here's a high-level overview of the steps involved: