Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have Database called mygroup , and I have three tables
* Cataloges table .. columns (CatalogeId int, CatalogeName nvarchar)
* Brand table .. columns (BrandId int, BrandName nvarchar)
* Products table, it is consists of these columns :


ProductId int
ProductNO nvarchar
CatalogeId int
BrandId int
MainSpecification nvarchar
DetailsSpecification ntext
Image image


I want to desgin form for products, and this form contain these ToolBox
* DropDownList for CatalogeId
* DropDownList for BrandId
* DataList Control for displaying the Result Search
* Button

When the user visite Product Page for Example (productpage.aspx), then he see the two DropDownList , then choose one of Cataloge Name (Laptop , Printer, ....) , and choose one of the Brand Name (Sony, Toshiba, ....) , then Click the Button, and get the
Result Search in Paging DataList help me in this with Design and Programming in (C#)


By the way if there is no data available so the DataLis is Invisible, and
Label show Message "Sorry no Data Available"
Posted
Comments
m@dhu 23-Sep-10 9:18am    
Its been a week i think you have asked the question didnt you try anything from that day??
Sandeep Mewara 23-Sep-10 11:43am    
What have you tried so far? Show us your effort made.

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