I have a web form with 2 user controls each having 2 buttons (they're both slideshow type controls) When any button is clicked, we make it to page_load and IsPostBack=false. This causes one time initialization code to get executed every time a button is clicked. it is my understanding that button clickscause postbacks and therefor should enter page_load owith ispostback=true. What might be causing this behavior? I've been stummped for hours!