Hi,
I add an item to the RadRotator in the server-side, but I can't see it...
here is my code:
I add an item to the RadRotator in the server-side, but I can't see it...
here is my code:
System.Web.UI.WebControls.
Image image = new System.Web.UI.WebControls.Image();
a.ImageUrl =
"~/Images/Design/Edit.png";
RadRotator1.Items.Add(
new Telerik.Web.UI.RadRotatorItem(image));
(The url is correct, I use it a lot in my web site, and I can see that the rad rotator has the item, using f12 when I run the code in my browser)
Do you have any ideas how to solve this problem?
Thanks!