so basically, im still new to this asp.net and i need to take 4 drop down boxes for " best sellers " in the admin panel and update those boxes from the " products " page, how can i go about doing this?

if there already a topic for this, please forgive me, i've looked already and dident come across anything.

You can't update them directly. say, when u r in products page, insert the data into the database & load the admin page on its save button. or simply redirect to the admin page. & in the page load event of the admin page, write code to bind those 4 dropdown lists with the whatever data you want.

Hope it helps..

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.