Click here to Skip to main content
15,898,374 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to make a search product by category from dropdown

so
Table Details
*****************
1) Tbl_Product

P_id(Pk)
Cat_id(Fk)
P_Name
********************
2) Tbl_Category

Cat_id(Pk)
Cat_Name
********************
now i put a one DropDownlist
in which name of category should be display

now, by selecting category from DropDown i want select Product for that category from Tbl_Product
and bind in in View(any)......

then how can i do it.....
thnx
Posted
Updated 20-Jan-12 9:01am
v2

1 solution

You can use Cascading DropDownList to accomplish this.

Here is the link that will guide you;

Ajax Control:Cascading DropDownList[^]

Good luck,
OI
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900