User control fails to reload on post back

  • Thread starter Thread starter Stephen robinson
  • Start date Start date
S

Stephen robinson

I wonder if anyone has come across this issue. I have a template ASPX
page apon which I drop user controls which in effect are my web pages.
This works fine and all the controls loop around and events fire based
on the viewstate. The issue I have is that sometimes I loop the control
based on the selected index change of a drop down list - not a problem
BUT if you change the selection then expand the drop down again as the
page is about to loop it fails to reload the control.

It is almost as if the loop back which is fired by javascript kicks off
but when it gets to the back end it fails to recongnise a selection
change has occured, it doesn't bubble the event and so the new control
fails to re-load onto the aspx page ?

Any help would be greatly appreciated.

Steve Robinson
 
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.
 
Back
Top