How to make database for mobile phone shop, when in listbox choose name for example Samsung in second listbox show model of Samsung mobile and when choose model show pictures, price, and description?
Please help!

This isnt really about how to make a database, according to your description. It sounds to me like you want your listboxes to by dynamic in nature dependin on what your visitors choice is in the first box.

Without the use of JavaScript/Ajax, you can do this with asp.net as well. Just perform an autopost back when the user selects the first choice and then based on that selection populate the results in the second listbox by querying the appropriate tables in your database.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.