I'm trying to diagnose a problem that I'm having that is very strange and I was wondering if anyone can point me in a good direction to investigate. I have a page which contains a radajaxmanager, a combo box, a tab strip and a grid. The combo box selection updates other controls on the page via Ajax. Using Fiddler I can see that selecting a value from the combo box is creating an http post and this is followed by 2 further http get requests for the same page. The subsequent get requests aren't post backs (IsPostBack returns false) and therefore some code in the page is running when it shouldn't and this is breaking some of the functionality in the page.
This only happens in Chrome and FF3 but works okay in IE6 (in IE6 I don't get additional get requests). Additionally, it seems to be data dependant in that I only get the additional http get requets when I point my development environment at the system test database. I'm certain that the additional requests aren't being raised by some dodgy javascript.
I did wonder if this was caused by some behaviour in the Ajax Manager to try to get the browser back button to work, but EnableHistory is set to false.
Unfortuantely I'm unable to reproduce this in a snippit of code and I haven't narrowed it down to know what's causing it, I just suspect that additional http requests might be caused by something in the RadAjaxManager.
I'm using version 2009.1.527.35
Many thanks in advance for any welcome suggestions,
Steve.