K
Karl
Hi I am new to asp.net and I need to get my head around
the way client side events interact with server side
events.
I want to have three listbox's on a page, the value the
user selects in the first listbox determines the second
listbox's values, the value the user selects in the second
box determines the third listbox's values etc.
I double clicked on the first listbox to generate a code
behind event which I filled with the appropriate code but
of course nothing happens on the web interface because my
event is server side.
Please help.
the way client side events interact with server side
events.
I want to have three listbox's on a page, the value the
user selects in the first listbox determines the second
listbox's values, the value the user selects in the second
box determines the third listbox's values etc.
I double clicked on the first listbox to generate a code
behind event which I filled with the appropriate code but
of course nothing happens on the web interface because my
event is server side.
Please help.