Re: Repeater and Eval
Gabriel <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
On 4/26/07, Chris Anderson <[email protected]> wrote: > > <asp:HyperLink > runat="server" > NavigateUrl='<%# Eval("Url") %>' > Visible='<%# (!String.IsNullOrEmpty(Eval("Url"))).ToString() %>' > > > <%# Eval("Title") %></asp:HyperLink> Not work :(. It's the second hyperlink in the repeater I need to hide this section : <ItemTemplate> <li> <asp:HyperLink runat="server" NavigateUrl='<%# Eval("Url") %>'><%# Eval("Title") %></asp:HyperLink> </li> </ItemTemplate> Regards, =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com