Showing posts with label Unique code of drop down menu in Asp.Net Page.. Show all posts
Showing posts with label Unique code of drop down menu in Asp.Net Page.. Show all posts

Code to Add Drop Down Menu in Asp.Net Page

 Code to add drop down menu in Asp.Net Page


code for drop down menu in Asp.Net Page, Drop Down Menu code for asp.net
First of all, go the Visual Studio 2005 or 2008 and create a new website. Now I want to tell here how to create drop-down menu on the page: So I tell you unique and simple code to do it.

1. Go to the HTML section of the form and  (Go to HTML code section page and write the following code in below head tag)

<style>

body{font-family:arial;}

table{font-size:80%;background:black}

a{color:black;text-decoration:none;font:bold}
a:hover{color:#606060}
td.menu{background:lightblue}
table.menu
{