I have one webpage which divided as 2 parts. Left hand side links like members, accounts so on..
Right hand side one page is showing in frame with grid. Whatever the selection selected by user like members or accounts then right hand side corresponding data filling up.
Here the problem is
While navigating as single user my webpages working fine...I am getting very strange error when multiple users accessing the web page. And also sometime data filling up with junk data..
I am getting different error messages each time.. Please find few error messages which i am getting
__________________________________________________________________________________________________
Cannot find table 0.
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: Cannot find table 0.
Source Error:
Line 169: da.Fill(ds);
Line 170:
Line 171: GV_Member_Details.DataSource = ds.Tables[0];
Line 172: GV_Member_Details.DataBind();
Line 173: }
__________________________________________________________________________________________________
If i refresh the same page again then
Stack Trace:
[IndexOutOfRangeException: Cannot find table 0.]
System.Data.DataTableCollection.get_Item(Int32 index) +92
MasterReplacement_New_Home.Get_Values(String Type) in e:\FimoLoad\FIMO\MasterReplacement\New Home.aspx.cs:171
MasterReplacement_New_Home.Page_Load(Object sender, EventArgs e) in e:\FimoLoad\FIMO\MasterReplacement\New Home.aspx.cs:43
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209
_________________________________________________________________________________________________
Cannot find column 1.
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: Cannot find column 1.
Source Error:
Line 78: {
Line 79: clsFillValuesNew.Insert_Error_Log(ex, HttpContext.Current.Request.Url.AbsoluteUri, (new StackFrame()).GetMethod().Name);
Line 80: throw ex;
Line 81: }
Line 82: finally
Source File: e:\FimoLoad\FIMO\Default.aspx.cs Line: 80
Stack Trace:
[IndexOutOfRangeException: Cannot find column 1.]
_Default.Page_Load(Object sender, EventArgs e) in e:\FimoLoad\FIMO\Default.aspx.cs:80
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209