Server Error in '/HGC' Application.

Value cannot be null.
Parameter name: String

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: String

Source Error:


Line 17: 
Line 18: 	Dim intSeqno As Integer = 0
Line 19:         intSeqno = Int32.Parse(getPropertykey)
Line 20: 
Line 21:         If (intSeqno = 0) Then

Source File: C:\inetpub\wwwroot\HGC\contactus_.aspx.vb    Line: 19

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: String]
   System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7685370
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
   System.Int32.Parse(String s) +23
   contactus_.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\HGC\contactus_.aspx.vb:19
   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.8974; ASP.NET Version:2.0.50727.8975