1,828 Topics

Member Avatar for
Member Avatar for djbsabkcb

I am new to both ASP and HTML. I am trying to create a questionnaire on the web for students to view and fill out. I am almost done with the form in HTML but not sure what to do after that. I was told that I need to know …

Member Avatar for william_stam
0
120
Member Avatar for balor

how can i add data into my database when the table that will be opened depends on the drop-down menu that the user chooses.

Member Avatar for ProFreelance
0
97
Member Avatar for ohgosh

i came across this error and i dont seem to understand what actually cause the error to occur.. Can anyone explain the error if you know or have any idea.. THANKS~ [CODE]Error Type: Microsoft VBScript runtime (0x800A01C9) This key is already associated with an element of this collection [B]Loader.asp, line …

Member Avatar for ohgosh
0
351
Member Avatar for goldeagle2005

Hi, In a project I'm working on, Im supposed to display 20 track names (its a music database). Currently, Im adding the links to the tracks like so: <a href="music/<%=rs1("artist") %>/<%=rs1("album") %>/<%=rs1("tno1") %>%20<%=rs1("Track1") %>.<%=rs1("ext") %>"><%=rs1("Track1") %></a><br> This same line is repeated 20 times, with the number1 being replaced by 2, …

Member Avatar for zippee
0
136
Member Avatar for ss_asp

Hi everybody Can some one help me out?? My problem is I am using two forms in my asp page form1 is used to upload photo, so I used enctype for it and action form1update.asp and a submit button attached when clicking on the submit button it should upload file …

Member Avatar for paru
0
215
Member Avatar for naumanikram

[COLOR=DarkOrange][FONT=Verdana]hi fellows, here i have successfully installed the nokia mobile internet toolkit and nokia mobile browser 4.0 on xp machine... and can run the wml pages both in th nokia browser and internet explorer. Right now i want to connect it with MS sql 2000 database. How can i connect …

0
103
Member Avatar for wchitamb

I do need some help I am building up an asp application that will access an SQL server [database] so what I want is for the admin access to add, update and delete in all the tables I have about 13 different tables so my questions is do I have …

Member Avatar for wchitamb
0
238
Member Avatar for goldeagle2005

Hi, I've created a password protected website using ASP for a project. However, for authentication, the username and passwords are passed as clear text parameters to the ASP. How can I implement a one way hash mechanism so that the database stores the hashed values of the password, and not …

0
62
Member Avatar for Dheeraj Kumar

:eek: Hi, My website is widecomindia.com, I want include a feature, which was that A another websites is given link a link my website in his website. When visitor comes of this link, I have given some money. But There are two condition 1. If visitor buy, I have paid …

0
92
Member Avatar for cnl83

Im not sure what is going here. I stared and stared, but nothing. I would appreciate any help in advance. Im working on lukemeaux.com. If you click on sports, or one of the other links, wait for the page to load, then mouse over wild thigns...you will see the error …

Member Avatar for senexom
0
267
Member Avatar for xomngheo

Please help me in ASP is support many style of ContentType = "video/x-ms-asf" ,"vnd.ms-excel" ... but not support style foxprox (.dbf) I want to use SQL select database and export to file dbf Thank you !

Member Avatar for senexom
0
181
Member Avatar for goldeagle2005

Hey all, Heres the code of an ASP I'm working on... ------------------------------------begin ASP------------------------------------- <%@ Language=VBScript%> <% artist=Request("artist") album=Request("album") Set con1 = server.CreateObject ("ADODB.Connection") Set rs1 = server.CreateObject ("ADODB.Recordset") con1.Provider="Microsoft.Jet.OLEDB.4.0" con1.Open (server.MapPath ("\databasecore\mediaguide.mdb")) sql = "UPDATE artistinfo SET UserAlbumReview='"&TRIM(Request.Form("AlbumReview"))&"' where artist ='"&artist&"' and album = '"&album&"'" rs1.Open sql,con1 %> <html> <head> …

Member Avatar for senexom
0
171
Member Avatar for blacknight

i tried to insert data from a form using jet now everythign wirked fine apart from it refusing to handle db fields with auto increment my db lookes like this id:auto increment text:text date:date the sql looked like this INSERT INTO table(text, date) VALUES('" & text.text & "', date()) resluting …

0
94
Member Avatar for softmind82

i m new at asp , can any body tell me tutorial of simple login page plz

