P
PSY
I am having an issue with the AJAX Update Panel and PostBack.
My issue is such. I have a series of checkbox'es with events tied to
them and autopostback="true". For the most part, things are running
great. However, in my Page_Init and Page_Load sections, there is code
that should only be accessed when not a post-back. My issue is that
if I quickly click through the events (toggle the checkboxes with the
bound events), both IsInAsyncPostBack and IsPostBack will become false
(Typically they will be true.). Any Ideas what is causing this
behavior or a workaround I could use?
My issue is such. I have a series of checkbox'es with events tied to
them and autopostback="true". For the most part, things are running
great. However, in my Page_Init and Page_Load sections, there is code
that should only be accessed when not a post-back. My issue is that
if I quickly click through the events (toggle the checkboxes with the
bound events), both IsInAsyncPostBack and IsPostBack will become false
(Typically they will be true.). Any Ideas what is causing this
behavior or a workaround I could use?