Click here to Skip to main content
15,920,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to design and program page with ASP.NET + C# but I could not do that so please help me.

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 imageand 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 visit 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

By the way I hope to be the code with C#
Posted
Comments
Sandeep Mewara 17-Sep-10 13:56pm    
Update from OP: Thank you ver much for your reply, but maybe I couldn't explain to you very well,
look dear
I can get the DropDwonList from DataBase, there is no problem, what I want to do
How can I search in Database by using the Two DropDwonList, then get the result from Database and displaying it in PAGING DataList

 
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