Here it goes...maybe on of you has been here before.
Scenario:
-I have an ASP Web Application with a MasterPage that holds an iframe.
-On this MasterPage I have an UserControl that holds some ASP buttons that trigger, directly from javascript, some XMLHttpRequests to a ASPX for information refreshing.
Symptom:
- Each time the request is complete, the whole page gets refreshed.
Tests already made:
- Return false, in every method involving the pre and pos-request.
- Set UseSubmitBehavior to false in the buttons.
Any ideas?