kentico_jurajo wrote: Hi,
The parameter tells whether the data should be reloaded or not. If you set it to false, the data are not reloaded for given control.
OK, thanks Juraj.
Sorry if this is another dumb question, but isn't:
repeaterID.ReloadData(false)
the same as simply not calling ReloadData() in the first place?
Also, (and again, apologies if this is dumb question) in what kind of scenario would you want to explicitly *not* ReloadData()? Can you give an example?