j'ai cette erreur sous delphi et je sais pas d'où cela peut venir si vous pouviez m'aider.merci
Server Error in '/WebApplication1' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 85: indice:=0;
Line 86: // TODO: Put user code to initialize the page here
Line 87: letableau[indice].Id_EL:=1;
Line 88: letableau[indice].Nom_EL:='a';
Line 89: letableau[indice].Prenom_EL:='a';


Source File: C:\Documents and Settings\Julien\Mes documents\Borland Studio Projects\WebApplication1\WebForm1.pas Line: 87

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
WebForm1.TWebForm1.Page_Load(Object sender, EventArgs e) in C:\Documents and Settings\Julien\Mes documents\Borland Studio Projects\WebApplication1\WebForm1.pas:87
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()