Posted on: 7/5/2014 3:36:39 AM | Views : 393

Hi
I am getting a red line under: (adsnummsglbl,adstitmsglbl,adsmessagetxtbx,Reciverlblnme,fromlbl) with error message: the name 'for each one of above tools' does not exist in the current context, the element are inside a panel and this panel are inside listview i tried to take them out and the red line disappear but that it will not wrok as the label are not able to get the value from the listview.

<asp:ListView ID="adsdetaillstview" runat="server"> <ItemTemplate> <div class="iconadsbox2"> <asp:ImageButton ID="likebtn" runat="server" ImageUrl="~/iconsimg/favoritestar2.png" OnClick="likebtn_Click" CausesValidation="false"/> &nbsp;&nbsp;&nbsp; <asp:ImageButto ...

Go to the complete details ...