Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > february 2006

Filter by week: 1 2 3 4

Send sms from pc to mobile via ASP pages
Posted by Twister at 2/28/2006 11:24:42 PM
Hi all, I'm supposed to send sms from our intranet to mobile phone. I'm not relevant to this; its extremely new to me. I need ASP code to build connectivity from our server to the mobile numbers of any service providers. ...more >>


Data entry in asp like excel spreadsheet
Posted by Jack at 2/28/2006 4:21:27 PM
I have asp project where large volume of data entry would be done. I am trying to find out if there is any tool that can allow me to build asp application where the forms would be like excel spreadsheet. I appreciate any help. Thanks....more >>

checkboxes and databases
Posted by raj chahal at 2/28/2006 1:33:31 PM
hi there I want to collect user input. I have a collection of 30 checkboxes that I would like the user to pickout from. The information then will be recorded to a database somehow. Finally the user will be allowed to change the selection if required. Which is the best way to do this. Do I n...more >>

Roadmap for asp.net ATLAS
Posted by holan at 2/28/2006 12:49:28 PM
Hallo! We develop a big inhouse-apps with asp.net 1.1. We now switching to asp.net 2.0. We also want to integrate the new features that ATLAS will provide. But we can't find any comment from MS when ATLAS will be ready. Or when there will be a release that we could legaly use inhouse. So we ...more >>

FileSystemObject and asp
Posted by Jeff at 2/28/2006 10:35:18 AM
Hey gang. Is there a way to use FileSystemObject to loop through a folder, and show the names of all the child folders within that folder? I have searched on this and came up with empty pockets. Someone?? anyone?? thanks Jeff ...more >>

Selecting client-side files
Posted by KathyMarriage at 2/28/2006 8:42:37 AM
Hello In days gone by I was a VB programmer but currently tasked to find some answers for a ASP guy. Basically I am wanting to incorporate some of the functionality of the Common Dialog control into this Web tool we are building, specifically the InitDir and FileType properties. The end ...more >>

publishes ASP pages dont open
Posted by GabrielESandoval NO[at]SPAM gmail.com at 2/28/2006 8:34:01 AM
whenever i publish my asp pages for a registration page (that send the info to the database) it doesnt work.. all i get is the file download wondow asking me to save or open. why woudnlt it work once i put it on the server. ive already checked my code and its not that its trying to connect to ...more >>

VBA com object
Posted by prabhupl at 2/28/2006 1:54:14 AM
*How to close the COM object in VBA? -Its Very Urgent-* -- prabhupl ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------ ...more >>



odbc drivers and XP
Posted by hugh welford at 2/27/2006 11:28:27 PM
Hi - using XP pro with IIS to develop offline asp data access site. Suddenly, my DSNs and odbc drivers have disappeared - the only thing I can think of is that an XP auto update has done this in some way. Can anyone tell me how to get hold of and re-instal odbc drivers to allow me to con...more >>

displaying the date
Posted by isaac2004 at 2/27/2006 6:22:09 PM
hello i am creating a dynamic page with database access that acts as an online store. i have a sql statement that needs the date and time of the order to send an invoice to a user. here is my code to insert the new values into the database strInsertSQL = "INSERT INTO tblOrders (strEmail, ISB...more >>

Problem with Request.Query
Posted by yuvalbra NO[at]SPAM gmail.com at 2/27/2006 12:48:55 PM
when i transfer string with URL that include space LIKE www.domaun.com/page.asp?n=victor yakov its open on the browser: www.domaun.com/page.asp?n=victor yakov and when i call the Variable n by the command Request.Query("n") I got just the first name: victor How to fix that? Can an...more >>

someone update my database
Posted by AA at 2/27/2006 12:00:00 AM
hello to aal, how its mossible to someone update may database, for now we have a database and time to time, someone update a record, changing the information. what can i do to avoid this? thanks on advance AMA ...more >>

Helps Needed FOr ODBC in ASP
Posted by mingcur NO[at]SPAM hotmail.com at 2/26/2006 11:32:00 PM
hi all, i am currently doing a website in ASP which is using ODBC to connect the ERP Database in another server . when i run the system in Winodws9 , it works perfectly, no errors and it may get the data from the database . But when ic hange to winodws XP , here the problem comes. My windows...more >>

