How to populate cascading dropdwownlists when javscript is disabled .
As Client side browser may be having java script disabled. Then updatepanel containing cascading dropdownlists are not working .Then how to resolve this problem if JavaScript is disabled ?
If this is not possible then is there any solution whether
1. can we enable javascript on client side browser
2. Is there any alternative ?
Loading
Joginder BangerPosted Nov 26, 2014, 2:21 AM
I have faced this type of problem.
You have no permission enable the java script on Client Browser. but you can show the message if browser javascipt disabled
code is here
I think have no option are available. if you get any alternative plz share it.
Joginder BangerPosted Nov 26, 2014, 2:40 AM
suresh ShewalePosted Nov 26, 2014, 2:35 AM
Thanks for reply.i came to solution which you have provided.
Thanks once again and if i got any alternative i will post this solution.