Adding controls through html doesn't add them in code behind

  • Thread starter Thread starter John Dalberg
  • Start date Start date
J

John Dalberg

Using Visual Studio 2002. If I add controls in the html view manually, I
notice that the controls are not automatically added in the code behind. Is
this normal behaviour which means I have to add them manually?

J.
 
Known bug/feature.
You will have to do it manually.

George.
 
If you switch to Design View first, they will be added to the CodeBehind.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top