Click here to Skip to main content
15,887,350 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPopUp Pin
Civic0610-Feb-10 2:12
Civic0610-Feb-10 2:12 
AnswerRe: PopUp Pin
PunkIsNotDead10-Feb-10 8:32
PunkIsNotDead10-Feb-10 8:32 
GeneralRe: PopUp Pin
Civic0611-Feb-10 2:15
Civic0611-Feb-10 2:15 
QuestionBoundFiled/GridView Pin
-Muc_10-Feb-10 1:25
-Muc_10-Feb-10 1:25 
AnswerRe: BoundFiled/GridView Pin
PunkIsNotDead10-Feb-10 8:26
PunkIsNotDead10-Feb-10 8:26 
GeneralRe: BoundFiled/GridView Pin
-Muc_10-Feb-10 9:18
-Muc_10-Feb-10 9:18 
GeneralRe: BoundFiled/GridView Pin
PunkIsNotDead10-Feb-10 10:40
PunkIsNotDead10-Feb-10 10:40 
QuestionIndex was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 0:36
mdrizwan_110-Feb-10 0:36 
Please can anyone provide solution to this?

Index was outside the bounds of the array.
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.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error:

Line 137: {
Line 138:
Line 139: lngCaseMasterIDAry[i] = Convert.ToDouble(dr["CaseMasterID"]);
Line 140: strCaseNoAry[i] = dr["CaseNo"].ToString();
Line 141: strCaseBrief[i] = dr["CaseBrief"].ToString();


Source File: e:\CDRV3WebVersion\CaseMaster.aspx.cs Line: 139

Stack Trace:

[IndexOutOfRangeException: Index was outside the bounds of the array.]
CaseMaster.btnView_Click(Object sender, EventArgs e) in e:\CDRV3WebVersion\CaseMaster.aspx.cs:139
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
AnswerRe: Index was outside the bounds of the array? Pin
Gaurav Dudeja India10-Feb-10 1:13
Gaurav Dudeja India10-Feb-10 1:13 
GeneralRe: Index was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 1:40
mdrizwan_110-Feb-10 1:40 
GeneralRe: Index was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 1:47
mdrizwan_110-Feb-10 1:47 
GeneralRe: Index was outside the bounds of the array? Pin
Brij10-Feb-10 2:12
mentorBrij10-Feb-10 2:12 
AnswerRe: Index was outside the bounds of the array? Pin
Brij10-Feb-10 1:19
mentorBrij10-Feb-10 1:19 
GeneralRe: Index was outside the bounds of the array? Pin
mdrizwan_110-Feb-10 1:40
mdrizwan_110-Feb-10 1:40 
QuestionGoogle Map Pin
BK Komal10-Feb-10 0:25
BK Komal10-Feb-10 0:25 
AnswerRe: Google Map Pin
nainakarri10-Feb-10 1:03
nainakarri10-Feb-10 1:03 
GeneralRe: Google Map Pin
BK Komal10-Feb-10 1:07
BK Komal10-Feb-10 1:07 
GeneralRe: Google Map Pin
nainakarri10-Feb-10 1:18
nainakarri10-Feb-10 1:18 
GeneralRe: Google Map Pin
BK Komal10-Feb-10 2:12
BK Komal10-Feb-10 2:12 
Questionajax problem Pin
Mogamboo_Khush_Hua9-Feb-10 23:55
Mogamboo_Khush_Hua9-Feb-10 23:55 
AnswerRe: ajax problem Pin
Calla10-Feb-10 0:20
Calla10-Feb-10 0:20 
GeneralRe: ajax problem Pin
Mogamboo_Khush_Hua10-Feb-10 1:11
Mogamboo_Khush_Hua10-Feb-10 1:11 
QuestionNeed help in exporting Crystal report to stream Pin
Hema Bairavan9-Feb-10 22:27
Hema Bairavan9-Feb-10 22:27 
QuestionCurrently in register page and providing login details to login on keypress enter Pin
Nath9-Feb-10 22:20
Nath9-Feb-10 22:20 
AnswerRe: Currently in register page and providing login details to login on keypress enter Pin
sashidhar9-Feb-10 23:34
sashidhar9-Feb-10 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.