473,543 Members | 2,496 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP / Active Server Pages Forum

ASP (Microsoft's Active Server Pages) web scripting language - Ask questions about asp development and scripting, ADO, scriptlets, caching, COM, components, sessions, data access, database, objects, cookies, security and more.
0
1,278
thread by: mgrichen | last post Aug 19 '14 by: mgrichen
I need to return the ID corresponding to a description on a drop down list. I am displaying recipeDS and when I chose it I want to return the corresponding recipeID. I do now know how to do this in my asp form. I am using VBcript. Thank you.
0
1,322
thread by: nikhelsinghal | last post Aug 30 '14 by: nikhelsinghal
I think the there is error in the post method that is not working. I am trying to open another asp page with an asp page login.asp whose code is <html> <head><title>Helpers Management Desk</title></head> <marquee bgcolor="light red" behavior="scroll" loop="150" scrollamount="15"><font face="" color=white><h1>Helpers Management...
0
1,300
thread by: TheQuestor | last post Sep 14 '14 by: TheQuestor
Say I have 3 forms on one page. <form name"form1" method="post" action="/?mode=1"> <input type="text" name="fm1txt1" value="" /> <input type="Submit" value="Update" name="txtUD" id="txtUD" /> </form> <form name"form2" method="post" action="/?mode=2"> <input type="text" name="fm1txt2" value="" /> <input type="Submit" value="Update"...
1
3,605
thread by: dccoyne67 | last post Oct 7 '14 by: groverdghp
Hello, I am brand new to .ASP and am being asked to debug a problem with handling apostrophes. I'm aware of the Replace function, but I'm not sure where in the code I should insert it. I've attached a zip file with the 2 relevant .asp pages in it, and to replicate the problem, take the following steps: Go to...
1
1,708
thread by: groverdghp | last post Oct 7 '14 by: groverdghp
Hi All, I am at my wits end. I would consider myself an intermediate programmer and have been managing a web application that I wrote in .ASP, VBScript, and JavaScript for years. There is one task I cannot seem to get to work and that is to have ASP execute a stored procedure that is is an append query living on an MS Access backend. I've...
0
1,721
thread by: Mahasure | last post Oct 26 '14 by: Mahasure
Hi Team, I wanted to send event confirmation to user in form of outllok appointmnt and my code is in ASP.Classic, windows server 2000 and no outlook installed. when i execute below code my webpage hangs up.. Sub SendMeetingRequest() Dim objOL 'As Outlook.Application Dim objAppt 'As Outlook.AppointmentItem Const...
1
2,151
thread by: Mahasure | last post Oct 27 '14 by: Mahasure
Hi Team, I wanted to send event confirmation to user in form of outllok appointmnt and my code is in ASP.Classic, windows server 2000 and no outlook installed. when i execute below code my webpage hangs up.. Sub SendMeetingRequest() Dim objOL 'As Outlook.Application Dim objAppt 'As Outlook.AppointmentItem Const...
1
1,873
thread by: BN12590 | last post Oct 27 '14 by: Frinavale
I have created an ASP page. And in that i have three columns. What i need is on click of the add button new rows should be created dynamically, and i need to send those values to the database via passing the values to a database procedure.
0
2,291
thread by: Haldan42 | last post Nov 1 '14 by: Haldan42
Hi I am suddenly getting this message: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /include/vars.asp, line 52 This is a copy of lines 52-69:
0
1,986
thread by: sravan svms | last post Nov 5 '14 by: sravan svms
<select name="ptreferredby" id="ptreferredby" > <option value=-2> </option> <option value=1>Patient</option> <option value=2>Doctor</option> <option value=3>Other</option> </select>
0
2,210
thread by: rbuaoka | last post Nov 15 '14 by: rbuaoka
I just joined this forum so I am not sure if this topic has already been covered in previous posts. I am trying to write code for table update in my web app. I keep getting the following error: Source line: Set Poll = "&p_poll&", Result = "&p_result&" Description: Expected end of statement Here is the code I am using: Update...
0
2,094
thread by: rohitgupta2303 | last post Nov 26 '14 by: rohitgupta2303
Hi, I am debugging an application written in Classic ASP. The app connects to Oracle db in cloud but I get this error : Code: 800ac350 Description : missing parameter OLEDB provider. Does anyone has any idea why I am getting this error. I am using x64 bit drivers for Oracle connectivity.
0
2,311
thread by: RDOlivaw | last post Dec 10 '14 by: RDOlivaw
I have a classic ASP Web application that's been running on a Windows Server 2003 server with IIS 6.0 for several years. I have to move it to a Windows Server 2008 server with IIS 7.0. I've got it working, but the ServerVariable LOGON_USER doesn’t get populated. This seems to be because I have enabled Anonymous Authentication and allowed Anonymous...
1
4,535
thread by: adincergok | last post Dec 25 '14 by: adincergok
Hello, I need to call .net dll function inside of classic asp. So i regsitered dll and tlb file with regasm.exe (and /codebase parameter). there is no problem. There is a sql databse and some table have image type data (inside has picture data). I want to send image data to dll function like a image or byte() type. my asp code part:...
0
2,394
thread by: adincergok | last post Dec 29 '14 by: adincergok
Hello All, I need some ideas, how can I make a Upload COM Component via VB.NET ? my Way of what I want to do. 1. create a sender form in asp that name is sendfile.asp. Code like that <FORM name="test" ACTION="savefile.asp" METHOD="POST" ENCTYPE="multipart/form-data"> <INPUT TYPE="FILE" NAME="myFile1">
0
2,188
thread by: cookie2015 | last post Jan 7 '15 by: cookie2015
Hello everyone, I'm new to ASP. I'm trying to do is if the user forgot the password, will ask for email and he/she goes to email retrieve the same password from the database. My problem is the database password is all encrypted and if i retrieve it is gonna show the encrypted password as well. Please help. Thanks <!--#include...
0
2,538
thread by: cookie2015 | last post Jan 8 '15 by: cookie2015
I'm getting above error on line 16 which is IF objRS.EOF THEN. I'm trying to create a forgotten password form. where user enter his/her email and will send a link to reset the password. Here is where I stuck. please help <% DIM strUsername strUsername = Request.Form("Username") IF strUsername <> "" THEN %> ...
0
2,701
thread by: hirenmodi | last post Jan 23 '15 by: hirenmodi
Hello friends, I am trying to run batch file from asp page SyncFunc.asp which can be redirected on click event of Submit button, located on Sync.asp page. My SyncFunc.asp page code is as below, <% DIM wShell Set wShell = Server.CreateObject("Wscript.Shell")
0
2,116
thread by: ShahnazNoshin | last post Feb 20 '15 by: ShahnazNoshin
I created a new table in Visual Web Developer for SQL Server Express 2005. I created a 'gridview' by dragging the table onto an empty web form in Visual Developer Express. Clicked on the smart tag 'configure data source'. When I click Advanced should see the Generate Insert, Update and Delete statements check box but it is greyed out. It...
1
4,624
thread by: Don Roberts | last post Feb 22 '15 by: Don Roberts
I have five websites with my hosting service. I built them all with FrontPage. Several months ago, my web host removed FrontPage extensions from its servers. That meant I could longer access and open web files for editing. Last Friday (2/6), I downloaded MS Expression Web 4. After logging on to the host servers to do some editing, I began to...
0
2,302
thread by: valt76 | last post Mar 9 '15 by: valt76
What I am trying to achieve is as follow: I have an entry page on my web site that select the language; That leads to a welcome page where I have some text and images that change based on the language selection. (No problem here) I also have a log in form (email, password) with plenty of CSS in it that should change as well. (BIG problem...
1
2,419
thread by: yanivi | last post Mar 22 '15 by: Rabbit
hi i need help ? eroor line 14 <% 'Luach Vars strSQL = "SELECT * FROM tblMetaTags WHERE LuachID = " & Session("LuachID") Set rsConfig = NewRecordSet(strSQL) If Not rsConfig.EOF Then 'General LuachTitle = rsConfig("LuachTitle") HeaderImage = rsConfig("Header")
0
2,653
thread by: sathishasp | last post Apr 6 '15 by: sathishasp
Am trying to execute the below code, "Response.Write(Server.HTMLEncode(string))"... And i am getting some HTML code is visible in the asp screen... I want to know how to use Server.HTMLEncode inside response.write in a proper way ? Thanks in advance!
7
28,880
Merlin1857
thread by: Merlin1857 | last post Apr 6 '15 by: rambow4
Its great producing data for users to look at in your web pages and generally that is sufficient for their needs but sometimes you may want to supply your user with the data in a form they can actually do something more with. This code shows you how to display data from your database and then how to give that data to the user in the form of a...
1
2,743
thread by: deliasuzan | last post Jun 4 '15 by: BeastGeek
Hi, I am new in web development. I have little problem. Could you help me please? For your information, I'm using asphostportal.com hosting and I have windows account that supports .NET 4.5. I did publish to a local file on my computer. When I tried to upload the files Compiled to my hosting using FileZilla, the project uploaded successfully but...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.