
August 18th, 2005, 03:35 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Posts: 14
Time spent in forums: 2 h 11 m 40 sec
Reputation Power: 0
|
|
|
Alternative templates in repeaters.
Hi there,
i'm trying to put alternative template definitions into the same repeater. what I have right now is a repeater with images, text describing products etc. I'm wanting to show an alternative if there are no results. Is there anyway to include one file in a repeater for one condition and if there are nor results, include another ? something like :
<asp:repeater>
if one condition Include template1.aspx
else include template2.aspx
</asp:repeater>
many thanks
Mox. 
|