In my case (ASP.NET 4.6, Visual Studio 2015)
I commented an asp text control and added a new asp drop down list but did not updated the AssociatedControlID of the associated label.
on changing the AssociatedControlID to newly added asp drop down list ID my problem was fixed.