Ok, I have two dropdownlists on my page and when the selected index changes I want to create cookies that store the index for resetting the index if someone leaves the page and comes back later.
I also have text entries and add buttons for those entries that store the data into the database and shows it in a datagrid on the page. There is a remove button too.
So here is what's happening.
When I change the DropDownList's SelectedIndex, nothing happens. But if I enter data into the text entries and press the Add button, then the DropDownList's event is fired off... But not the Add buttons's event?!
I've been removing UserControls that I thought maybe blocking the post back, but it's still happening.
Any ideas?
Thanks,
Justin


Reply With Quote

.