Z
zdrakec
Hello all:
Clearly, I'm not getting it! Here is the scenario:
On a web page, I have two list boxen and a text box. The first listbox
is populated at page load time (if it is not a postback). This listbox
has AutoPostback = True. When the user selects an item from this list,
the second listbox is populated with more items relevant to this
selection. I am using an SQLDataSource web control for this. These
items are headers. I want, when an item from the second listbox is
selected, to then put some detail into a textbox.
To recap:
Parent list in listbox1
Child list in listbox2, based on listbox1 selected item (via postback)
Child detail in textbox, based on listbox2 selected item. Listbox2 has
AutoPostback = False (I don't want to reload everything when something
is selected here....)
I've tried a number of things, but I guess there is a conceptual
problem going on...
If anyone can steer me in the right direction, I will be grateful!
Regards,
zdrakec
Clearly, I'm not getting it! Here is the scenario:
On a web page, I have two list boxen and a text box. The first listbox
is populated at page load time (if it is not a postback). This listbox
has AutoPostback = True. When the user selects an item from this list,
the second listbox is populated with more items relevant to this
selection. I am using an SQLDataSource web control for this. These
items are headers. I want, when an item from the second listbox is
selected, to then put some detail into a textbox.
To recap:
Parent list in listbox1
Child list in listbox2, based on listbox1 selected item (via postback)
Child detail in textbox, based on listbox2 selected item. Listbox2 has
AutoPostback = False (I don't want to reload everything when something
is selected here....)
I've tried a number of things, but I guess there is a conceptual
problem going on...
If anyone can steer me in the right direction, I will be grateful!
Regards,
zdrakec