Well the repeater is a custom control from our CMS. It allows us to specify text to display if Zero Rows are returned. The control consistantly displays that text, so I know the control is rendering. It's more that it's not rendering properly because it's
not getting the data from the database.
I've already emailed their support techs, but I was wondering if someone here had any ideas that might help.
Since this is the first time I've created a custom control this way, I figured I was not assigning the properties at the correct time.
Member
30 Points
328 Posts
Re: Rendering Repeater in Custom WebControl
Jul 05, 2012 05:22 PM|airic82|LINK
Well the repeater is a custom control from our CMS. It allows us to specify text to display if Zero Rows are returned. The control consistantly displays that text, so I know the control is rendering. It's more that it's not rendering properly because it's not getting the data from the database.
I've already emailed their support techs, but I was wondering if someone here had any ideas that might help.
Since this is the first time I've created a custom control this way, I figured I was not assigning the properties at the correct time.
Thanks!