UserControl:
---------------

1.User Controls are like you are creating your own functionality though grouping up the asp.net controls.
2. Can not be used on any general Sharepoint page. You gotta code a custom page Layout  and embed the usercontrols.
3. Do not have the ability to communicate/connect to other User  controls on the same page.

 

WebPart:

-----------

1.Web Part are the one that are personizable.

2. Can use on any page through out.
3. Webparts can communicate/connect to other webparts and make use of the master/detail.
4.Webparts are like usercontrols usercontrols are added in code but wedparts are added at runtime.

 

Do you have any ideas?/Or  yo can leave a message.(*^__^*)

相关文章:

  • 2021-07-22
  • 2021-08-28
  • 2021-12-12
  • 2021-08-11
  • 2021-12-03
  • 2021-06-10
  • 2021-08-03
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2022-01-04
  • 2020-03-19
  • 2021-09-17
  • 2022-02-26
  • 2021-07-21
相关资源
相似解决方案