Hello to everybody,
I have some trouble with an asp:Repeater, It doesn't show me the html
code inside it.
I have a user controll as ItemTemplate, and I bind the asp:Repeater
with a collection. The code of the user controll is executed in the
right way but once the page is loaded nothing is appearing as
html...the code of the asp:repaeter is:
<asp:Repeater id="HList" Runat="server">
                                                        <ItemTemplate>
                                                                
<uc1:HotelDisponibile OptionIndex="<%#
Container.DataItem.IdHotel%>" ID="HotelDisponibile" runat="server">
                                                                
</uc1:HotelDisponibile>
                                                        </ItemTemplate>
                                                        <SeparatorTemplate>
                                                                <tr>
                                                                        <td 
colspan="3" bgcolor="#536ace" height="1"></td>
                                                                </tr>
                                                        </SeparatorTemplate>
                                                </asp:Repeater>
Please someone can help me! Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment

You may subscribe to group Feeds using a RSS Feed Reader to stay upto date 
using following url  

<a href="http://feeds.feedburner.com/DotNetDevelopment";> 
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---

Reply via email to