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 > november 2006

Filter by week: 1 2 3 4 5

Adding Form?
Posted by Rolf Rosenquist at 11/30/2006 7:09:57 PM
I have an ASP page with a table that fills with records from a loop. Every row gets a link to another ASP page with data from the row. The link is written as <a href=newpage.asp?value1=xx&value2=yy .... and so on. Now I try to let the user specify a number that should be sent to the other pag...more >>

Looping through tw-dimensional array
Posted by neptune6644 NO[at]SPAM gmail.com at 11/30/2006 4:08:09 PM
I need to loop through a two-dimesnional array (x,y) until a value in x is empty or the end of the array is reached, whichever comes first. Example array: Dim myArray(4,1) myArray(0,0) = "part 1" myArray(0,1) = quantity myArray(1,0) = "part 2" myArray(1,1) = quantity myArray(2,0) = "pa...more >>

ASP CreateObject Exception - Win2003& IIS6
Posted by Lynn Zou at 11/30/2006 12:11:55 PM
In our system , we use an ASP page to upload files but sometimes it doesnot work as it suppose to do and we found error log in Application Error as: Event Type: Error Event Source: Active Server Pages Event Category: None Event ID: 5 Date: 11/27/2006 Time: 9:17:08 AM Description: Error...more >>

basic connection problem
Posted by Middletree at 11/29/2006 10:42:12 AM
I'm moving an intranet app from one machine to another. Both are Win2000 Server, with SQL Server 2000. I'm trying to keep them the same in every possible way. However, when I try to connect to the site through the browser, I get the following: Microsoft OLE DB Provider for SQL Server (0x800...more >>

Type mismatch error - help please
Posted by zenfor at 11/29/2006 10:27:22 AM
Hi, appreciate any help with this, I can't seem to get past this error. The Price field is a Number Data Type. This is part of some code that is adding records to a database. The 3 lines of x_author (text data type) works fine. The error is coming at the "rs("price") = tmpFld" line. I assume I...more >>

regEx.Repalce help
Posted by Igal at 11/29/2006 3:40:29 AM
hay. i have read some topics about this. but there's something i don't quite understand, if anyone can help. i have text, in it i want to highlight the words user used to find this result. i used the normal replace, it worked fine except the case thing... SearchForSp = Split(SearchFor, " ")...more >>

access URL's using asp
Posted by kartheek.bv NO[at]SPAM gmail.com at 11/28/2006 5:12:53 AM
i hav opened an URL from my local host using ASP but the problem is that i am not able to access the fields in that URL.Here is how it goes............................... file name : 1asp <form name="ass" action="2.asp" method="post"> <br><br> <INPUT TYPE = submit VALUE = "SUBMIT"> </fo...more >>

access URL's using asp
Posted by kartheek.bv NO[at]SPAM gmail.com at 11/28/2006 5:10:53 AM
i hav opened an URL from my local host using ASP but the problem is that i am not able to access the fields in that URL.Here is how it goes............................... file name : 1asp <form name="ass" action="2.asp" method="post"> <br><br> <INPUT TYPE = submit VALUE = "SUBMIT"> </fo...more >>



where are wombats?
Posted by wombat NO[at]SPAM fancier.net at 11/28/2006 1:10:58 AM
Can someone tell me whether Wombats live only in Australia, or also on other continents? Apart from zoos, of course. We all know that Wombats are to be found in Zoos. 273 -- Posted via a free Usenet account from http://www.teranews.com ...more >>

Error Type: Server object, ASP 0177 (0x800AEA5F) 800aea5f
Posted by Kevin G. at 11/27/2006 11:05:56 AM
I am trying to instantiate an in-house DLL within my ASP application and I'm getting the following error: Error Type: Server object, ASP 0177 (0x800AEA5F) 800aea5f I have tried re-registering the DLL, restarting IIS, etc., but no luck. Any suggestions? Thank you, Kevin G ...more >>

vb script block execute twice
Posted by someone NO[at]SPAM js.com at 11/27/2006 12:00:00 AM
hi, I have a asp page and keep submit to itself and I use a hidden field to track the step. But I found in each step, sometime the block is being executed twiece. How to debug this and fix? Thanks... ...more >>

How to set text style for excel
Posted by Abdhul Saleem at 11/26/2006 10:12:02 PM
Hi, How to set text style for an excel cell progrmattically, which is equavalant to Excel->Format Cells->Number Tab->Text Regards, M. Abdhul Saleem....more >>

zipping with asp
Posted by shank at 11/26/2006 4:57:48 PM
I want to build a site for downloading files. The filenames all begin with numeric digits followed by text characters including commas, apostrophes, etc. It's important that the text remains on the end user's level. So, I want to zip and rename each zip to the original first 5 digits. Does ...more >>

HTML table in Excel with line feed in cell
Posted by McKirahan at 11/25/2006 7:00:42 PM
I an using ASP to read a database table and generate an HTML table which is save via FSO with a file extension of .xls which opens up in MS-Excel. I am inserting several lines of text into a cell and would like to force a line break between them. I recorded an MS-Excel macro so see how Alt-En...more >>

Trapping F1, F2, F3, F4, etc. keys
Posted by fiefie.niles NO[at]SPAM gmail.com at 11/24/2006 3:52:51 PM
Is there a way to trap F1, F2, F3, F4 etc. keys on ASP and have our own codes to do whatever necessary for each of those keys ? Thank you. ...more >>

DateTime.AddHours method doesn't add anything
Posted by radiolandog at 11/23/2006 8:50:02 AM
I am getting a DateTime value from a Calendar Control. It returns the date at midnight. I want to add some hours to the value before I display it in a text box. C# back end to a web form - here's the code ---------------------------------------------------------------------------------...more >>

IE7 XMLHTTPREQUEST reponseXML
Posted by John Byrne at 11/23/2006 3:46:01 AM
Hi, I have an Ajax call on my ASP page that calls another ASP which returns a file which is data in XML format and the file is of content-type of text/xml. This call works OK when used from IE6 (it uses the ActiveX object) but something strange is happening under IE7. Under IE7, the cal...more >>

Error 429 ActiveX component can't create object
Posted by Abdhul Saleem at 11/23/2006 1:13:02 AM
Hi, I am recieving error ActiveX component can't create object in the following line in the asp page. set ExcelApp = CreateObject("Excel.Application") Previously this code was working fine. Thanks in advance....more >>

ASP and Avery Labels
Posted by mikeyatsony NO[at]SPAM gmail.com at 11/22/2006 11:32:08 AM
hi all... what is the easy way to have users print results from a query to avery labels using a web app through internet explorer. thoughts? thanks ...more >>

application help
Posted by Mike at 11/22/2006 5:33:58 AM
I need to create an app, asp would be best for me but I am not sure how/if it can be done. Here's is what I have. I have an instrument subnet that can only communicate to my server subnet. There are 60 pc's in my instrument subnet, these pc's are validated, which means the documentation to ...more >>

CheckBox
Posted by Bhagya at 11/22/2006 1:12:31 AM
Help me to validate a checkbox wherein i want to display different messages when the checkbox is checked and unchecked..... ...more >>

Connection string errors
Posted by abc929y NO[at]SPAM googlemail.com at 11/22/2006 12:23:58 AM
Hello I am a complete newcomer to ASP and I am trying to get around a few teething problems. I would be very grateful if any of you can point me in the right direction because I am tearing my hair out! I am using DW8 to create a simple database-driven site using IIS and ASP vbscript. I ha...more >>

how to ban not only by IP address ?
Posted by minnesøtti at 11/21/2006 3:54:54 PM
Hi there, I am posting to a web-based forum which runs on ASP and uses JavaScript. I post via a proxy-server which rewrites JavaScript, does not send cookies back to the forum server, and which changes its IP address every few minutes within the whole class A network. The moderator says he ...more >>

Data Access via ASP
Posted by Punjabi Munda at 11/21/2006 8:03:37 AM
Hello alls , i am working on a interanet application for Inventory handling, i have a problem while submitting the data to server, please help me? the problem goes like this Data base : Ms-Access Front End : ASP The problem is how to comit the data "say Invoice" to main database is two person...more >>

Response.Write to specific page location
Posted by mcnews at 11/21/2006 7:37:02 AM
How can I direct Response.Write to output to a specific location on my page? TIA, mcnewsxp ...more >>

Runing exe or a bat file on server side using asp
Posted by mastar at 11/21/2006 3:15:01 AM
Hi all im trying to run a file localy on my server (2003) using asp , this is the code : <%@ LANGUAGE = "JAVASCRIPT" %> <% var commandLine = "File_NAME.EXE"; var WshShell = Server.CreateObject("WScript.Shell"); WshShell.Run(commandLine); WshShell = null; %> <!DOCTYPE HTML PUBLIC "-//W3...more >>

table rows
Posted by Jeff at 11/20/2006 9:53:24 PM
hey gang. i have a question that is probably simple, and i could do it at one time, but i forget how. ok, how to explain i need to retrieve records from a db. which is no problem. but instead of displaying them with normal rows, i need to display them across 2 columns, then down. here...more >>

allow people to upload excel file to asp program?
Posted by c676228 at 11/20/2006 5:01:02 PM
Hi everyone, I will develop a program to enroll a group of people on-line. Since we don't have number limitation for the people in the group. I am wondering if there is any company allow people to upload an excel sheet which contains data about the people in the group and the asp program can...more >>

identify if numbers only in a string
Posted by Igal at 11/20/2006 2:52:37 AM
Hay. in one part of my application i have some kind of user and password form. it asks for e-mail and a costumer id (as password), the costumer id must be a number, it's an INT in the SQL table. i tried to use a javascript checking method, but this kind of checking method seems not to work at ...more >>

request.querystring length max
Posted by dal.luc NO[at]SPAM gmail.com at 11/19/2006 10:52:07 PM
Hello, I want to load an asp page with a very great variable part (something like save.asp?myvariable=aa...zzzzz I know the length of aa...zzzzz is limited to 255 characters. But I would like to be able to send a request of length, let say of 2500 characters. Can someone help me ? Thank...more >>

Qry data to Page
Posted by BaWork at 11/19/2006 9:48:41 PM
I have the following data pulled from a db query - it is calculating the total number of listings for a given category. CountOfmain_cat_id main_cat_id main_cat 7 1 Clubs 1 2 Accessories 3 3 Apparel 6 4 Instruction 1 5 Course Equipment 2 8 Real Estate 1 9 Employment ...more >>

Problem with inserting date value into MSSQL
Posted by Igal at 11/19/2006 2:07:45 AM
I'm trying to insert a date value into MSSQL, the type of the sql filed is: "smalldatetime" and i'm trying to insert a text Variable that looks like this: "19/02/2006". .... SET update_date='" & Update_Date & "' ... i get the message: The conversion of char data type to smalldatetime dat...more >>

How to avoid warning message when using Scripting.FileSystemObject
Posted by VancouverMike at 11/17/2006 11:33:01 AM
Hi there, I am writing a web app using asp.net 1.1 and C#. This web app is launched in another win32 application and this app needs to pass information to my web app. But this win32 application doesn't support long string(Maximum 255), which gives me problem passing information longer than ...more >>

Opening Print Preview through ASP
Posted by Micah at 11/17/2006 6:40:01 AM
I'm working on a project where I have a print button on my ASP page. Currently, I have it setup to open a "printible version" of the form with the print window automatically popping up. However, depending on the screen resolution of the user and the IE window size the printible version doesn...more >>

Page with multiple frames
Posted by carthegenian at 11/17/2006 5:37:02 AM
my website is an integrated application I have a page with multiple frame.. frame1 , frame2 , frame3 consider a situation : a user can take the url of page in frame2 and can paste it in address bar of the browser ..... This will allow the user to view the page in frame2 to run independently....more >>

ASPError Object
Posted by G at 11/17/2006 12:00:00 AM
Hello Guys, I am new to ASP. I am learning one by one object. but when coming to ASPError object. how to use this object. I am not understanding. one of my friend suggested w3schoools.com is best site for learning ASP. So i am learning from that. So, Please explain about this ASPErr...more >>

Printing through ASP
Posted by Micah at 11/16/2006 2:36:02 PM
I'm in the middle of a project using ASP pages that access an Access database. I'd like to know how I can print a page without IE putting the Page X of X at the top and the address/ date at the bottom of the page. Your help is much appreciated. Micah...more >>

How to make a page look like it is on another site
Posted by J. Cairn at 11/16/2006 2:18:19 PM
I am developing an ASP page for clients. I will host the page on my server, but it must appear on the clients' websites. That means that the user should not be redirected to my site, but instead should remain on the client's site. Or at least appear that they are remaining on the client's site. ...more >>

ASP Records & Repeat Regions
Posted by gjoneshtfc NO[at]SPAM volcanomail.com at 11/16/2006 8:56:03 AM
Hello, I want to create a table with records from a database but I want the background colour of each row to be different. For example: Record 1 - blue background Record 2 - white background Record 3 - blue background Record 4 - white background Record 5 - blue background Record 6 - whit...more >>

ASP tables to Excel
Posted by McKirahan at 11/16/2006 8:38:55 AM
I am using ASP to generate an HTML table from a database. I use FSO to output a file with an XLS extension then open it. I can set the column width and row height; I can set the font family, size, and weight. I know I can include formulas in a "cell". What else can I do when I generate...more >>

Adding commas to a page counter
Posted by zenfor at 11/16/2006 8:13:56 AM
Hi, I have a simple script I found that increments a number in a text file. I was wondering if anyone has a routine that will commify the number. Thank you! =============== <% counter_file = Server.MapPath("counter/test.txt") Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs...more >>

Calling server side sub routine from javascript
Posted by Jimbo at 11/15/2006 10:23:18 PM
I want a server side sub routine to be called depending on the result of a javascript confirm box..It probably cant be done..but I thought Id ask..heres the code snippet..thanks Jim <% if compare() = false then %> <script runat="server" language="javascript" > var answer = confirm ("Changes...more >>

a newbie, questions about using asp variables to insert value into numeric column(bigint,int,money)
Posted by bidepan NO[at]SPAM gmail.com at 11/15/2006 5:45:57 PM
I have a sql server database and want to access data using asp form. But i always get trouble with inserting/updating data in numeric type columns.Troubles described as belows. I used one textbox in asp form to accept int type input (like age). And i defined a variable in asp code to fetch submi...more >>

Dynamic Drop down list trouble
Posted by visualbasicide NO[at]SPAM netscape.net at 11/15/2006 1:55:56 PM
I have two lists, one above the other, and they are BOTH populated using vbscript and sql queries. what I want to happen is when they select something in the top list (departments) it refreshes the selections available in the bottom list (individuals) so in this case, if they select "IT" t...more >>

Disappearing Column Data
Posted by dale.zjc NO[at]SPAM gmail.com at 11/15/2006 9:51:33 AM
I've got some bizarre behavior going on with my ASP code below. For some strange reason (and I'm a newbie to ASP so it's probably obvious to others) I can't display all the rows of data from the query. As an example, the Problem Solution column doesn't display and unless I comment out another co...more >>

[OT] Decent dedicated Win/ASP hosting providers?
Posted by Bob Milutinovic at 11/15/2006 12:25:36 AM
Greetings, folks. Many moons ago there used to be a site named "Action Jackson" which provided considerable information on determining which hosting providers were worth going for; alas, it would seem that site's long gone, and I now find myself in need of a dedicated server. Can any of ...more >>

File System Object Rollback
Posted by Chris at 11/15/2006 12:21:03 AM
Is there any way of rollback any changes made by the file system object in the event of an error. I delete a file and copy one somewhere and the copy fails is there anyway to rollback the delete. Essentially a file system version of a transaction. Regards, Chris. ...more >>

Problems with IIS 6.0
Posted by jffialho NO[at]SPAM gmail.com at 11/14/2006 7:14:14 AM
Hi there, Could someone help me with, this error: I am trying to deploy some applications to a web server with II 6.0, which contains a SharePoint Portal and a ASP .NET application. So far so good, my problems start when i have to migrate an old application in ASP with COM objects in VB 6.0...more >>

Something has stolen Ctrl + Spacebar
Posted by Bookham Measures at 11/14/2006 12:00:00 AM
Hello As above, my Ctrl + Spacebar for intellisense is not working in VI 6.0. I have checked keyboard assignments and Ctrl + Space is listed for Edit -> CompleteWord. I added Ctrl + Shift + Space and that does work, but Ctrl + Space does not. I removed Ctrl + Space thinking re-adding i...more >>

Products ASPProc / ASPWait from ServerObject
Posted by David Di Donato at 11/13/2006 9:14:43 PM
hi where can i download this products ? ASPProc / ASPWait from ServerObjects ? or exist other products like them ? thanks david ...more >>


DevelopmentNow Blog