# UserControl

The User Control example shows how to create a server side widget component that can be reused in the application. A user control is a container based on [Wisej.Web.UserControl](http://docs.wisej.com/api/wisej.web/containers/wisej.web.usercontrol) that can expose methods, properties and events, and it’s integrated with the Wisej Designer.

[![](https://github.com/iceteagroup/wisej-examples/raw/2.2/Support/Images/UserControl.png)](https://github.com/iceteagroup/wisej-examples/blob/2.2/Support/Images/UserControl.png)

## Downloads

[Download Sample in C#.](https://github.com/iceteagroup/wisej-examples/tree/3.2/UserControl)

[Download Sample in VB.NET](https://github.com/iceteagroup/wisej-examples-vb/tree/3.2/UserControl)
