N
Nathan Sokalski
I have a DataList that contains TextBoxes. I want to postback when the
TextChanged event occurs. I have the TextBox's AutoPostBack property set to
True, but it does not seem to be doing a postback. I would expect this to
bubble up to the DataList's ItemCommand event, but this does not seem to be
happening. I will note that the DataList is inside an UpdatePanel, but it
should still do the postback. Any ideas why this is not working? Thanks.
TextChanged event occurs. I have the TextBox's AutoPostBack property set to
True, but it does not seem to be doing a postback. I would expect this to
bubble up to the DataList's ItemCommand event, but this does not seem to be
happening. I will note that the DataList is inside an UpdatePanel, but it
should still do the postback. Any ideas why this is not working? Thanks.