close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

ASP Insert page forward to blank Details page

Thread began 5/07/2016 5:23 pm by bjgarner241692 | Last modified 5/16/2016 11:35 am by bjgarner241692 | 2437 views | 11 replies

bjgarner241692

ASP Insert page forward to blank Details page

I have a site that has been functioning for at least 5 years without issue.
This week, out of the blue, the Insert Record function is not loading a populated Detail Page.
It is as if the ID is not being forwarded.
I feel like if I could just change this line:
WA_redirectURL = "gallerypics_Detail.asp"
.... and specify the ID that it would load, but I was struggling with syntax. Finally I tried " gallerypics_Detail.asp?pCID=4671 (where that is the actual pCID of a record and it threw a Resourse not found error. I suspect I am matching the wrong parameter for the Detail page as there are 3 set.
<%
Dim WADAgallerypics__ParamSessionpCID
WADAgallerypics__ParamSessionpCID = "-1"
If (Session("WADA_Insert_gallerypics") <> "") Then
WADAgallerypics__ParamSessionpCID = Session("WADA_Insert_gallerypics")
End If
%>
<%
Dim WADAgallerypics__ParampCID2
WADAgallerypics__ParampCID2 = "-1"
If (Request.QueryString("pCID") <> "") Then
WADAgallerypics__ParampCID2 = Request.QueryString("pCID")
End If
%>
<%
Dim WADAgallerypics__ParampCID
WADAgallerypics__ParampCID = "-1"
If (Request.QueryString("pCID") <> "") Then
WADAgallerypics__ParampCID = Request.QueryString("pCID")
End If
%>

Again, this has happened on every instance of Insert on this site. These pages have not changed in years.

I do have a valid Session value setting prior to the Insert page loading, which is still available on the failed Details page. Is there a way I can call that Session Value in my Redirect URL and successfully load the page?

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...