hi,
I ve been searching through the forum of ASP.Net and could nt find a tutorial to build a drop down for my topmenu. Anhy body can give a link for this please or some sample code to follow?
Many thanks
Printable View
hi,
I ve been searching through the forum of ASP.Net and could nt find a tutorial to build a drop down for my topmenu. Anhy body can give a link for this please or some sample code to follow?
Many thanks
It's pretty simple to accomplish. All you need to do is create a user control which accepts a list of some sort such as an array list or a dataset or some xml, read it and generate the divs accordingly for your menu.
Nevertheless,
http://www.411asp.net/home/assembly/navigator/dropdown
http://www.dnzone.com/ShowDetail.asp?NewsId=163
http://www.eggheadcafe.com/articles/20030603.asp
Many thanks Menhak, will check links out and try out one myself too.