Quote:
Value cannot be null. Parameter name: Argument 'Array' is Nothing.
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.ArgumentNullException: Value cannot be null. Parameter name: Argument 'Array' is Nothing.
Source Error:
Line 65: 'the table would have to be created before the loops
Line 66: Response.Write("<table border=1>")
Line 67: For x = 0 To UBound(arLines)
Line 68: 'for each line we would need a row
Line 69: Response.Write("<tr>")
Source File: G:\WebServer\SVGgraph\WebForm1.aspx.vb Line: 67
This is the format of the file: