Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having a repeater like this in asp.net
ASP.NET
<asp:Repeater runat="server" ID="rptrExperience" OnItemDataBound = "itembound">
                           <itemtemplate>
                               <div class="experience">
                                  <a><asp:Label ID="Label13" class="accounts-link" runat="server" Text='<%#Eval("JobTitle") %>'></a> <br />
                                  <a> <asp:Label ID="Label14" class="accounts-link" runat="server" Text='<%#Eval("Company") %>'></a><br />
                                   <%-- <asp:Label ID="Label1" runat="server" Text='<%#Eval("town") %>'><br />
                                   <asp:Label ID="Label15" runat="server" Text='<%#Eval("Location") %>'><br />--%>
                                   <asp:Label ID="Label16" runat="server" Text='<%#Eval("Period") %>'><br />
                                   <asp:Label ID="Label17" runat="server" Text='<%#Eval("Description") %>'><br />
                                   <asp:Label ID="lblname" runat="server">
                                   <a id="ae" href="#?w=750" class=" floatleft poplight"  rel="popup6"  runat="server"  >Endorse <asp:Label ID="en" runat="server" Text='<%#Name(Eval("UserId")) %>'>'s Work in <asp:Label ID="en1" runat="server" Text='<%#Eval("Company") %>'>
                                   <a  id="te"  runat="server" rel="tooltip" title="You can endorse your collegue or friend you have worked together.This is your professional opinion so keep it professional.Tip: Keep it clear and simple, Your friend can delete your endorsementif they are innappropriate. "><img src="images/icon-tips.png" width="14" height="15" alt="tips" />
                               </div>
                           </itemtemplate>

and binding data using linq

I want the same to displayed in a wpf application. I am new to wpf can any one help me out
Posted
Updated 16-Jan-13 3:39am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900