i m struggling to write a script for sending e-mail to much people at a time and i m having the e-mail addresses from Relational db .my script is working but after sending to 8 or 9 people script timed out. now how can i growth the speed of sending e-mail almost to 60000 people.my script is here please send your 's estimated scripts for the same.
I wish to fix domain names to an IP address. e.g. turn google.com into 64.233.167.99 I can not install components on the server hosting the web form so I require a way this either doesn't require to use a component or uses standard componen
If i have the table like that underneath and I wish to link this entire table to another form with some QuerystringsHow this can achieve Is anyguys Gurus me I 'll be gratified for a speedy reply.... I m using style like t
Currently all my outputs via Response.Write asp command are in Times New Roman size 3. How can I changes to the systemwide default with something else so as Arial with size 2
try www.w3schools.com or google using keyword "asp tutorial" Did you look here and at www.aspfree.com Much asp articles and tutorship. Did you look at the MS web-site There are much tutorship, articles, plus the actual reference documentation
I have an Access Relational db consisting of 10 Tables 1 ..., table10. I wish to add up a new column to an existing table (e.g., table 1) without affecting the existing raw data in other columns. How can I add a new column to an existing Table via ASP prog
How can I Create new folders on the server via ASP programming, which auto allows by some user: 1. Files to be browsed 2. Anonymous upload to that directory 3. Permission uploaded files to over-write the existing file I use the following ASP codes to C
gang- Im trying to grab results from a stored procedure and toss them in a recordset. Unhappily I can not open a recordset this can move forward and backward. I have tried to conveniently chance the rs.CursorType but this results in a connection timeout..
I have been reading up on ways to optimize my asp code part bcoz I execute into an point this caused my app to slow down dramatically. There were a lot of things this I found I was doing incorrect, but the one this I am guilty of
this is driving me mad for my access databases i usually Create a system dsn using the 'odbc raw data source administrator' admin application (this is winXP sp2). a set of days ago i installed sql server 2000 and it seems to have broken the application when
How can i store the JS "screen.width" variable as an ASP variable Or is there a VBScript ASP equivalent of: Code part:var mywidth = screen.width; document.write (mywidth);
Hello I have made online radio. but i wish to make desktop icon for this small web application such this can listen radio on twice left click this icon. so please tell how can i make this icon.give me link or tutorial or t
I have an Access Relational db; e.g. Relational db.mdb, which has 10 Tables; e.g., Table1, Table2, ..., Table10; in a directory; e.g., Directory1. Using ASP copy method: FileObject.Copy(destination[,overwrite]) I have made a copy of that entire Relational db
I have a Table with many more records with many more columns in each record. I wish to sort those records depend on the column 1 AND then depend on the column 2. I used the following SELECT code part but I got error. It doesn't take t
view an individual verse " name="address" width="376" height="32"> Quote: MS OLE Relational db Provider for ODBC Drivers error '80040e21' The request properties cannot be
I permission my users to upload a picture from their machine to my web-site on the server. I understand the exact name and the path of the uploaded picture in my server is something like: D: hosting mysite Relational db graphics picturename.gif Then, I wish to
I have uploaded many more pics from my computer to the server. I understand the file names and paths ... I wish to permission users to be able to look those pics. How can I to show them or finer have a slide view o
everyone I am using asp and wish to to show a pop-up box when a user cancels the window and when he clicks the back button, to remind them to save their changes.Plz advise,