T
Tackie
Okay guys, I'll admit I'm new to asp.net but this one is shouldn't be that
difficult to fix.
I have a listbox which is populated and works fine. I have added code the
SelectedIndexChanged Event to populate a couple of textboxes with data.
Both the populating the listbox and retrieving data work fine.
Here is my problem:
Each time the SelectedIndexChanged Event is called the currently selected
item in my list box is lost. Meaning after each postback the page_load
event is fired and the index is set back to 0.
Any insight would be greatly appreciated.
difficult to fix.
I have a listbox which is populated and works fine. I have added code the
SelectedIndexChanged Event to populate a couple of textboxes with data.
Both the populating the listbox and retrieving data work fine.
Here is my problem:
Each time the SelectedIndexChanged Event is called the currently selected
item in my list box is lost. Meaning after each postback the page_load
event is fired and the index is set back to 0.
Any insight would be greatly appreciated.