Hi
I have "AJAX Enabled" certain parts of my web app.
It is the sorting functionality of a XML results populated repeater. I have two of them on the page and the work in the browser blindingly well!
However there is a problem (Isn't thier always!)...
When you browser to the page and the repeaters are populated, if you click "Select" to move onto the next page without doing any sorting of the results and then click the "Back to results" button it works fine.
But, when you do the same thing, yet sort the results (therefore triggering the AJAX postback to get the other results) and then click select and go back, it then hangs and seems to try to re-bind the page.
Am i missing something obvious for a start?
I know code examples will help, but does this spring anything to mind?
Regards
Anthony