I am having two dropdownlists and in 1st if I select country another is populated with the corresponding states but I want to grey out the second DDL and display a message like select the state in it. How can I achieve this? I am not using AJAX for this.
Share
Why don’t you just temporary disable it on server side?
Or better do like this, on first changed, check the state, if smth is choosen, then enable secondary ddl.