P
P.L.
Hi!
I have problem with Datarepeater control. When I load template from external
aspx file
ItemTemplate = Page.LoadTemplate(....);
I can't find control in ItemDataBound event.
((Label)e.Item.FindControl("Label1")).Text = "text";
Can someone help me?
Petr
I have problem with Datarepeater control. When I load template from external
aspx file
ItemTemplate = Page.LoadTemplate(....);
I can't find control in ItemDataBound event.
((Label)e.Item.FindControl("Label1")).Text = "text";
Can someone help me?
Petr