Click here to Skip to main content
16,020,114 members

Comments by martene (Top 3 by date)

martene 27-Nov-13 7:55am View    
I've read your article and it was enlightening but tell me just one thing, Is it necessary to use <form runat="server"> to run this code or just <form action=""> would suffice.
martene 27-Nov-13 7:27am View    
I will try to make my post smaller.
martene 26-Nov-13 23:28pm View    
use the listview.itemchecked event and in the event handler iterate through the listview.checkeditems collection and based on weather the item is checked or not check the anotherlistview.item(index).checked=true