Code to add drop down menu in Asp.Net Page
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
{
