本文介绍了Ajax选项卡面板错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
动态创建ajax tabpanel回发时没有工作......因此得到错误...
Dynamically created ajax tabpanel Not working while post back..am getting error like this...
Specified argument was out of the range of valid values.
Parameter name: value
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: value
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: value]
AjaxControlToolkit.TabContainer.set_ActiveTabIndex(Int32 value) in c:\AjaxControlToolkit_Admin\Release\AjaxControlToolkit\Tabs\TabContainer.cs:125
AjaxControlToolkit.TabContainer.LoadControlState(Object savedState) in c:\AjaxControlToolkit_Admin\Release\AjaxControlToolkit\Tabs\TabContainer.cs:387
System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) +123
System.Web.UI.Page.LoadAllState() +8905996
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +747
推荐答案
这篇关于Ajax选项卡面板错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!