I have the Page that has the WebTab that has 6 Tabs One of which has the Grid and other of the tabs has the Other Controls,I have Few JavascriptFunctions that mainly do Custom Vlidations and few perform calculations.
Other then this i have used few events of the controls like before and after row RowTemplate Close hander etc.
The Senario is that button on each Tab validate that Tab and enable other Tab, its sort of wizard.
Now the Problem is that any where while performing this on any Tab, my Page get un responsive and i get this error
A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive. Do you want toabort the script?"
and when i abort this script it continues the work and all get well, but if i dont abort all get hangs, and before i get this the page goes in someirresponsive state.any solution for this issue?