Inline vs. Code-behind?

  • Thread starter Thread starter David Veeneman
  • Start date Start date
D

David Veeneman

Is the VS 2005 'New Web Page' dialog supposed to have a checkbox to select
between inline and code-behind coding? I don't see the checkbox, although
it's mentioned in several tutorials. How does one select between the two?
Thanks
 
Hi David ,

In Add New Item window there is a check box called ‘Place code in separate
file’. Check it, it create separating code file.

HTH
 
When you add a new file, you need to look for the option:

"Place code in separate file"

Sonu
 
Back
Top