views:

82

answers:

0

Hello,

I really don't know how to start the title of my post, but i'll try my very best to give out my best explanation of the issue. Here it goes:

I'm using jQuery tabs to open up multiple data. Each tab, when opened dynamically, loads up an iframe that contains another asp.net page and does what a normal page does. I open the tabs through jQuery and web services.

we use radajaxpanel for our input form transactions and jquery ajax to speed up grids using jquery plugins.

on a normal 5-7 opened tabs, everything works fine. after opening more tabs, then all these pages become affected by the eventvalidation error once i use the RadAjaxPanel postback. I've tried all techniques seen on google like the Page.ClientScript.RegisterForEventValidation inside a override of Render and turning off the EventValidation on the parent page.

The thing with opening data in our tab, they can open multiple tabs at once. if i do a 1-minute interval on opening of the tabs, it works fine until the 7th. if i open 7 tabs all at once using a javascript loop, then the problem automatically triggers. My fellow developer here had an experience of Chrome returning an error that says, "Fast I/O disallowed"; i'm still wondering if this has something to do with the error.

Anyone here experienced the same thing?