This topic is locked

Removing View record [id: 4] on page_view.asp

7/10/2006 1:45:27 PM
ASPRunnerPro General questions
S
s3tup author

Hello, can someone tell me how to remove Removing View record [id: 4] on page_view.asp from the view page?

J
Jane 7/11/2006

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.