Give the AJAX Extensions CascadingDropDownExtender a try.
I love to display the non-secure items...
Charlie Asbornsen
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
I love to display the non-secure items...
Charlie Asbornsen
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
hardy
Member
350 Points
477 Posts
how to make drop down menu and the data is retrieve from database?
Feb 13, 2008 05:33 AM|LINK
hello ever one...
i have product page.. in this page, i want display item use like drop down menu, like this:
the item of drop down menu is take from database.
this is a database (product)
type name
food coconut
food chocolates
electronic television
electronic radio
electronic computer
i want display like this:
food >>
electronic >>
if we move pointer to food, it will display
food >> coconut
electronic >> chocolates
how to make like this?
my friend said it must use css or javascript...
can some one give code about that?
and one more thing, if i insert new item to food like cheese, so it will display:
food >> coconut
electronic >> chocolates
cheese
it will automatically display new data in drop down menu every insert it..
is it difficult?
thx...
Charles Asbo...
Contributor
5512 Points
1186 Posts
Re: how to make drop down menu and the data is retrieve from database?
Feb 13, 2008 02:35 PM|LINK
Give the AJAX Extensions CascadingDropDownExtender a try.
Charlie Asbornsen
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
hardy
Member
350 Points
477 Posts
Re: how to make drop down menu and the data is retrieve from database?
Feb 13, 2008 03:02 PM|LINK
example?
or where can i learning about that?
what web?
thx..
Charles Asbo...
Contributor
5512 Points
1186 Posts
Re: how to make drop down menu and the data is retrieve from database?
Feb 13, 2008 04:34 PM|LINK
Here's the site for AJAX
http://www.codeplex.com/AtlasControlToolkit
Charlie Asbornsen
Dont forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.