I am using a repeatercontrol on my page. How can I changethe color of a row at run time depending on the data on the page. In a datagrid I would code use the ItemDataBoundEventHandler. What is the equivalent for a RepeaterControl or a DataList?
That would be the ItemDataBound event handler :-) , signature is: >code> protected void OnRepeaterItemDataBound(object sender, RepeaterItemEventArgs e) { }
franklb
Participant
1575 Points
315 Posts
Using the RepeaterControl
Dec 11, 2003 05:09 PM|LINK
Scott Gallow...
Participant
1510 Points
302 Posts
Re: Using the RepeaterControl
Dec 11, 2003 08:22 PM|LINK