Weird Postback issue

I’'m having a weird postback issue. It seems the very first postback from any control does a reload of the entire page. After the first reload the page works fine. Has anyone else seen this issue. I’m having a hard time duplicating the issue when debugging. If I add a break point the issue goes away.

That does sound weird. Are you saying that it doesn’t involve a GoView at all in order to produce that behavior? Are you using any UpdatePanels?

I have a selectbox that is bound to a datasource. On DropDownList1_SelectedIndexChanged it fills a goview and does an autolayout. I commented out the fill and autolayout and it still does it. if I remove the view it doesn’t do it anymore.