Product Configuration

I am trying to create a product configuration tool and I'm not sure where to start. I have made a database with 4 columns..ID, component, compdescription and compcode. There are 8 different componets to configure on the product and the compcode holds the letters and numbers that eventually make up the part number when you make all your selections.

I want to be able to select one thing from each component category and submit to the database which will return a part number. I thought the easiest way to do this would be with 8 different drop down menus filled with all the options for that component category.

View Replies


ADVERTISEMENT

VB Configuration

Hi. We have an old ugly application that uses ASP 3.0.
We had to move it to another server recently (basically by copying it
and setting up in IIS), and as we did, we started experiencing
problems with VB.

The code that somehow worked on the old server produces errors. The
most frequent example is
If Request("ddlFilter") then ....
It worked on the old server, now it gives us a type mismatch error.
Also, the errors about index not being in the collection (such as
recordset column) were swallowed (didn't occur) before and now they
actually occur, overall it's like VB went to "strict mode" or
something.

How do we make it lax again? Rewriting all that legacy code will be a
pita

View Replies View Related

IIS Configuration

I am trying to configure a new site with IIS. I set up the virtual directory.
When I tried to view it, by typing the ip addr. it does go to the index.shtm,
but goes to another page.

Then when I tried to view the index.shm it shows only the html content. It
gives a file not found error for the Virtual Incude (asp ) files. Is there
something to be done to view the virtual include files?

View Replies View Related

Keep The Configuration

I'm using ASP to design a website. I know that I can keep some configurable values, such as Server Name, Database Name and even Login Username and Password in "web.config" under ASP.Net. As to ASP, is there a way like this? I'm curious about where to keep them.

View Replies View Related

ASP Configuration

I have looked everywhere for asp code that would allow me to change the look of my IIS server generated directory listings. Eventually, I would love to change what is listed dynamically based on permissions, and allow uploading in the current directories.

View Replies View Related

ASP/IIS Configuration Issue

I think this error that I am receiving is a simple one to resolve.

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

I have downloaded and installed the latest version of MDAC but the error remains.

I am attempting to configure IIS on a different drive ( E:inetpubwwwroot, instead of c:inetputwwwroot ). Could it be that SQL, ASP and IIS just have trouble talking across multiple drives? ( I have sql installed on a third drive ).

View Replies View Related

ServerXMLHTTP Configuration

We use the following configuration on our development environment:
Server - win2k spk4
Local Computer - win2k spk3

We use the following code on the server to access a page on the local
IIS :

Set objSrvHTTP = Server.CreateObject ("MSXML2.ServerXMLHTTP.4.0")
strUrl = "http://" & strLocalComputer & "/maoz/ShowRecNum.asp"
objSrvHTTP.open "GET", strUrl , false
objSrvHTTP.send()
lngRecNum= objSrvHTTP.responseText
set objSrvHTTP = nothing

When strLocalComputer contains the local computer name, we get the
requested page. But if we use the IP address of the local computer we
get the error :

msxml4.dll (0x80072EE7)
The server name or address could not be resolved.

We manage to run the URL with the IP address from a browser on the
server but not from a browser on the local computer. Any ideas ?

View Replies View Related

Flexisearch Database Configuration

i have downloaded the elijathegold's flexisearch coding, but when i create the database and the table DisWords, and change the database connection from

DBConn.Open "YOUR DATABASE CONNECTION STRING"

to

DBConn.open = server.Mappath("/flexisearch/new.mdb")<-line 54

an error message pop up and shown

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name too long
/flexisearch/flexitestbed.asp, line 54, hope the creator elijathegold or someone else have tried this fleixsearch can help me with this, thx a million

View Replies View Related

Oracle Configuration Files

when I tried to run my ASP,I'm getting an error and to fix it, I need to run the configuriation file.but tnsping is not installed proper it seems.So can any one plz tell me the procedure to regenerate the oracle control files on WinXp?

View Replies View Related

Basic DNS Configuration Question

Everything appears to be (mostly) there, with one significant annoying
exception. I've set up "mydomain.net" as a forward lookup zone in the DNS
console.

I've set up admin and www as hosts, so that I have subdomains: people can
visit www.mydomain.net and admin.mydomain.net without a problem.

I have each of these listed in IIS as host headers entries, so that the
webserver correctly differentiates the traffic. This all seems to work fine.
People can go to http://www.mydomain.net/index.html and they're served a
webpage. Code:

View Replies View Related

Product Catagories

i have a number of product each of which has a catagory. Currently a user can list the products using the catagory. However a product may have more than one catagory. for example in a vitamins section cod liver oil may be under fish oils and joint care.

the search currently works by selecting all from the type section of the ms access db where type = fish oils for example. if i were to add multiple types into the section how can i filter them out? for example is it best to just save all the different types in the products type field, seperate them with commas and then select all from the db filter each products field retrieving the relavent ones? this would seem extremely slow as the database is quite large.

View Replies View Related

Product Database

i now know how to add, edit, delete and search for products (havent figured out categorisation out yet tho) - how do i upload an image and save the file name to the database as part of the admin? something dummies can follow that doesnt use a component (can i throw in a chunk of code and specify the table fieldname and directory the file needs to go into?)

View Replies View Related

Error: The SendUsing Configuration Value Is Invalid.

i am testing the sending email when u submit a form .. but i am getting an error:

<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Email Send"
myMail.From="quince_103@hotmail.com"
myMail.To="qb_103@hotmail.com"
myMail.TextBody="This is a message."
myMail.Send
response.redirect("index1.asp")
%>

the error is:

Error Type:
CDO.Message.1 (0x80040220)
The "SendUsing" configuration value is invalid.
/middle/email.asp, line 7

line 7 is ==> myMail.send
so what shell i do .. ?

View Replies View Related

Formmail :: The SendUsing Configuration Value Is Invalid

Can someone please help with this, I am receiving this error from my simple form:

CDO.Message.1 error '80040220'
.
The "SendUsing" configuration value is invalid

/scripts/formmail.asp, line 19

Here is the asp script I'm using:......

View Replies View Related

Cdonts Using Exchange Server- Configuration

I am having a problem here to send my asp form to my email! I am using CDONTS under w2k and IIS! when i submit the form, all of the message (that suppose to go to my email), went to the queue folder under wwwroot!! nothing appear to my yahoo email also...
that means that my script is working...but only the configuration is need to be adjust here!

the thing is that i dont know how to configure, setup or setting the configuration for Exchange server! since my organization uses exchange server instead of the SMTP!

View Replies View Related

Proxy Configuration Tool - Proxycfg.exe

I wasnt really sure where to put this thread so I have put it in both ASP and DNS forums - i hope this is ok. My problem feels incredibly complicated so Im hoping that someone on one of the forums might know a few things .

Im interested in getting remote data off of a URL using ASP. There is an article about it at the URL below: Code:

View Replies View Related

Product Activation Code

I have an ASP provider and an Access Database.
I need to build a small webpage where the user can enter his "user id"
and a "hardware code", and if the "user id" is correct (will be checked
against the db which means the user id must exist) a function will
generate a product activation code from his/ her "hardware code" and
show it on the next page.

I think the database thing is not a problem, but I have not been able to
create a simple function that is hacksafe and cannot be "downloaded".
Could anybody give me a hint where I can find an example of such a
function so that I can understand how I have to encapsulate the
important parts so that nobody can see it?

View Replies View Related

Product Review Software

Does anyone know of any product review software written in ASP or ASP.NET It would be for a website with nothing but reviews. I don't care how simple it is... I can modify it to do what I need, but I'd like at least a place. 5 years ago when I first started building websites I found one written in CGI and it worked great.. but I can't seem to find anything like this written for ASP.

View Replies View Related

Deleting A Product From Database

I have an online store with a database (windows 2003 small business server) and i want to delete a product or a dealer from my database via asp with a button or a link. how can i do this?

View Replies View Related

Product Catalogue System

anyone know wherei can find a free product catalogue system that has categorised products and administration of product data and images?

View Replies View Related

ASP Rating Product Software

I am creating a store and I'm looking for a ASP rating software. Something like Amazon where you write your comments, rate the product and see how many stars. I need it to have features where I can accept the comments or at least it gets reviewed. Is there such a forum like this? Anyone know of any?

View Replies View Related

Product.ASP Page Error

ADODB.Connection error '800a0e78'

Operation is not allowed when the object is closed.

/Class/ClassOutall.asp, line 118

Any help?

View Replies View Related

Page / Product Clicks

I have list of products listed from a search criteria, Now I wanna show the client TOP VIEWED LIST OF PRODUCTS or number of hits for each product. So the page hits using the counter component will give me the hits for the entire which has all the products.

Perhaps I could catch it in the product DETAIL page, how do I list the number of hits for each product. Secondly I have IIS 4.0 make sure you recomend the right component.

View Replies View Related

Client Downloaded My Product

i m working on an ecommerce project. as the user click on "buy" button , i charge that customer with the price of that product and then from asp page i redirect it to the page
response.redirect.(http://domainname/abc.zip)

now if due to some communication problem , download of this product did not complete successfully ,that customer should not charge for this.how i can know that product has been successfully completed so that i can charge the customer after that.

View Replies View Related

Categories In Product Catalog

I have a default catalogue/product page (code shown below list_item.asp) which list all the products from the database. But since I have lots of category in the catalog/product page, i want to separate them according to their respective categories like writing instruments, desktops, pantry etc.

This will enable the user to go to a respective page and choose the individual product from the respective categories. If I adjust the SQL statement to be "SELECT * from Product " WHERE category LIKE 'DESKTOPS', this page will lists all the items from that category selection. But if i were to make another page such as pen.asp and adjust the SQL statement to category LIKE 'PEN'.

The first page lists the products from the pen category and the following page unfortunately shows category from Desktops. how to segragate these categories so that it will only show the products from the individual categories.

View Replies View Related

Sending Email With CDO - The SendUsing Configuration Value Is Invalid.

Trying to send email via a form from my website. Have to use .asp and I have
been round and round the houses trying to get this to work.

On my xp pro system using IIS this works - an email appears in the folder

When it is hosted I get this error message. I understood that I didn't need
to set up any details about the host of the website. Lots of seaches suggest
putting in the smtp address but I am not sure what to do. I have also seen a
lot of talk about CDO.configuration but again despite searching I can't find
out what to do.

CDO.Message.1 error '80040220'

The "SendUsing" configuration value is invalid.

/version1/contact/email3.asp, line 51

Here's a cut down version of my page....

View Replies View Related

Use Array To Retrieve Product Details

I am trying to develop a shopping cart using a dictionary object to represent the shopping basket. I have a products page which displays all the products for the user to click on to add products to the basket. This works fine.

The problem I am having is when I want to display the content of the shopping cart. The dictionary object can only contain the product id / quantity, so I have written a function which uses the product ID to retrieve the product details from the database.

Whilst I can output the values in the function which retrieves the data from table into the array, I can't output the values in the procedure which receives the array. Code:

View Replies View Related

How To Upload Product Image Into Database?

i would like to ask isit can upload image into database(ms access 2003) from asp. if can, how the code can be written? then if after upload image into database. how we can retrieve it from database into asp page for viewing?

View Replies View Related

Online Ordering (different Product For Each Login User)

I'm just wondering if there is ordering online software which has a feature to create a customised user environment (different product and prices for different user) for each login user? I really need that feature for one of my customer.

If it is not available could you please suggest a product that has this feature?

View Replies View Related

Query To Return Minimal Product Of Two Fields

To return a minimal price of a bottle of vodka stored in field "price" I
can call MIN function .

However this price ignores the size of the bottle.
Bottle types and sizes are stored in a different table called "Bottles"

Suppose I wanted to get a product with the minimal price per litre.
Obviously I have to multiply the bottle price by the bottle size.

Can I do it in one query which will fetch the minimal per/liter price?

View Replies View Related

ASP Application Online Ordering (different Product And Prices For Different User)

We’re just wondering if there is an ordering online software which has a feature to create a customised user environment (different product and prices for different user) for each login user? We really need that feature for one of our customer.

If it is not available could you please suggest a product that has this feature?

View Replies View Related

ASP Application Online Ordering (different Product For Each Login User)

I'm just wondering if there is ordering online software which has a feature to create a customised user environment (different product and prices for different user) for each login user? I really need that feature for one of my customer.

If it is not available could you please suggest a product that has this feature?

View Replies View Related

The "SendUsing" Configuration Value Is Invalid.

I creade a project where the user was able to sent e-mails it was working ok until I format my PC. After the format i installed again windows 2000 but i beleve is a diferent version that the previuse one and the e-mails now can not be sent the error that i get is that:

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: The "SendUsing" configuration value is invalid. Source Error: Code:

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved