Hi Klaus,
Thanks for the help... i need one more help...
i have say 4 buttons..1,2,3,4
and have 2 listviews,
wen i click on each buttons the items in the listview1 should change..for e.g...on the click of say 1.button the items should change in list1 to a1,b1,c1...wen 2 is pressed a2,b2...
wen i click on the first list1 items at any position, it should show the related items in second list2.
for e.g.
listview1 items on button click 1-
a1
b1
c1
d1
e1
wen i click on say "a1" it should show list2 items as a11,a12,a13,...
if i click on "d" then in list2 items should change to d11,d12,d13...
Please let me know if i should put code under button click or listview..