I have set up a meta refresh on a page to redirect to a "timeout" page that warns them the session is about to end and they should refresh. When I tested this at 60 seconds it worked just fine. However, I don't want it to refresh/redirect until 18 minutes. But this doesn't seem to work, it...
Yes, that's what I am looking for. What I want to display on the web page is all of the contact information for a specific contact ID. The combination of FamilyID and ContactID is the primary, unique key. Each contact ID within a family has several family members. So within all of the...
I need some help creating a nested repeat region in ASP. I tried posting in the ASP forum, but was told to look elsewhere. The parent recordset is fairly basic, selecting address information for a single address for a family with multiple addresses. The child recordset should display all the...
Yes, I know it's the ASP forum, but I thought this was an ASP question. I need to create the code in ASP on my web page. I have researched nested repeat regions in ASP and all the solutions are in ASP using very basic SELECT statements. I'm trying to learn how to do a nested repeat region in...
I need some help creating a nested repeat region. The parent recordset is fairly basic, selecting address information for a single address for a family with multiple addresses. The child recordset should display all the family members at that address. Because this information comes from more...
I have a dropdown list that I would like to populate based on values in a SQL database. The database has a table of addresses for families. Some families have more than one address, and have different family members at each address. The purpose of this dropdown list is to assign each family...
Hmm, those lines were already in the stored procedure (and yes, it's SQL server). Here is the SQL code:
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER PROC dbo.pr_ListScreeningStatus (
@name varchar (4)='',
@who char (7)='',
@idDCC int =''
)
/*returns a list of names...
I am getting the following message when I load a page:
Error Type:
ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.
/teddy/Screening.asp, line 281
The strange thing is that I didn't make any changes to the connection, just changed the criteria in the stored...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.