1,828 Topics

Member Avatar for
Member Avatar for dips255

hi i have query about database connection object i have made a function to send sms and used it on several pages. Now i want to keep track of no. of sms used. however i have not opened database connection on all the pages where i'm calling this function. so …

0
77
Member Avatar for tania khan

[QUOTE=ardav;788833]This sounds like a clear cut research job that YOU should be conducting for your coursework (or whatever). BTW This is a pHp forum[/QUOTE] [code] Hi I need your help in my project of "online examination”. I am developing this for my lab. backend: sql server 2000 front end: ASP …

Member Avatar for peter_budo
0
132
Member Avatar for ruchi18

Hello, I have an application in actionscript & flash my application design contain 7 tumbnails picturs & 2 button for scrolling this tumbnails actually i hav 28 photographs which i want to be scroll 4 times on clicking on button each time so can any one give me the solution …

0
53
Member Avatar for jkdil33

Hi, I want to create a web page in my local website for user to send e-mail to my ID.It should be in the following way There should be a text box for entering the mail ids of recipients,text box for entering the details(suggesstions) and a submit button when the …

0
68
Member Avatar for IT_Techno

hi, i have create asp.net web site that do alot of requests (write, read, go to some links ) this web site using sql DB during accessing requests it redirect to the default page after short time how can i solve this problem in redirection ?? Best Regards IT_Techno

0
89
Member Avatar for dips255

Hi I often get this error on some of my asp pages Microsoft OLE DB Provider for SQL Server error '80040e31' Timeout expired what should be done to resolve it? is there any way to trace the error and show a custom message to the users instead of the above …

Member Avatar for msaqib
0
128
Member Avatar for enoch365

Hi I am just a student doing survey about Employers helping empolyees with their housing during this recession and I need helps to make this ASP form.... anyone willing & able to help me out? =========================================== My -survey.html- File for getting the info =========================================== [code=html]<html><head><title>Survey</title></head> <body><form method=post action="sProcess.asp"> <pre><input type="radio" …

0
51
Member Avatar for themailsian

I have make a form in ASP page wich contain a dropdown menue containing record from the database. These records are related with an other table. I want when I select any record from the drop down menue its concerned record should display in next text box with in the …

Member Avatar for enoch365
0
151
Member Avatar for closetosane

Hello, I am sending a string created in vbScript via CDO. My scripting is working but the whole string is not showing up in the receiving email. My code was on the bulky side with bordercolor and bgcolor in the tables cells, removing what was not needed for html in …

Member Avatar for closetosane
0
924
Member Avatar for OnlineD

I am trying to count how many entires appear in one table which is linked to 2 others, then show the result on a web page. Table 1 - Companies CompanyID CompanyStatusID FundID Table 2 - Company_Status CompanyStatusID CompanyStatus Table 3 - Subscriptions CompanyID FundID What I need to do …

0
44
Member Avatar for sma245

Help! Somehow I've ended up with the task of maintaining a system built around SQL Server, IIS, and ASP. For development I have Visual Interdev 6.0. The trouble is, this is way outside my usual domain, and the system is, as tradition demands, pretty much totally undocumented. Apologies if this …

Member Avatar for jbennet
0
57
Member Avatar for chkchelsea

Hi, I have a problem accessing server time using javascript. I'm making a home page in asp and want to access server time using javascript. What i'm doing presently is accessing server time in vbscript, and now want to display this in a javascript calendar which i hav already made. …

Member Avatar for suraj145
0
178
Member Avatar for nadineatwaroo

Hi (First time user) I am developing a team unit leader page. On my page I have a table with one column and multiple rows with each row having a department name. I would like to do two things but i'll focus on one for now. When i click on …

Member Avatar for nrvinayak
0
100
Member Avatar for kaden712

I am using ASP with MS Access Database to create a photo album there are two tables in the database tblGallery and tblPics each table has the following columns tblGallery = [galleryID] [galleryName] [galleryDate] tblPics = [picID] [picCat] [picName] tblGallery.galleryID = tblPics.picCat in order to create a relational Database and …

Member Avatar for nrvinayak
0
152
Member Avatar for JackieW

I have a simple form that collects names in time slots. The form lists all the time slots with the names and blank spots available. The problem I'm running into is people are overwriting other names so they can get a time slot they want. I've done some research and …

Member Avatar for JackieW
0
88
Member Avatar for shivani15j

i m using session in my website(ASP) but after logging in if i don't acccess the page for 5 minutes session expires n if i continously access some pages then after 15 minutes session expires.i have used global.asa file then same problem occurs and if i dont use global.asa then …

Member Avatar for ardeezstyle
0
128
Member Avatar for creativehacker

I want to generate a tree view using asp in which when I click the file (not the folder) the file should be deleted I found this on net but how can I modify to delete a file when clicked on it. [URL="http://classicasp.aspfaq.com/general/how-do-i-generate-a-treeview-from-asp.html"]http://classicasp.aspfaq.com/general/how-do-i-generate-a-treeview-from-asp.html[/URL] [URL="http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm"]http://www.aspwebsolution.com/articles/coder4life/treeview/asp/index.htm[/URL]

