Posted on: 8/2/2015 12:27:29 AM | Views : 762

Dear reader,

I have a question about a listview, I have a listview who is dynamicly filled by user chose with data, if the user is ready and choos what they want they can click a button. After the buttonclick al the items in the listview must be written to a text file. When the click only one line of de listview becomes written to the text file, even though there are more in de listview, but i need all the lines.
I will post mij asp.net page and mij c# page so mabey u can help me.
<asp:ListView ID="LViewChart" runat="server" OnItemDeleting="LViewChart_ItemDeleting"> <ItemTemplate> <table style="border: thin dotted #000000; width: 100%"> <tr> <td style="text-align: center; width:100px"><asp:Label ID="Lbid" runat="server" Text='<%# ...

Go to the complete details ...