I have a combobox in a grid popup edit form that I'm creating programatically and I'm trying to set the SelectedIndexChanged event, but I can't seem to get it to fire.
there are some data points that get read in to determine whether or not to set the SelectedIndexChanged event, but here is the code
I know I'm getting to the point where it should assign the SelectedIndexChanged event because the AutoPostBack attribute right above it is working (I can comment out that line and the combobox doesn't postback).
Here is the associated event code
I put in the Response.Redirect just to see if the event was firing and it's not.
Am I not going about this correct way? I need to be able to fire off this event so the BuildOptions event gets run when the postback occurs.
Thanks