I am working on a web application in ASP.NET(uses C# language) that consist of using cascading dropdown listboxes. Bascially, after the one item is selected out of the listbox, the next one should automatically display its drop down list. Could someone please help.
Hi..
I'm working on a web application in ASP.Net(delphi language) that consists of loading the items to the dropdown list box in the form load event... then if any other event(say button click) is triggered the form load event is automatically called and so the item that i have selected before my event(button click) is changed because the form load event is agained called and so the item in the dropdown list is the first item (itam at form load). So i can't get the query to my selected item instead i'm always getting the query for the first item of the drop downlist box.Hope u people understood my problem.. and do help me i fu know the answer..