Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30390: 'System.Web.UI.Page.PageID' is not accessible in this context because it is 'Private'.

Source Error:


Line 20: if request.QueryString("send") = "Y"   and not session("vcode") is nothing    then
Line 21: 	if request.Form("Code") = session("vcode").ToString and  session("vcode").ToString <> "" then
Line 22: 		pageid = "0"
Line 23: 		linkname = ""
Line 24: 		title = Trim(Replace(request.Form("Title"),"'","''"))

Source File: C:\Inetpub\vhosts\mobileheart.com\httpdocs\link-exchange.aspx    Line: 22







Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062