Difference Between UserControl and Include Page

  • Thread starter Thread starter Guest
  • Start date Start date
A User Control is an object. There are quite a few less important
differences as well.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
An include is a directive, where a control is an object. You can only have
one directive in your page, so using include rather than control makes your
development much less flexible, as you can have as many objects as you like.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 
Back
Top