How to prevent control declaration in the code-behind for an asp.net page?

  • Thread starter Thread starter Jun Avendano
  • Start date Start date
J

Jun Avendano

Hi,

Is there a way to prevent automatic declaration of a custom control in
the code-behind of an asp.net page?

Thanks,
Jun
 
Is there a way to prevent automatic declaration of a custom control in
the code-behind of an asp.net page?

Don't write the ASP.Net page in Visual Studio.Net.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top