开发者

Problems with updating Listbox

开发者 https://www.devze.com 2023-02-03 08:59 出处:网络
Hey there i got a asp.net solution where i got 1 dropdownlist (filled with packages from sql) and 1 listbox (filled with software from sql) and 1 last witch should show software linked to a selected p

Hey there i got a asp.net solution where i got 1 dropdownlist (filled with packages from sql) and 1 listbox (filled with software from sql) and 1 last witch should show software linked to a selected package from the dropdownlist.

the last listbox is filled with a datasource from sql when the page load.

my problem is. when i select a package in the dropdownlist i want the last listbox to update. and again when i select a software from the softwarelistbox and hit the add button, i want the last listbox to up开发者_运维技巧date when new data...

how do i do that ?


I will assume that you're not an expert in ASP.NET, and for that I will give you an easy answer:

Give ASP.NET AJAX Control Toolkit a go, and check the Cascading DropDown as I'm sure that's what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消