visual studio doesnt update codebehind

  • Thread starter Thread starter Servé La
  • Start date Start date
S

Servé La

I drag a normal web forms DropDownList component to my aspx page I change
the id into DropDown but for some reason the codebehind doesnt get the
DropDown attribute.
How can I get this fixed?
 
Servé La said:
I drag a normal web forms DropDownList component to my aspx page I change
the id into DropDown but for some reason the codebehind doesnt get the
DropDown attribute.
How can I get this fixed?

Never mind. Somehow the file got corrupt. Replacing it with an older version
fixed the problem
 
This happened to me a few times. I've switched for html to design and made
sure to save. This seems to force it to add the reference.
thanks
kes
 
Back
Top