Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello, can someone tell me how to remove Removing View record [id: 4] on page_view.asp from the view page?
Hi,open ..._view.asp file, locate following line
Response.Write "<h1>TableName, " & "View record" & " [" & strKeyField & ": " & Request.QueryString("editid") & "]</h1>"
and replace it with this one
Response.Write "<h1>TableName</h1>"
where TableName is your actual table name.