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 2005 > threads for november 8 - 14, 2005

Filter by week: 1 2 3 4 5

ASP recordset retrieval problem (SQL Server)
Posted by AlanMF at 11/14/2005 3:43:02 PM
A problem recently cropped up that I have not seen before and I am wondering anyone has seen this one? The 2 SQl Select statements on my ASP page differ by the addition of one column ("Description") but in the 2nd case, column content is dropped (blank). I can get somewhat different resul...more >>

can the iis/smtp/mailroot directory be changes?
Posted by REMOVETHISyabbadoo_2004 NO[at]SPAM hotmail.com at 11/14/2005 3:28:52 PM
Server 2003... I want to locate inetpub/mailroot someplace else... There does not seem to be a property or any obvious way to do this. Can this be done? How? tia ...more >>

two drop down list with javacript and asp
Posted by weiwei at 11/14/2005 2:40:12 PM
<% Option Explicit %> <!--#include file="includes/conn.inc"--> <% Dim rds, ID %> <% Set rds = Server.CreateObject("ADODB.Recordset") %> <% rds.Open "select RecID, LocationName from Location ORDER BY LocationName", connStr, 3, 4 %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN...more >>

Findthis.info
Posted by Salamandur 7 at 11/14/2005 11:14:32 AM
Dear Dudes and Hotties ;) I am making a new site .. a search engine for gifts: http://findthis.info Please share your great opinion about it.. the only mistakes now are that it searches in only 90 000 results :) and there is a little delay from 5-6 seconds when searching for the first time...more >>

Choosing b/w ASP v1.0.3705 & v1.1.4322
Posted by asnowfall NO[at]SPAM gmail.com at 11/14/2005 9:44:49 AM
I am new to web technologies. Pls clarify these basic doubts. When there are mutliple ASP version installed on the same machine there will be corresponding directories under "WINDOWS\Microsoft.NET\Framework" Ex: my webserver has following ASP folders C:\WINDOWS\Microsoft.NET\Framework\v1.0...more >>

Export to Excel and firewalls
Posted by Marja Ribbers-de Vroed at 11/14/2005 9:04:24 AM
Hi, One of my clients has a strange problem with my webapplication which I = think may be related to some firewall setting on his computer.=20 On several screens in the application, it is possible to click on an = icon to start an export of data to Excel.=20 The click on the icon triggers a...more >>

ocx eventHandler in ASP
Posted by jose.mendez22 NO[at]SPAM gmail.com at 11/14/2005 6:57:24 AM
I wrote a simple ocx to test an event handler from an html page. I complied the ocx, and packaged the ocx (internet package) to my webserver. I can veiw the control just fine in my web page, however when I fire the event in the ocx I can't capture the event in my asp script. any suggestions? ...more >>

Form Submit, Dynamic Dropdown
Posted by Jeff Uchtman at 11/14/2005 12:17:11 AM
I know I have done this but my mind is fried. I have a dynamic dropdown in a form. I need to pull both the dynamic dropdown's ID and name listed in the dropdown. Need a little help with grey matter tonight. Thank Jeff ...more >>



multipart/form-data help!!
Posted by POLILOP at 11/14/2005 12:00:00 AM
I have a form (which is multipart/form-data) it has a file field and a select. When i submit this form i can get the file but i can't get the value of the select????? any ideas??? Thx ...more >>