about asp.net
Posted by sharma at 2/26/2006 9:34:23 PM
How can i convert .aspx file in .exe file so that it can run on any computer.ans me soon ...more >>

creating/copying files
Posted by Jeff at 2/26/2006 7:13:09 PM
I have looked on the net, but obvious not in the correct place for this. with this mega tourney site i am working on, i am thinking of several ways to do this efficiently. so what i want to do, is when a new tourney is created, create a folder on my server that is named the id number of the ...more >>

error '80020009' help
Posted by isaac2004 at 2/26/2006 6:34:32 PM
hi i am creating a basic asp site that uses cookies to manage a cart for an online store. whenever i open this page without adding anything to the cart. i get an error message. here is my code <%@ Language=VBScript %> <% Option Explicit %> <!--#include file="DatabaseConnect.asp"--> <!--#i...more >>

ASP classes, code included multiple times - how to avoid?
Posted by Noozer at 2/26/2006 12:00:00 AM
I'm writing an ASP application and have a noob question... I have a class that access an MS SQL database. I have another class also accesses an MS SQL database and this second class uses objects from the first class. I have a third class using the DB and objects of the second class. Eac...more >>

trying to use wmi with asp
Posted by zerbie45 NO[at]SPAM gmail.com at 2/25/2006 1:13:13 PM
Hi guys, I have the following vbscript that works just fine but when I try to run it using asp (just by adding the <% and %> signs and replacing wscript.echo with write.response) it doesn't work. Is there anything else I need to do to run this script using an ASP page ? Thanks in advance...more >>

IIS caches asp files for too long and delays testing
Posted by Bob at 2/25/2006 11:10:54 AM
Running IIS 6 IIS seems to suffer from the malady I had with IIS5 ... it caches the asp files. So when I make a change, save the file to the IIS inetpub directory, then test, it runs the old file. If I wait a little while then I can test the new file. I thought this issue had gone away wit...more >>

ASP Page executed twice
Posted by Elie Grouchko at 2/25/2006 12:00:00 AM
Hi I have an ASP page which is randomly (?) executed twice. I noticed that the http header is different, as if there are two different requests sent to the server. Header 2 below is the one that randomly occur. Although the 2 headers are different I don't understand why Help will be gre...more >>

Response.Expires
Posted by Elie Grouchko at 2/24/2006 11:54:45 PM
Hi I am using the following 2 lines of script at the begining of every ASP page on my site. Response.Expires = -1 Response.ExpiresAbsolute = Now Should I also use them in the ASP files that I am including using the <!--#includes file = "file.asp"--> directive ? Thanks Elie Grou...more >>

help with using shopping cart totals
Posted by isaac2004 at 2/24/2006 3:19:06 PM
hi i have a basic asp page that acts as an online bookstore. on my cart page i am having trouble generating 3 numbers; a subtotal, a shipping total, and a final price. here is my code i would like it to work properly so that a record count counts through all the books and genertates these numb...more >>

adodbconnection - property value
Posted by zerbie45 NO[at]SPAM gmail.com at 2/24/2006 3:07:02 PM
I don't understand why but If I use vbscript the following code works fine: ....connection string..... dbConn.Open msgbox dbConn.Property but the corresponding code in asp: ...connection string..... dbConn.Open response.write dbConn.Property returns the error "Arguments are of the w...more >>

multipart form processing
Posted by raj chahal at 2/24/2006 1:22:05 PM
Hi there i have created a registration page containing a form than sends username password to an asp processing page. If the user exists it sends the user back to the registration page with server.transfer command otherwise it adds the new user to the database as expected. Anyhow I now want...more >>

Keeping track number of users using an application
Posted by Jack at 2/24/2006 10:14:27 AM
Hi, I got a web based application. I need to keep track of number of users coming to use this applcation on a daily basis. This application is read only one. I have to veiw the traffic for a month. What is the best way to capture this information. I appreciate any help or related article link...more >>

