asp.net/
vb.net(codew behind)
am displaying title, description, category in a datagrid web control.
it is working fine.
now, i want to display hierarchically the same based on category.
i got 4 category.
all the rows comes under any of the 4 categories.
for every category there should display a "+"
if i click the "+" then rows belong to that category should be displayed.
how can i proceed.
give some idea.