D
Denny via DotNetMonster.com
Could anyone could tell me what is caising the error!!!
I'll be very thanksfull!!
Server Error in '/webgui' Application.
------------------------------------------------------------------------------
--
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:
Line 922: {
Line 923:
Line 924: this.CardActionList.SelectedIndex = System.Int32.Parse(this.
Request["Action"].ToString());
Line 925: if(this.Request["PAN"]!= null)
Line 926: this.PAN.Text = this.Request["PAN"].ToString();
Source File: c:\webgui\case\cardmgment.aspx.cs Line: 924
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of
valid values.
Parameter name: value]
System.Web.UI.WebControls.ListControl.set_SelectedIndex(Int32 value) +152
EBT.Web.GUI.CardMgment.Page_Load(Object sender, EventArgs e) in c:\webgui\
case\cardmgment.aspx.cs:924
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
I'll be very thanksfull!!
Server Error in '/webgui' Application.
------------------------------------------------------------------------------
--
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:
Line 922: {
Line 923:
Line 924: this.CardActionList.SelectedIndex = System.Int32.Parse(this.
Request["Action"].ToString());
Line 925: if(this.Request["PAN"]!= null)
Line 926: this.PAN.Text = this.Request["PAN"].ToString();
Source File: c:\webgui\case\cardmgment.aspx.cs Line: 924
Stack Trace:
[ArgumentOutOfRangeException: Specified argument was out of the range of
valid values.
Parameter name: value]
System.Web.UI.WebControls.ListControl.set_SelectedIndex(Int32 value) +152
EBT.Web.GUI.CardMgment.Page_Load(Object sender, EventArgs e) in c:\webgui\
case\cardmgment.aspx.cs:924
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750