what is the difference between component and web user control ?

  • Thread starter Thread starter SoftLion
  • Start date Start date
A component tends not to have a visual element, something like a timer, hence it's not directly added to the page. A web user control will more than likely have a visual element, something like a common navigation header.

thks
 
Back
Top