PDA

Click to See Complete Forum and Search --> : Listbox load


nvenkat75
Apr 16th, 2005, 12:48 AM
if i click the detials in the listbox1.then the corresponding details of the listbox2 should be displayed in the listbox.

on which event i should try.

yashsays
Apr 16th, 2005, 06:37 AM
you should write inside "SelectedIndexChanged"....the current selected value can be fetched using "lst1.SelectedValue"

remember to set AutoPostBack to true for lst1...only then this code will work.