IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Before you implement your new widget’s logic, you need to create an empty user widget in your project in Visual Studio. The user widget is coupled with the application they are created for and cannot be reused in other applications. When creating your widget as a user control, you do not have to create additional projects and add them to the solution, because the development of the widget takes place in Sitefinity CMS application's project only.
First, you create an empty user control inside your application structure. Then, you extend it and the implement the widget's features in it. To do this, you must use the Web User Control template, provided by Visual Studio.
To create a new web user control:
The .ascx file contains the markup and the JavaScript file contains the client-side functionality of the new user widget.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important