if i select
Select a User Group
then
Department
if there is already a user in Department then no
Designation and Sanctioned Post shown otherwise shown

if i select
Select a User Group
then
Department
if there is already a user in Department then no
Designation and Sanctioned Post shown otherwise shown

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.
Vishal JoshiPosted Jun 11, 2024, 5:25 AM
Hello
You need to use a cascading drop-down to achieve the requirement. Check out the below sample code.
Thanks
Vishal Joshi
Jayraj ChhayaPosted Jun 10, 2024, 1:13 PM
In Dot Net, you can achieve this functionality by implementing cascading dropdowns or conditional visibility based on user selections. You can use JavaScript or server-side code to handle these interactions.