Hi. I hoping to get some help incorporating an SSIS package (either via SQL or file) into a job with multiple steps. The SSIS package would take place somewhere in the middle of the steps. I'm running SQL 2005 on a Windows 2003 Server OS. The SSIS package drops an existing table in the database...
I have absolutely no clue where to start and know virtually nothing about CGI, but wasn't sure what forum to post my question in. I'm wanting to create a search engine for our web site, but have never had one before and am not sure what would be the best approach. Does anyone have any...
The look I am striving for in redesigning the look of our entire site, can be found at: http://www.co.rock-island.il.us/rico1g/ This page was created as a layout tool only using Photoshop and ImageReady.
The actual page (as coded thusfar) can be found at...
I'm having this problem with the "header" on my web page. I just started working with CSS and SSI this week and thought I had the hang of things until now. Here's the deal...
In my Index.asp, I have an SSI:
<!--#include virtual="/TEST/Rico3/Header.asp"-->
The code for my...
I have a multi-page form using asp and on my second page, (get_main_categories.asp) on submit, I run this javascript validation code against a bunch of checkboxes and it isn't working. It worked fine on win98 with pws, but then I incorporated it with my page layout; all formatted and everything...
I'm getting the following error: I need to insert a record into one table, grab the autonumber key (Register_ID)and insert multiple records into another table with the key. Does anyone know why I'm getting this error and how I can correct it?
ADODB.Connection error '800a0bb9'
The...
I actually have two issues/questions:
I have an autonumber field in an access db table that I grab and later use to update a record in another table withing the same db.
The code I use to get it from the db table is:
'Retrieve the Registration Identification Number
strRegisterID =...
I've been working on this for a week and am a web programmer that kind of learning as I go and I think this is simple, but my brain is fried........
How would I:
1) loop thru form to create array for each set of checkboxes with the same name
2) loop thru each array to make sure at least one...
I have a page that generates one or more lists of checkboxes via an access db. The code for page 1 (category.asp) is:
******************************
<% @LANGUAGE=VBscript %>
<% Option Explicit %>
<%
Response.Buffer = True
Dim dbConn 'Common Database connection
Dim rsConn 'Common...
I'm working with three different asp pages:
Page 1 = Supplier_Reg.asp
Page 2 = Commodities.asp
Page 3 = add_supplier.asp
Page 1 contains part one of a form (textboxes and checkboxes)
I pull all of the textbox information into page 2 as hidden fields as follows:
Response.Write( "<td><input...
I'm learning asp and scripting as I go, and don't work with arrays and loops very well yet (They're very confusing! )
Anyway, could someone explain to me how to create an array of checkboxes that were selected from a form on one page and pass them into hidden fields in a form on the next page...
I've got the first two pages working as shown below, but now I have a problem validating the checkboxes (per GroupID) from page 2, to make sure the user has selected at least one checkbox from each generated GroupID list of checkboxes (prior to submitting to add_supplier.asp) What would the code...
I've got the first two pages working as shown below, but now I have a problem validating the checkboxes (per GroupID) from page 2, to make sure the user has selected at least one checkbox from each generated GroupID list of checkboxes (prior to submitting to add_supplier.asp) What would the code...
The code for my first page is pulled from a table called tblCategory and it works fine. My problem is I'm not sure how to approach page 2. I need to hold on to all of the information from page 1, to use for page 2.
<table width="500">
<form action="info2.asp"...
I need to evaluate the following checkbox fields to make sure the user has selected at least one of the checkboxes. I fugure it's got to be a problem with my logic because if no boxes are checked, a few boxes are checked or all of the boxes are checked, the function shows the alert and returns...
I have a form on Supplier_reg.asp that asks the user for different information and asks them to select one or more checkboxes. I found this validation script on creativeprogrammers.com (which doesn't exist right now) and am using it for all validation except for my checkboxes (i tried inserting...
I have a number of checkboxes in a form, along with other data fields and need to know how to check to make sure the user has selected at least one. If the count is less than 1, they would not be sent to the second page and a window would pop up giving them an error message that at least one...
I have multiple checkboxes (plus other misc text boxes) in a form. Each checkbox has a unique name and value, with the value corresponding to an field in a table (for use in compiling page 2)
At the bottom of the form I have a continue (submit) button that opens a new page. When the...
I have a form that contains misc information at the top and multiple checkboxes at the bottom of the form. The user can select one or more checkboxes (all have unique names and values.
I've coded each of my checkboxes on the 2nd page (may need include to do it efficiently) the same as the...
Does anyone know why my submit button is showing up at the top of my page, instead of after the form? I'm sure it's the order. I may need to imbed the submit button into vbscript, but not sure how to do it. Here is the part of the code that would affect things. Thanks everyone!!
<table...
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.