Reply to comment

I get this error

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 139: sbJavascript.AppendLine("

");
Line 140: m_litJavascript.Text = sbJavascript.ToString();
Line 141: Page.Header.Controls.Add(m_litJavascript);
Line 142:
Line 143: // add the iframe to check the cookie

Reply