One of the approaches is to write and use a UserControl. You can define the user interface, handle events and expose properties in
a UserControl, and then mark a reference and reuse these Controls in any page of your Web application.
Here is some Sample code
Share with