i have 2 problems ..
we have main pages and modal pages...main pages are lists with gridviews and in modal pages we are performing operations spesific to records in lists...in modal pages we have rad combo boxes.. when we close this modal pages and send a postback to the server we are getting javascript errors at these 2 lines...
1-this._foregroundElement.parentNode.removeChild(this._backgroundElement) (modal popup extender)
2-_31.parentNode.removeChild(_31);
i think the problem occurs when disposing but i don't know how to solve?????