Hi
I have below Html. I want is user clicked Current i want to display Current Employer name.
If Previous is selected then Previous Employer Name from Database using LInq.
Thanks
Hi
I have below Html. I want is user clicked Current i want to display Current Employer name.
If Previous is selected then Previous Employer Name from Database using LInq.
Thanks
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 YelvePosted Oct 10, 2022, 8:59 AM
Please change this
in HTML
and in JavaScript
Vishal YelvePosted Oct 10, 2022, 8:56 AM
Hi Ramco,
In HTML on the dropdown change, you need to make an ajax call. and from the controller, you can return employeename
Ramco RamcoPosted Oct 10, 2022, 8:49 AM
Hi Vishal
How i will handle click option. If user clicked Current i want to display Current Employer name.
If Previous is selected then Previous Employer Name .
Thanks
Vishal YelvePosted Oct 10, 2022, 8:36 AM