- Create Blogs and Posts (Comments) in Sitefinity
- Kentico Hierarchical Transformation Layout
- How to assign global permissions to a user or role using permissions service in Sitefinity
- How to Create a Widget Designer using Thunder in Sitefinity
- How to Create Custom widget in Sitefinity
- How to Create Custom widget using MVC Feather in Sitefinity
- How to Create Forms in Sitefinity
- How to Create Product types in E-commerce and its fields in Sitefinity
- How to Create Search index in Sitefinity
- How to Create Template and how to use it in Sitefinity
- How to implement Dynamic data retrieving in Sitefinity
- How to use Module Builder in Sitefinity
- IIS express configuration to host websites
- Unigrid
- UniPager
- UniSelector
- Making Responsive compatible on IE7/IE8 using response.js
- Client Side Compatibility issues on Macintosh
How to implement Dynamic data retrieving in Sitefinity
One of the many advantages of Sitefinity is that it includes access to the full suite of Telerik RadControls, including the one we'll be using: RadRotator. Using this and other controls from the suite allows you to quickly add useful and powerful widgets to your Sitefinity website.
Steps:
Step 1: Open your project in Visual Studio
Step 2: add one custom user controller
in that add RadRotator
Step 3: In codebehind :
Retrieve the data and bind the data as in asp .net and using DynamicModuleManager by calling the GetDataItem's method After doing all
Step 4: Build your solution
Step 5: Register the controller in the toolbox(dashboard).
Step 6: Drag and drop your controller to your page and publish
Steps:
Step 1: Open your project in Visual Studio
Step 2: add one custom user controller
in that add RadRotator
Step 3: In codebehind :
Retrieve the data and bind the data as in asp .net and using DynamicModuleManager by calling the GetDataItem's method After doing all
Step 4: Build your solution
Step 5: Register the controller in the toolbox(dashboard).
Step 6: Drag and drop your controller to your page and publish