What is the Process of Setting the Properties of repeater in the code behind in Kentico

After setting its properties in code behind you need to call the ReloadData method. If you don’t want to bind data you can set 'DataBindByDefault' property of repeater (on aspx template) to false so it will bind the data only after calling ReloadData method
 
- My ASP.NET Application
We use cookies to provide the best possible browsing experience to you. By continuing to use our website, you agree to our Cookie Policy