Server Error in Application

  • Thread starter Denny via DotNetMonster.com
  • Start date
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
 
T

tdavisjr

You are probably using SelectIndex the incorrect way. The error is
telling you that there is no item at the SelectedIndex of the value of
your querystring.
 
D

Denny via DotNetMonster.com

tdavisjr said:
You are probably using SelectIndex the incorrect way. The error is
telling you that there is no item at the SelectedIndex of the value of
your querystring.


Thank u so mucho but i couldn't resolve the problem, my friend has the same
version that i have and ho doen't received the error!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
SterlingLa
Top