Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Having problem

Status
Not open for further replies.

hlybbi

Programmer
Mar 19, 2003
91
IS
i allways get this "error Specified argument was out of the range of valid values. Parameter name: index"


Line 53:<asp:Label Runat="server" ID="error"></asp:Label>
Line 54:</font><font face="Verdana" size="2">
Line 55:<asp:Label Runat="server" ID="No_Error"></asp:Label>

[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index]
System.Web.UI.ControlCollection.get_Item(Int32 index) +58
ASP.Car_Skraning_01_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in C:\vefir\xxx-forrit\xman-vinnuManager\car_Skraning_01.aspx:55
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +1926


but i doesint matter what i do the error, djust goes to the next control if i delete the no_error label



Best regards Hlynur
 
the code is far more useful than the error as no-one's gonna' have a clue unless the see how the page and code behind are constructed.

the error's useful, but about as much as a chocolate teapot by itself i'm afraid.

can you post the code?

Rhys

""Vampireware /n/, a project, capable of sucking the lifeblood out of anyone unfortunate enough to be assigned to it, which never actually sees the light of day, but nonetheless refuses to die."

My Home
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top