How make dropdown list like "youtube addto favorites"
I want to make list like www.youtube.com "add to". How I can do this. It can be possible in asp.net.
I am a开发者_JAVA技巧ttaching snapshot that i want to use in asp.net.
Make a button, and a hidden div positioned juse below it. On button click, populate and reveal the div if it's hidden, or hide it if it is not. It does not really have much to do with ASP.NET, rather JavaScript.
精彩评论