I am facing a small big problem. I have taken a dropdownList control and ID is
\"drpDownCountries\" in ASP.Net project. The problem is that \"The dropdownlist contr
I had this same problem and tried all the answers listed here, to no avail.
What finally worked for me was to make a change to the ascx file in Design view and then save it. This finally forced Visual Studio to regenerate the designer.cs file and include my new control.