Random numbers select
Posted by polilop at 11/13/2005 9:33:55 PM
I have 30 numbers. I need to select randomly 10 out of the given 30. A number must not repeat ( eg. i can't have number 10 twice ). How can i do this?? ...more >>

changing track numbers
Posted by shank at 11/12/2005 9:16:00 PM
Imagine a CD of say 20 songs Each song is a table row [Title] [Artist] [TrackNo] I need a way for the user to change the way the songs are listed by allowing them to change the track numbers. What is the smartest way to do this? I think it would be kind of trick to have a couple of <IMG> ...more >>

Can I nest Do loops?
Posted by Dave at 11/12/2005 8:24:35 AM
If so, what is wrong with this code in APS 3.0? I open a recordset with order info. Each record contains the order header info plus a line item from the order detail. So the recordset looks something like this: Orderid PartID 1 12 1 87 2 99 2 33 The web page should display as: ...more >>

Voting on an ASP page
Posted by Richard Speiss at 11/11/2005 3:28:59 PM
I am learning ASP and have my website working pretty well. Now I want to add a "Surveys" section to it. The format will be something like: Question 1 Choice 1 Choice 2 Vote ------------ Question 2 Choice 1 Choice 2 Vote The page will contain more questions as time goes on. Each ...more >>

ASP BLOG MULTIUSER
Posted by sdastouri NO[at]SPAM gmail.com at 11/11/2005 11:52:43 AM
I've been looking around on the internet and have noticed there are tons of Blog programs that support multiuser login written in PHP but there are none for ASP. I am just looking for a sample code that I can look through and get my hands dirty with. Anyone know of any ASP based Blog softwa...more >>

(vbscript) GetRef and Response.Write
Posted by news NO[at]SPAM chthonic.f9.co.uk at 11/11/2005 8:46:33 AM
I'm trying to encapsulate a bunch of html widgets such that a containing page can call them to draw themselves in whatever order it chooses as well as easily add new ones. In order to do this each widget registers itself by returning an id code and a reference to the subroutine that generates ...more >>

CreateObject("Excel.Sheet") error
Posted by POLILOP at 11/11/2005 12:00:00 AM
When i try to do this Dim ExcelFace Set ExcelFace = CreateObject("Excel.Sheet") ......... the browser says this Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'CreateObject' /mjenjaci/test.asp, line 5 I have given the IUSR permission to the folder but still t...more >>

Inserting signature bitmap file in an asp
Posted by Jack at 11/10/2005 12:44:01 PM
Hi I am trying to build a asp page where signature bitmap file needs to be inserted from a directory. The path of the file location is in one of the backend Access database fields. I would like to know if there is any knowledge based article related to this kind of issues. I have no idea wher...more >>

ServerXMLHTTP and question marks Problem
Posted by Dana at 11/10/2005 11:36:09 AM
I am having a problem with the following code: Response.CharSet = "UTF-8" url = "http://www.domain.com/myisapi.dll" set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.open "POST", url, false xmlhttp.setRequestHeader "Content-Type", "text/HTML" xmlhttp.setRequestHeader "CharSet", "UTF...more >>

Read data from special format Excel with ASP
Posted by Vanessa at 11/9/2005 9:50:01 PM
I need to read/extract data from an Excel file using ASP. However, the Excel file is not in regular tabular format; instead, it is actually a form. Therefore, it contains many checkbox and merged cells with data. I have followed this web page's instruction (http://www.haneng.com/Forums_...more >>

[ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
Posted by alorentz at 11/9/2005 12:11:59 PM
Moved from Windows 2000 to Window 2003, and now receive this error sporradically. It only happens a couple times per day, so the connection string is fine. This issue seems to be server related, becuase all the same code and database ran fine on Windows 2000. ...more >>

date problems with interdev objects
Posted by josepe at 11/9/2005 9:51:45 AM
Hi, I have an asp site web with connections to a SQL server database. All works ok in a Server of USA, I have changed to a new server in UK and I have configured the new server as the USA server, OS settings and SQL settings. But now, only in interdev code, when i show a date field of data...more >>

Preventing/Removing duplicates
Posted by Drew at 11/9/2005 9:16:35 AM
I have a permission tracking app that I am working on, and I have made the insert page for it. I am having issues on how to prevent duplicates from getting entered. Currently the interface for the app has a mixture of select boxes, list boxes and checkboxes. The form submits the page to p...more >>

Authenticate against Active Directory
Posted by Bud at 11/9/2005 8:37:07 AM
I would like to be able to pass a request to IIS to have a user name and password authenticated against my Active Directory Users database. I'm running Server 2003 however my web pages are build using ASP (not .NET). What I want to do is to open the standard User Name/Password form (I don't ...more >>

ASP_Pages_don´t_seem_to_work
Posted by Jarrod at 11/9/2005 7:58:17 AM
Hallo, Have just created a small ASP .Net App with VS 2003 for the first time in years. After Building a release I proceed and uploaded my folder onto the wwwroot. The aspx pages just throw an error. The Htm pages are visible. The error page is the plain old application error page with info ...more >>

Problems with script in ASP page
Posted by Indiana at 11/9/2005 7:46:17 AM
Situation: in an ASP page i have created i read a table and i display an ID from the table then i have a button and when i click on a run a new query and then the window has to be closed. (This page is an example page made it to specify my problem) The problem: when i click the button the btn...more >>

How do I pass %% from one asp doc to another
Posted by MSUTech at 11/9/2005 6:57:06 AM
Hello.... I would like to pass the value %%LAST_NAME%% to another asp document.... I wanted to pass this value by doing a response.redirect, but, it truncates the double percentage signs.... I know it works on a SUBMIT example: <form> <input type=text name="lname" value="%%LAST_NAME%%"...more >>

correction d'une ligne de code
Posted by elia at 11/9/2005 6:48:21 AM
Bonjour, D=E9butant en asp, mon navigateur me signale une faute dans cette ligne, avec ces "" et ses '' je ne vois pas trop d'o=F9 viens l'erreur, quelqu'un pourait-il m'aider? merci, pascal La ligne est : req_sql =3D UPDATE t_abo SET txtTransactionID=3D" & request.form("txtTransactionID...more >>

Error Handling In ASP
Posted by Erencans at 11/9/2005 5:03:01 AM
Hi to all, I want to error handling in ASP. But i think that ASP is not enough for error handling. I have got two chance. 1. I can prapare an error page and control throught IIS. 2. I can use on error resume next. For 1. This is a general handling. I want to handle local error. Maybe i do ...more >>

Problem when reaching EOF
Posted by leo at 11/9/2005 12:00:00 AM
Hello guys I have a problem when reaching the end of file (EOF). Is there any way I can start at the beggining of file (BOF) when looped second time sample code <% Do While Not rstA.EOF Do While Not rstB.EOF 'automatically disregard when the second loop comes coz it reach...more >>

Server.URLEncode
Posted by shank at 11/8/2005 6:56:26 PM
When using Server.URLEncode, is there a way to undo what was encoded? I suppose I could use REPLACE if I knew exactly what the original string was. But what if I didn't know? Apt #1 transforms to Apt+%231 how do I get it back to Apt #1 ...? thanks ...more >>

Select & Update at the same table at same time
Posted by andri.wardhana NO[at]SPAM gmail.com at 11/8/2005 6:15:19 PM
Hi Guys, I have a problem with my ASP file. since I'm all new in ASP, i found that the error statement generated by ASP is confusing. basically what I want to do in this script is ability to change password. Currently this script's running well in the PHP version ( I rewrote the entire PHP ap...more >>

ASP.NET 2/Global.asax/code-behind/Application_Start
Posted by NoNickname at 11/8/2005 3:38:02 PM
Hi, I need to get a string from a COM component at application start. (It's a Long Story and I cannot change this fact.) In ASP.NET 1.1, I simply called this COM component in Global.asax.cs from Application_Start, stuck the string in the HttpApplication.Application object and life was goo...more >>

Update Record
Posted by Bayern66 at 11/8/2005 3:01:06 PM
This is probably a easy answer for you guys. Just trying to find the easiest way to do this. I want to click on a link and update a field in a recordset, but don't want to leave the current page. HrngID is the link I want to change the Canceled field from a 1 to 0 when clicking on the link...more >>

Internet Guest Account permssion
Posted by Jack at 11/8/2005 12:06:10 PM
Hi, We have recently upgraded our web server. The web server is in a remote location and is being administered by a contract company. After the upgrade, one of the location of our database (access) has been asssigned the following rights: Read and Write. There are two more permissions i.e. R...more >>

Re TYpe mismatch
Posted by Paul at 11/8/2005 9:21:23 AM
Hello, i an not sure if this is the rihgt place for this question, if not could someome point me to the correct newsgroup please. For a number of years i have been designing sites and hosting them using a reseller account. For various reasons i am now going over to VPS server using Windows...more >>

how to create menu with sub menus dynamicly
Posted by paula at 11/8/2005 12:22:02 AM
I've got a problem with asp.net i am trying to make a menu control. and have searched the web for serveral controls but they don't work correctly. I am pretty new to asp.net building. What am i looking for. i am looking for code to make a dynamical menu with submenus The menu items are stored...more >>


DevelopmentNow Blog