I have list<class> for showing data in repeater control using drag and drop.
list.add(new class{id=0, name ="item1"});
list.add(new class{id=1, name ="item2"});
list.add(new class{id=2, name ="item3"});
list.add(new class{id=3, name ="item4"});
and on page load i showed this data in Repeater…
now i want to remove one “item2” from list and show agian on repeater,
it also remain same when i am doing refresh my page
how could i do this?
Change getDate as Follow…