user control
hi all
i have a usercontrol, in which i have a datalist. the datalist has a hyperlink, which displays some categories. i have put this user control in a .aspx page and it is working fine.
now what i would like to add is, when we click any of the hyperlink, it should display a tree view like or repeater, which contain all the sub categories of that particular category. do i have to create another user control, which displayes this subcategories, based on the category selected? i have a stored procedure which returns the catid, of that subcategories, which needs to be referenced through that hyperlink. i hope i am not confusing you all
but i am struck up, and i am not getting an idea where to start and how
can anyone please give an idea, what will be the best way to acheive this?
thanks
|