Article · Wikipedia archive · Last revised Jun 4, 2026

Web Part

A Web Part, also called a Web Widget, is an ASP.NET server control which is added to a Web Part Zone on Web Part Pages by users at run time. The controls enable end users to modify the content, appearance, and behavior of Web pages directly from a browser. It can be put into certain places in a web page by end users, after development by a programmer.

Last revised
Jun 4, 2026
Read time
≈ 1 min
Length
139 w
Citations
1
Source

A Web Part, also called a Web Widget, is an ASP.NET server control which is added to a Web Part Zone on Web Part Pages by users at run time. The controls enable end users to modify the content, appearance, and behavior of Web pages directly from a browser. It can be put into certain places in a web page by end users, after development by a programmer.1

Web Parts can be used as an add-on ASP.NET technology to Windows SharePoint Services.

Web Parts are equivalent to Portlets, but don't necessarily require a web portal such as SharePoint to host them.

See also

See also

References

References

  1. Archiveddocs (2014-10-22). "ASP.NET Web Parts Overview". learn.microsoft.com. Retrieved 2024-08-09.
External links