Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Selection out of range Parameter name: value ---> System.ArgumentOutOfRangeException: Selection out of range Parameter name: value at Telerik.Web.UI.RadComboBox.PerformDataBinding(IEnumerable dataSource) at Telerik.Web.UI.RadComboBox.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) at Telerik.Web.UI.RadComboBox.OnDataBinding(EventArgs e) at Telerik.Web.UI.RadComboBox.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at Telerik.Web.UI.RadComboBox.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at DotNetNuke.Modules.Admin.Security.SecurityRoles.DataBind() in d:\Projects\BrightFieldMarketing\Website\DesktopModules\Admin\Security\SecurityRoles.ascx.cs:line 473 at DotNetNuke.Modules.Admin.Users.ManageUsers.ShowPanel() in d:\Projects\BrightFieldMarketing\Website\DesktopModules\Admin\Security\ManageUsers.ascx.cs:line 563 at DotNetNuke.Modules.Admin.Users.ManageUsers.BindData() in d:\Projects\BrightFieldMarketing\Website\DesktopModules\Admin\Security\ManageUsers.ascx.cs:line 347 at DotNetNuke.Modules.Admin.Users.ManageUsers.OnLoad(EventArgs e) in d:\Projects\BrightFieldMarketing\Website\DesktopModules\Admin\Security\ManageUsers.ascx.cs:line 694 --- End of inner exception stack trace ---
Posted
Comments
Richard MacCutchan 28-Jul-15 3:25am    
Parameter name: value ---> System.ArgumentOutOfRangeException
Go to your source and find out why the parameter value is incorrect.

1 solution

Hi May be in radcombobox have 2 items,but ur try to get value 2,but in radcombobox value start form 0,so if u have 2 values,then get 0 or 1 not 2.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900