Member Avatar for fasilak
0
68
Member Avatar for MelaOS

Hi All, I am currently trying to create a perl script that takes sql statement that is stored within text files and add up the frequency for that sql statement in that text file and store the sql statement and the no of frequency in another file. Below is a …

0
70
Member Avatar for gregory

i am trying to figure out how to flag a value in my asp, sql 2000 db web project. i have one accepted time, "6A-2A", and i need to allow my salesstaff to enter in any time slot(s). i have to flag a time slot which lay outside of the …

0
84
Member Avatar for tishr

hi!!! actually i'm doing a project for e-survey. the problem is that when i create different types of control, an error message is displayed. but if i create only radio buttons, everything fine. can u plz see my problem. thanks ant ---------------------------------------- Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient …

Member Avatar for tgreer
0
121
Member Avatar for Wiz-kid

Hi all I have created an Access database and I can retrive info from it, but when I try to upload new info using a form I created it gives me an error which says "Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Cannot …

Member Avatar for madmital
0
89
Member Avatar for goldeagle2005

I'm having a wee bit of trouble. The code is as below: <%@ Language="VBScript" %> <% AlbumArt=/music/Request.Form("artist")/Request.Form("album")/Folder.jpg %> The values of artist and album are obtained through a form. What I want is that whenever a user submits the form with, say artist as "Dream Theater" and the album as …

Member Avatar for william_stam
0
112
Member Avatar for vhinehds

i have this problem some couple of days back...and honestly im just new to ASP so to some maybe my problem is not that big...here it is: im practicing making a web site using ASP and i have on my html two buttons, and inline with that i also used …

Member Avatar for zippee
0
150
Member Avatar for Wiz-kid

I'm trying to create a vira marketing application so that it sends e-mail to one person and then he/she give 5 e-mail Address then we then send e-mail to those and so on... Do I need any special software or packages for do this? :?:

Member Avatar for afgmail
0
116
Member Avatar for Wiz-kid

I'm new to to this field, have created some wonderful thing so far, but can some1 show me how to create a browse button that can upload images to my site, from the admin side.. :rolleyes:

Member Avatar for william_stam
0
159
Member Avatar for akoloff

this seems to be a very simple problem, but i just can't get it done. how do i set a variable which is to display url response? let's say my request is "http://domain.com/datavalue.htm". the request returns some value ( let's say "30.0" ) when i use it with browser. now, …

Member Avatar for william_stam
0
141
Member Avatar for Lacuna

Hi, I need to make a menu that can read from an SQL database and build its needed dropdown menu arrangement accordingly. I'm having real troubles finding any sort of tutorial for this and was hoping someone could point me in the right direction ... (Or if someone knows of …

Member Avatar for Lacuna
0
94
Member Avatar for Wiz-kid

Firstly i would like to know [B]WHAT[/B] a #include filenameas.asp file is, and [B]HOW[/B] can I use it on my site(code). Please clearify this cos I'm confused? :rolleyes:

Member Avatar for Lacuna
0
65
Member Avatar for Lacuna

I have a news article site which loads its information from an sql database. I need the page to have a dl button so that the article with proper formatting and images can be saved as a document on the users computer. Has anyone ever done smth like this? I'd …

0
65
Member Avatar for sfonseka

Hi, I am using the 'sendusing' as the 'pickup' method as in the following code segment (only that portion is taken). .Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 1 .Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory") = "c:\inetpub\mailroot\pickup" .Fields.Update This won't give any error when submitted on the web page, but no mail is sent. Now I can see the mail …

0
69
Member Avatar for whitmarshdaniel

I have a employee table that includes there username and the username of there manager. In one section of the site i need to be able to grant access to only people within certain chains. for example at the moment when a user is logged on i do an sql …

Member Avatar for whitmarshdaniel
0
128
Member Avatar for vhinehds

hi good day to all. im new in ASP and one of my questions now is: is it possible to have 2 command buttons in one asp page? if possible how can i separate their actions in one form? wherein the first button will give the total no. of students …

Member Avatar for vhinehds
0
164
Member Avatar for Wiz-kid

Hi everyone I am new to the ASP world, I have a problem setting up a pws on my pc, they say that a pws cannot be set up on win xp, how how else can I run my asp code without a pws, is the a way to do …

Member Avatar for madmital
0
80

The End.