Server Error in '/' Application.

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 210:                        City = name[3].ToString().Trim().ToLower().Replace(" ", "-"); ;
Line 211:                        City = textInfo.ToTitleCase(City);
Line 212:                        Distt = name[4].ToString().Trim().ToLower().Replace(" ", "-"); ;
Line 213:                        Distt = textInfo.ToTitleCase(Distt);
Line 214:

Source File: c:\inetpub\vhosts\makeuonline.com\infoa2z.com\ShowDynamicContent.aspx.cs    Line: 212

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   ShowDynamicContent.BindData() in c:\inetpub\vhosts\makeuonline.com\infoa2z.com\ShowDynamicContent.aspx.cs:212
   ShowDynamicContent.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\makeuonline.com\infoa2z.com\ShowDynamicContent.aspx.cs:32
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0