Hi
I am using code behind to bind my listview and i am getting this error with all labels and linkbtn, and i dont know what is going on in fact so could you someone explain to me what is going on and how i can make my code in the right way.
The name 'Bind' does not exist in the current contextLine 26: <asp:LinkButton ID="Adstitlinkbtn" runat="server"
Line 27: style="font-weight: 700; color: #0066FF" Text='<%#Bind ("AdsTit") %>'
Line 28: CssClass="adstit" onclick="Adstitlinkbtn_Click"
<asp:ListView ID="adsshow" runat="server"
style="text-align: left" >
<ItemTemplate>
<div class="templist">
<asp:Label ID="Labeladsid" runat="serv ...
Go to the complete details ...