I want to write my own code for at menu in ASP.Net, something like this . Does any of you no if there is some litterature or tutorials on the programming of menus?
Printable View
I want to write my own code for at menu in ASP.Net, something like this . Does any of you no if there is some litterature or tutorials on the programming of menus?
I think that you will have to write your code in javascript there are a few examples of javascript menus out there. But proablly no real good tutorials on creating a asp.net conrtol through it. Since if you created it then you would have something you could sell. AT least that is my opion. Maybe there is something out there.
Well it is 2 steps. First you need to learn DHTML, then you need to write a web form control that will dynamically create the dhtml for you.