PArtial view html select dropdown not filling using jquey, how to fill using jquery ?
Loading
PArtial view html select dropdown not filling using jquey, how to fill using jquery ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Jun 17, 2024, 1:12 PM
Hello,
Please check step by step :
Create main view and include partial view inside main view:
Create partial view with dropdown :
Write Jquery function to fetch data from your controller action method,
Create a Database call to get data and send to jquery call:
Please follow above step carefully your data will load into your dropdown
Vishal YelvePosted Jun 17, 2024, 1:08 PM
Hi Asht,