Member Avatar for closetosane
0
578
Member Avatar for prithimca
Member Avatar for peter_budo
0
29
Member Avatar for creativehacker

I am wrote a file del.asp where I am deleting a file but I am getting the following error Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied /asptreeview/del.asp, line 9 The code which I wrote is as follows... [CODE]PhotoFile = "/asptreeview/asptree/" & Request.QueryString("file")(1) PhotoPath = Server.MapPath(PhotoFile) Response.Write(PhotoPath & "<br />") …

Member Avatar for hielo
0
155
Member Avatar for creativehacker

I want to call asp function in anchor link click. Is it possible to call server side function from client side action. I want to delete file from server when user clicks the hyperlink... Any help please... Regards venkat

Member Avatar for hielo
0
184
Member Avatar for Vladimirr

I got this script from [URL="http://www.w3schools.com/asp/asp_send_email.asp"]one ASP tutorial (click here to see it)[/URL]: [code=asp]<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From=mymail@mydomain.com myMail.To=someone@somedomain.com myMail.TextBody="This is a message." myMail.Sendset myMail=nothing %>[/code] replaced [email]mymail@mydomain.com[/email] and [email]someone@somedomain.com[/email] with 2 mail addresses of two mail-boxes that I have on [url]www.yahoo.com[/url] and uploaded this script (as …

Member Avatar for hielo
0
202
Member Avatar for punex

hello. i am trying to create a simple e-greeting card sytem that can send send greeting card via e mail to many recepients at the same time on our existing database system.Any ideas or references would be highly appreciated. Our existing system is built using ASP,HTML and Javascript. Thank you.

Member Avatar for Mauricel
0
57
Member Avatar for miskeen

Hi, I'm developping a small website using VS2005 and SQLServer Express. This website will be deployed in a local intranet. I don't know how and what should I install on the pc that will contain this website. Can any one help me please? Thank you in advance,

0
79
Member Avatar for dips255

this is related to link exchange i have a form field where user can enter his website url or code with anchor tag to display hyperlink. i want to validate the input from user is done properly for hyperlink code(not allow any other html code). Can anyone suggest me how …

0
79
Member Avatar for ortora

Hello everyone, I have an ASP chat inside an IFRAME. The ASP file is hosted on a different domain than the main website. When the user logs on by entering their name, the chat stores a cookie so the user can start posting messages. However since the cookie is stored …

Member Avatar for ask2gaurav
0
1K
Member Avatar for dips255

Hi i want help for my following queries *whether caching a database drvien asp page can help improve its speed. *what is the method of caching *can caching cause a lot of memory consumption

Member Avatar for Drew
0
99
Member Avatar for anusumesh

Hi, I have developed one application which should be accessible only if valid certificate from particular CA is installed on client browser . I am using VBscript for writing the code. I am using Request.ClientCertificate collection to get the details of certificate for validation purpose. Now i want to make …

0
54
Member Avatar for noman78

How can I send a Crystal Report to Email through Active Server Pages (ASP)? if some one can post a sample code for it, i will really thankful to him. i am using seagate 8.5 and asp 3.0. thankyou in advance regards

Member Avatar for peter_budo
0
83
Member Avatar for korssane

HI expert, I have a ms access data base with few tables and 1-2 queries and 1 main form. the problem is this Data bAse is in multiuser enviroenemt and becomes very slow. I'am thinkinh to build a n ew web based application ( c#, asp) . Is it possible …

Member Avatar for jbennet
0
57
Member Avatar for vijaysoft1

I found almost in all forums and discussion boards that ' Currently Active Visitors : 11 ( 2 Member & 9 Guests ) ' And Display the Member name . How to do it in Classic ASP ( with Dreamweaver or by coding ) . Please

0
62
Member Avatar for yenyen

hello..i got some question about downloding and save the image from other server to my server and also change the file name. i have no idea on it. i hope can get some help from here. let say i have a url that pass back from the Picnik API like …

Member Avatar for Drew
0
2K
Member Avatar for aadimasam

hi.. i want to tranfer username and password from one server to another with encrypted format. Pls help me Aaadi

0
46
Member Avatar for kamrag

I am having a problem when reading xls file. I dont want to upload the file on the server. I just want to read the file which the user is going to post. Note: This file in not on the server and i want the file format as .xls (not …

Member Avatar for arunguptadch
0
291
Member Avatar for raul15791

Hi, I need to reset all the values of elements in my form to empty string. But the problem is that the form can be reset but the variable still holding the value of y previous input. For exp, Input 5 value at first time. Input 2 value at second …

Member Avatar for raul15791
0
121
Member Avatar for Farismkhalid

Hello, im a rookie i would like to connect to a MSSQL2000 server Retreive information post it on the website then detele it on a condition please help i have compiled this so far. [code=asp]<% '* database server parameters Dim serverIP '* ip adress Dim serverPORT '* ip port Dim …

Member Avatar for Drew
0
121
Member Avatar for squarkman

I wish to preview ASPX files in Dreamweaver 8 but I wonder if I need to install extra software other than the Dreamweaver 8 software to setup a test server. Does Dreamweaver software know how to interpret ASP files? If so, why does one need to setup a test server. …

Member Avatar for Drew
0
101
Member Avatar for kofidak

Hi My Uni assignment is to develop a flight Reservation using ASP and Ms Access database. I have started it and got stack with how to code a select from displayed flights using Radio button. I would much appreciate and suggestions: [code=asp]<table border="1"> <thead><h2><%=(rsOutBound.Fields.Item("deptCity").Value)%> To <%=(rsOutBound.Fields.Item("arrCity").Value)%></h2></thead> <tr> <% While ((Repeat1__numRows …

Member Avatar for kofidak
0
78
Member Avatar for bilalahmedmalik

Hi all i have just instaslled iis7 on vista... but when eva i wanna save my file under wwwroot ... it says u dont have enouhg permission to save file in this location. contact ur system administrator. can any one help me in this regard thanks

Member Avatar for Drew
0
69
Member Avatar for raja_muthu

hi, i need help, i used vb component in asp pages but now i changed the vb component to vb.net dll in asp pages this dll is placed in asp application bin folder but the asp application can not connect to dll ie cannot create object. so pls help me …

Member Avatar for Drew
0
46
Member Avatar for makavelixxx

When i am trying to compile the login form appear this error Could not load type 'NorthCSharp.WebForm1'. Source Error: Line 1: <%@ Page language="C#" Codebehind="Login.aspx.cs" AutoEventWireup="true" Inherits="NorthCSharp.WebForm1" %> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > Line 3: <html> Source File: /NorthLogin2/Login.aspx Line: 1 I have de C# …

Member Avatar for Drew
0
70
Member Avatar for cutebab

hi In my windows server with XP OS i hav installed IISv6.1. My problem is when i put .asp file in desktop or in wwwroot of inetpub its gives a message windows cant open this file. generally all thats required for asp file to run is IIS .and its already …

Member Avatar for Drew
0
154
Member Avatar for whisper_101

Hi Guys I have 2 files 1st File a user creates a Text File using the FileSystemObject 2nd File I want to send an email confirming the Text File has been created I do not want to include the script to send an email with the script to create a …

Member Avatar for Baradaran
0
62
Member Avatar for lewmeyers

Hello everybody, I have an asp.net version 2.0 website running in a college environment that until recently behaved just fine. A couple of days ago, a user contacted me and told me that when she hit the enter key in lieu of clicking a submit button, the site went away …

Member Avatar for lewmeyers
0
79
Member Avatar for raul15791

Hi, I'm newbie in ASP. I am trying to view multiple pages by using a single file. For example, I have a few pages of product.asp (products.asp, products1.asp and so on). Now I want to create a single single (products.asp) but can view multiple pages. Try to search through google …

Member Avatar for raul15791
0
299
Member Avatar for dips255

Friends please help LoginName Prop_code Visitdate scorpio84 RS32650 10/23/08 12:14 PM scorpio84 RS29589 10/23/08 12:14 PM fatima17124 RS47255 10/23/08 6:32 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS33019 10/22/08 2:31 AM vinit32831 RS39680 10/22/08 2:30 AM vinit32831 RS47246 10/22/08 2:26 AM sashi133 RS46091 10/20/08 4:38 AM sashi133 RS46091 10/20/08 4:38 …

Member Avatar for dips255
0
138
Member Avatar for Fiorentino01^

Hi, I am working on a web site using VWD 2005 Express Edition. As I wanted to host it on my own pc I followed the instructions of various tutorials and finally I succeeded in viewing it by typing [url]http://localhost/Alias/Index.aspx[/url]. Next I tried with the help of my son to …

Member Avatar for Baradaran
0
97
Member Avatar for aparnesh

I have 3 files containing classes, let's say - A, B and C. B and C both contain the file A as they are subclasses of A, using the "#include file " directive. I am facing a problem if a page contains both B and C, it is saying 'Class …

Member Avatar for Baradaran
0
108
Member Avatar for priyam_maheshwa

Hi There I am developing a site which would be used worldwide,so some of the people in China and Japan want that they should be able to see the site in their respective language.So to change the content language i am thinking i will use [CODE]<html lang="zh">[/CODE] tag.But this would …

Member Avatar for Baradaran
0
81
Member Avatar for dcparham

folks, trying to pass variable from test1.html to test1.asp. simplest code possible, even works on our ISP host, but not my web server. please help?? code for test1.html, which calls test1.asp: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>A.html which calls B.asp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> …

Member Avatar for dcparham
0
256
Member Avatar for dcparham

our website opens a NEW registration window [target="_blank"], register1.asp which submits form data to register2.asp "write to database" and "thank you for registering" page, by way of js form validation function - >>>i need to cause register2.asp to open without the ability to hit the BACK button [ie, no menu …

Member Avatar for dcparham
0
193

The End.