asp.net
vb.net
I would like to use a simple hyperlink popup drop-down menu.
Where I could find some tutorials or examples?
Can we write the code with clean vb.net and web controls without java…?
Best regards,
Krasimir
Printable View
asp.net
vb.net
I would like to use a simple hyperlink popup drop-down menu.
Where I could find some tutorials or examples?
Can we write the code with clean vb.net and web controls without java…?
Best regards,
Krasimir
A hyperlink that creates a pop-up window, with a drop-down menu?
By pop-up I assume you mean a new browser window, or a div set to visible. Server code can only handle the second case (setting a div to visible, placing it somewhere), and even then, it would need to postback to the server.
Javascript can handle both cases, the first case, extremely easy... the second case, you use Javascript to set a div visible, and place it next to where you want it to go.
There are plenty of sample codes... just look around the the web.. DHTML pop-up windows are everywhere.
thank you nemaroller
Thanks for the source of Scott Mitchell http://skmmenu.com
skmMenu is fantastic no Java / clean vb.net code for menu creating in aspx pages.
brgds
Krasimir