or

Error: Sys.ArgumentNullException: Value cannot be null.Parameter name: elementJScript anonymous functionJScript anonymous functionSys$Application$_unloadHandlerSys$Application$DisposeJScript anonymous functionJScript anonymous functionSys$Ui$DomEvent$removeHandlerremoveHandler is from this code:},_registerModeChangeHandler:function(c){if(c){this._onModeButtonClickDelegate=Function.createDelegate(this,this._onModeButtonClick);$addHandler(this._getModeButtonsWrapper(),"click",this._onModeButtonClickDelegate);}else{if(this._onModeButtonClickDelegate){$removeHandler(this._getModeButtonsWrapper(),"click",this._onModeButtonClickDelegate);this._onModeButtonClickDelegate=null;}}},_onModeButtonClick:function(h){var g=this.get_mode();<!--[if IE]><script type="text/javascript"> (function() { var remove = window.$removeHandler; window.$removeHandler = function(a,b,c) { if (a) { remove(a,b,c); } } })();</script><![endif]-->

| <telerik:RadPane ID="sp1Restricted01" runat="server" Width="100%" Height="100%" ContentUrl="ePageBase01.aspx?a=1"> |
| </telerik:RadPane> |
| </telerik:RadSplitter> |
For example, before Insert JavaScript trying to get the object using J-Query with the object ID as
“ctl00_ContentPlaceHolder1_RadGridAccManageMain_ctl00_ctl02_ctl01_txtBoxCompanyName”
But after the Insert the client ID got changed to
“ctl00_ContentPlaceHolder1_RadGridAccManageMain_ctl00_ctl05_txtBoxCompanyName”
But the generated JavaScript in “WebResource.axd” still referring the object with old ID and it is causing JavaScript undefined error.
How do I resolve this issue?