BleepingComputer.com: drop down menu in asp

Jump to content


Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.

Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

drop down menu in asp

#1 User is offline   harish kumar 

  • Member
  • PipPip
  • Find Topics
  • Group: Members
  • Posts: 18
  • Joined: 18-May 09

Posted 30 May 2009 - 12:50 AM

hello friends, I want to create dropdown menu for my website. But I do not know how to create the dropdown menu using asp. Can anyone suggest me the dropdown menu using ASP.

#2 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,522
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 30 May 2009 - 08:31 AM

What have you found so far?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#3 User is offline   KamakaZ 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 548
  • Joined: 26-August 08
  • Gender:Male
  • Location:Victoria

Posted 30 May 2009 - 08:41 AM

quick question: if i was to use a javascript drop down menu that i have used in HTML, can i use this same javascrip drop down menu in ASP?
If I am helping you and don't reply in 24 hours please send me a PM

There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.

#4 User is offline   groovicus 

  • Hail Groovicus!
  • PipPipPipPipPipPip
  • Find Topics
  • Group: Moderator
  • Posts: 9,522
  • Joined: 05-June 04
  • Gender:Male
  • Location:Centerville, SD

Posted 30 May 2009 - 11:48 AM

Javscript is javscript regardless of the language used to create the web page.

I think you are missing a huge part of the picture here. ASP, PHP, and and other language are just used to add functionality or dynamicism to web pages. Web pages are still just HTML, CSS, and Javascript. When you use PHP to write out a function, when it gets to the browser, it is just javascript. A perfectly valid PHP looks like this:
<html>
  <head>
	  <title></title>
   </head>
   <body>
	   <h1>Hello World</h1>
   </body>
</html>


Can you tell me what makes this different than just plain HTML?
"Take the risk of thinking for yourself, much more happiness, truth, beauty, and wisdom will come to you that way" - Christopher Hitchens

#5 User is offline   KamakaZ 

  • Senior Member
  • PipPipPipPip
  • Find Topics
  • Group: Members
  • Posts: 548
  • Joined: 26-August 08
  • Gender:Male
  • Location:Victoria

Posted 31 May 2009 - 08:21 PM

View Postgroovicus, on May 31 2009, 02:48 AM, said:

dynamicism

is that a word? if not it should be

View Postgroovicus, on May 31 2009, 02:48 AM, said:

A perfectly valid PHP looks like this:
<html>
  <head>
	  <title></title>
   </head>
   <body>
	   <h1>Hello World</h1>
   </body>
</html>


Can you tell me what makes this different than just plain HTML?


i see what your getting at... so it would be possible to use javascript drop down menu's. I would try google-ing that then...
If I am helping you and don't reply in 24 hours please send me a PM

There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users