Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using MVC4 and JQuery.Here there are some options by using radio buttons.When I am selecting one of the radio button some dropdown conrols should be disabled.This is handled in javascript code.But when page refresh happens(some times very few) all the controls are enabled and then got diabled.This should not be happened.

When selection of particular radio button(for disabling controls) and clicking on search button the controls in the page are enabled and then again got disabled.

Please let me know how to overcome this?

What I have tried:

Script is written for disabling the dropdowns using JQuery
Posted
Updated 8-Aug-16 4:39am

1 solution

Use Preloader Screen on Load Event. And also use this on radio buttons` event.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900