kentico_jurajo
-
1/6/2009 5:01:58 AM
RE:Repeater not updating on DataBind
Hi,
I assume that you are using the repeater as a control from the CMS.Controls (as I can see from your code). You need to reload the data after you change them in code behind. Could you please try to add this piece of code after you change the properties:
this.<repeaterID>.ReloadData(true); //or it may work also with "this."
Best Regards, Juraj Ondrus
|