Not receiving all emails
Posted by CS at 2/24/2006 9:25:00 AM
I have a stored procedure which sends out an email to all the users listed in the database. for some reasons I am not getting all emails. could someone offere some assistance? Here's my code. Global.asa Sub Session_OnStart '==Visual InterDev Generated - DataConnection startspan== '--BCSI...more >>

memory leak only when compiled in release mode
Posted by BruceDM at 2/24/2006 8:50:27 AM
We have an webservice application that has a memory leak when the application is compiled release mode. However, when the application is compiled in debug mode it does not exhibit a memory leak. We are running .net 1.1 compiled with VS 2003. The application does reference an unmanaged dll...more >>

Page Submits Twice
Posted by Umesh at 2/24/2006 1:53:46 AM
Hi Here is the sample code for my form, but problem is that it submitts twice in some cases when i click sub mit button. <script> function validateform (){ //do a lot validation here, if validation failes, return false; //finaly this line return true; } </script> <form name="abc...more >>

iso-8859-1 and UTF-8
Posted by Emmanuel at 2/24/2006 12:00:00 AM
hi, I have this ASP application which is taking text from an NVARCHAR and NTEXT columns and outputs them in the response. The problem has to do with encoding.. basically the text appears to be UTF-8 (i'm not sure about this, but its definitely not iso-8859-1) but i need it to be ...more >>

HTTP 302 (Response.Redirect) to mms:// URL gives error, to http:// is ok.
Posted by David Morgan at 2/24/2006 12:00:00 AM
Hello Apologies for the cross-post, but I am not sure where the problem lies. We have an ASP based website where we redirect users to MMS Publishing Points. So, guy clicks on http:// .asp link, we do a db update, then use Response.Redirect to redirect them to a mms:// URL. This works f...more >>

font installation
Posted by at 2/24/2006 12:00:00 AM
is it possible to install a font automatically using an asp page. If so could someone point me in the right direction Thanks in advance Dave ...more >>

rePOST form data without using GET
Posted by lbolognini NO[at]SPAM gmail.com at 2/23/2006 7:31:43 PM
Hi all, I was wondering if there's a technique to use POST instead of GET to send data back to a form so to refill it with user input after this hasn't passed validation. Any clues? Thanks, Lorenzo ...more >>

"Internal 500" error vs. a helpful message
Posted by Bob at 2/23/2006 5:16:34 PM
Why does my IIS6 server sometimes give me very good error messages from the VB/ASP interpreter... but mostly give me "Internal Server error 500" messages? Is there some way to force it to give the better error message all the time? the 500 error is totally useless... time to hunt and peck. Bu...more >>

Help w/ interactive form data validation
Posted by Vinny at 2/23/2006 4:47:04 PM
I'm writing a small ASP program which prompts the user for data. I would like to interactively validate the data as they are entering it, rather than waiting until they submit the form. So, I am doing something like this (this is a very simple example): <head> <script language=javascript> ...more >>

ASP Creating word documents(content-disposition)
Posted by Tom at 2/23/2006 1:31:28 PM
I have tried three ways of opening word documents on my win95 machines. (Yes, my client still has some win95 machine) #1-With Response.AddHeader "Content-Disposition", "attachment; filename=yourfilenamehere.doc" #2-With Response.AddHeader "Content-Disposition", "inline; filename=yourfilenameh...more >>

FSO: Localhost has stopped working?
Posted by JohnB111 at 2/23/2006 1:23:26 PM
Hi Environment: Windows XPPRO SP2 IIS 5.1 AVG Anti Virus (Not script Blocking) The following code used to work perfectly on my local development machine and still does on my web server. ==================================================== This is the ERROR Message: ================...more >>

problems with asp
Posted by shaz kahn at 2/23/2006 1:03:20 PM
hi guys ive just started this forum and ASP programming and so far its not too bad I was wondering if any one can help. Am creating a book search website which sellers can add books to the database with their details for users to contact them. Am trying to search from two tables seller and boo...more >>

How do you create a form with a graphic security entry?
Posted by Larry Bud at 2/23/2006 7:59:00 AM
Ok, I don't know what they're called, but you know the form: The page displays a "code", usually on a similar color background (dark gray), and the text is all squiggly. It's an attempt to foil the bots that go out and process forms. The user has to type in the code they see, when the graphi...more >>

Server.CreateObject() vs new ActiveXObject()
Posted by Andrew Hilton at 2/23/2006 12:00:00 AM
When you create an object in classic asp code, should you always use Server.CreateObject("ProgID")? Are there implications with stability (ie memory leaks) if you create COM objects in other ways in IIS? We use Javascript for our ASP coding, using a mixture of Server.CreateObject() and new...more >>

Receive and process a XML post
Posted by Marja de Vroed at 2/23/2006 12:00:00 AM
I'm trying to build a page which is able to receive and process an XML = message that is posted to it by some other page. The sending page is working fine, but I don't now how to 'pick up' the = sent message in the receiving page. Right now I have the following code: ' Load the posted X...more >>

Replacing or improving Session vars usage - advice
Posted by Larry Neylon at 2/22/2006 9:36:28 PM
Hi, I'm working on a VBScript application on IIS6 and I'm looking for some advice about the best way of replacing or improving session variable usage. The application is in a secure extranet environment. Currently the application has a search customers page with 10 search fields which list...more >>

Unable to browse an aspx page
Posted by Ginette at 2/22/2006 4:08:27 PM
In IIS, when I try to browse an aspx, I get a popup message asking me if I want to open or to save the file instead of actually browsing to the page. Any idea of what could cause this issue?...more >>

Operation is not allowed when the object is closed.
Posted by isaac2004 at 2/22/2006 3:53:18 PM
hi i am trying to use the record count object to count the number of books in a database of mine. i get this error saying that i have closed the object and i dont think i closed it. here is my code <% dim strBrowse, strSearch, Count Count = objRS.RecordCount strBrowse = request.queryst...more >>

ASP Includes
Posted by Jeff at 2/22/2006 3:52:26 PM
When writing ASP pages that have include pages, is best to make the include pages as txt, asp, inc??? which format would be the most efficient. the include pages wouldn't contain any asp script, all html. thanks jeff ...more >>

any info on <REVOCATION type="WMDRMNET">
Posted by kamathajith NO[at]SPAM gmail.com at 2/22/2006 1:52:18 PM
Hi, I see the following in response to license acquisition requests from our license server <LICENSERESPONSE><REVOCATION type="WMDRMNET">//encryped_data</LICENSERESPONSE> but the strange thing is that the asset still seems to play fine despite the alarming REVOCATION thing in the response. ...more >>

disable button
Posted by lynchm0bx at 2/22/2006 1:28:12 PM
I'm brain dead today. I have a page that updates/deletes user records. I made the mistake of thinking that because admin's use it, that I didn't have to make it stupid proof... How do i enable/disable submit buttons based on a radio button selection? or what would be the best way of promptin...more >>

image uploading
Posted by raj chahal at 2/22/2006 12:52:31 PM
Hi there I want to let users upload a image to their directory and then update my database so whenever someone searches the database an image is displayed.. I've seen some scripts that use comonents . I am famailiar with asp somewhat. Does anyone know the best way to do this ? What are the adv...more >>

error if db search finds nothing
Posted by abbylee26 NO[at]SPAM hotmail.com at 2/22/2006 12:21:44 PM
my page works fine if the db search finds at least one record that satifies the query. but if it does not find a match I get the following error message. Error Type: ADODB.Field (0x80020009) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a cur...more >>

mismatch error
Posted by abbylee26 NO[at]SPAM hotmail.com at 2/22/2006 11:23:15 AM
sSQL = "SELECT [Billing Date], [Service Number], [Subscriber User Name]," & _ " Fund, Account,[Activity Code], Description, [Total Charge]" & _ " FROM 06_Statements" & _ " WHERE [Billing Date] = '" & Request.Form("cmonth") & "'" & _ " AND [Service Number] = '" & Request.Form("cnumb") &...more >>

examples of recordcount object
Posted by isaac2004 at 2/22/2006 10:11:24 AM
hi i am trying to count the records in an access database, and i cant seem to figure out the syntax to count the records and output a response.write with the number. thanks for the help ...more >>


DevelopmentNow Blog