Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score xmlhttp different pages same time
stephan.krebs - 8 Apr 2006 5:58 AM - 3 messages
Hi there, i get data from 4 different pages with asp 3.0 and Microsoft.XMLHTTP. It is fine and stable but it takes 15 secondes. the reason is (i think) that the requests is one after the other. As that a different pages it should speed up if i request the pages ...
Score Using asp and xml to fill a drop down list
MasterChief - 7 Apr 2006 7:31 PM - 2 messages
I have an asp page right now and I want to fill a drop-down list with information like a persons name from an xml file. Once the user picks a person from the drop down list I want it to go back to the xml file and ...
Score ASP and Router
George Hester - 7 Apr 2006 4:18 PM - 3 messages
I used to be able to change the page presented to the client with this code: <% If Request.ServerVariables("HTTP_HOST") = Request.ServerVariables("LOCAL_ADDR") Then %> But now that the site is behind a Router this doesn't work anymore.  Because ...
Score ASP.NET 2.0 Login Control not working on Apple Mac OS X Version 10
Atul Chaturvedi - 7 Apr 2006 1:46 PM - 50 messages
If we use ASP.NET 2.0 Login Control, we are unable to click on Login and Reset Buttons on Safari running on Apple Mac OS X Version 10.3.2 . How can i resolve the problem. ...
Score Displaying images from an Access Database
kbrad - 7 Apr 2006 1:46 PM - 6 messages
I have an Access database set up with a number of text fields and a hyperlink field which references a different image per record. I am trying write ASP code to retrieve allt his data and images onto a web page. I have the data ...
Score reading the Global address list form exchange server
bobBaker - 7 Apr 2006 1:29 PM - 11 messages
Does anybody know of a good way to get a list of emails from the corporate exchange server from a corporate website? ...
Score Find a record in which page where pages are generated using ADO pagination
sean - 7 Apr 2006 3:58 AM - 4 messages
I have a table with fixed row of records SORTED by DATE using ADO pagination method. The user can click a link in one table cell and go to another page to modify the record. Once the updated record is saved the user will be ...
Score Opening Word document from an ASP page
mkorch17 - 6 Apr 2006 6:55 PM - 8 messages
Hello, I have a server with a Word document and an Access database on it.  I also have an ASP page running on the server.  The Word document contains a mail merge with the Access database.  What I want to do is ...
Score Inserting unicode characters into a database using RecordSet.Update
Roger Withnell - 6 Apr 2006 6:36 PM - 11 messages
I'm using ASP, VBScript and SQL Server. I'm also using UTF-8 character set and so my codepage is 65001 and SQL Server datatype nvarchar. I can insert unicode characters correctly into the database table using INSERT.... (field1) ...VALUES ......... (N'Characters'). ...
Score Adding Index Number to a Dynamic Array
Brian Piotrowski - 6 Apr 2006 5:15 PM - 4 messages
Hi All, I've probably done this before, but for the life of me I can't remember how I did it.  I need to move values from a DB table into an array to be used for other queries.  The number of records will vary, so  I need to make the ...
Score Why Outlook creating Different SessionId for a single session
rayala - 6 Apr 2006 4:16 PM - 12 messages
Hi all, I am having very weird problem in my Outlook I am running my web application from with in Outlook.I found a strange problem that it is creating different sessionId if i open a new window using window.open from with in my application.I am pulling my hair all ...
Score Wscript.Shell.run returns 254
Daniel Di Vita - 6 Apr 2006 2:38 PM - 6 messages
I am trying to run a command line from an ASP page. I am using windows 2003 with IIS6. I am able to get this to run on my local machine (Windows XP IIS5). Here is my code: jobNbr = Request.QueryString("jobNbr") ...
Score Response.Headers and URLs
Mike - 6 Apr 2006 2:30 PM - 7 messages
Is there a way to add a header to a page that will change what text the browser displays in the address field? For example, say I point my browser to [link] ...
Score VS 2003 to VS 2005
rizwan_mk - 6 Apr 2006 2:19 PM - 2 messages
HI all, I migrated my webapplication from VS 2003 to  VS 2005. and i am running on win xp Professional sp2. After migrating. i am getting the following error . "The type initializer for 'System.Web.Compilation.CompilationLock' threw an ...
Score Read the width and height of an image
Stilts - 6 Apr 2006 2:03 PM - 10 messages
Hi Working in asp (not asp.net) I need to read the width and height of an image before they are displayed on the page. I have a folder full of images that are dynamically put on a page and I ...
Score Future of classic ASP
MikeR - 6 Apr 2006 12:40 PM - 25 messages
What do y'all see for the future of ASP in light of MS decision to replace FrontPage with a new series of development tools? All of them mention ASP.NET, but no mention of the ASP I love. Mike ...
Score RecordSet not returning Rows
web.reports - 6 Apr 2006 9:57 AM - 2 messages
Hi All, The following query returns one row when run in Query Analyzer: DECLARE @IntCnt AS integer SET              @IntCnt = 0                           SELECT     @IntCnt = @IntCnt + COUNT(DISTINCT ...
Score Windows 98 dropdownlist not show
Ricky Chan - 6 Apr 2006 8:20 AM - 3 messages
I have a asp page which show a hundred of record and each row contains a dropdownlist. It run very fine on winXP. However,all dropdownlist can not be showed on Win98 after the record number greater than 140. Is it a memory problem? ...
Score Validation Of ASP Form HELP URGENT
SpiderSwamy - 6 Apr 2006 6:27 AM - 2 messages
Hi,       I know little bit about asp, I am facing a problem in Validating the ASP Form..       Example:      Stud ID: 501242016      FirstName: Ajit ...
Score Determine if email bounced back
dw - 5 Apr 2006 8:47 PM - 2 messages
Hi. I accidentally posted this to the German version ("de") of this newsgroup until I realized my mistake -- sorry! We're using the subroutine below to send emails via our classic ASP apps. However, we'd like to know if an email address isn't good -- in other ...
Score CTL_E_PERMISSIONDENIED??
MikeV06 - 5 Apr 2006 5:56 PM - 3 messages
IIS 6 on Win2003 with Net 2.0 I am getting an exception trying to run a simple aspx page. This is causing the error: objCount = objFSO.CreateTextFile("counter.txt", True). I have gone through my default web page settings and the ntfs setting for ...
Score calling another page
abcd - 5 Apr 2006 5:49 PM - 7 messages
How can I call one ASP page from another Page1.asp returns me some strings in the form of response.write Page2.asp will call page1.asp and use that long string returned from page1.asp.... How can I do that ...
Score PostbackUrl and Context.Items
Wendy - 5 Apr 2006 4:53 PM - 2 messages
I had previously posted this in inetserver.asp.components, I don't think that was the right place... anyways, here is a repost: We are currently using ASP.NET 2.0 to revamp one of our web applications. Let me try to briefly explain how each page is laid out... ...
Score Changing the Background Color
Glenn Hanna - 5 Apr 2006 4:16 PM - 2 messages
Hi, I would like to know how to change the background color of a web form programatically from C#.  I have found examples on the web for Visual Basic, but I can't get them to work in C#.  Any help would be appreciated. ...
Score Stored Procedure as method of Connection and NULLs
Dave Anderson - 5 Apr 2006 3:56 PM - 3 messages
[This question is directed at Bob Barrows, but perhaps someone else knows an answer. In any case it is good information for the group.] I really like Bob's "stored procedure as method of Connection Object" technique. It is convenient, compact, and concise, and simplifies protection ...
Score "No value given for one or more required parameters" Error
Grayscale - 5 Apr 2006 12:53 PM - 4 messages
Hello, When I execute the code below, I get: "Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters." error message in the first line. Rs.Open "SELECT * From Unvanlar WHERE Unvan = " & kayit8, Con, 3,3 ...
Score modify a String based upon textbox value
news - 5 Apr 2006 11:23 AM - 2 messages
Hello, Can someone please help to modify my string from the input value in my inputbox!? Example from my input box: - c:\test\att beställa.txt (swedish character) This is what I need: - c:\test\att_bestalla.txt I need to replace the "space" with "_" and replace the swedish character "ä" ...
Score Problem Logging into ASP Web using Interdev on XP Home.
Lance Wynn - 5 Apr 2006 2:18 AM - 17 messages
Hi all, I got a new computer that is running XP Home, and is to be used for the family as well as for me to do some work from home.  I want to keep XP Home, but I am having a problem getting Visual Interdev to connect to any ...
Score Digitalcameras Store
Anton - 4 Apr 2006 10:42 PM - 2 messages
I want mp3 player. What will advise? Posted via DevelopmentNow.com Groups [link] ...
Score MSN BLOCK CHECKER-MSN STATUS CHECKER-MSN PROBLEMS
Pager O Rama - 4 Apr 2006 6:41 PM - 1 message
Hi, R U BLOCKED ON MSN Messenger By Your Friend,then What are you waiting for.Visit one of the link below to find out who has blocked you in his/her friend list. [link] ...
Score Get Object remote java class from HTA
paolomatador - 4 Apr 2006 4:24 PM - 1 message
Is there a way to access to a remote java class from an HTA Application? I'm going crazy bout this. PLease help. ...
Score Using GetAbsolutePathName with File Input
Grayscale - 4 Apr 2006 12:03 PM - 4 messages
Hello, I have two asp pages and try to get the folder & file name which is selected on the first page but when I select any file and press submit, it shows the folder as "C:\Windows\System32\-filename-" but I want to ...
Score Web.config sections replace
Toty Santana - 4 Apr 2006 6:53 AM - 2 messages
how to replace the system.web section using MSBUILD? I managed to change the appSettings and connectionStrings sections but when i tried to replace system.web i got an error message reporting missing system.web section ...
Score Memory based file upload
AlexT - 4 Apr 2006 6:13 AM - 3 messages
Hello This is probably a newbie question but please bear with me anyway... I'd like to create an ASP form allowing an user to upload a file that would then be sent as an attachment by e-mail to a preset internal ...
Score asp to .net
Aleks Kleyn - 4 Apr 2006 5:41 AM - 2 messages
I am converting code from asp to asp.net. Initially I decided to make minimal changes. Code uses vbscript, so when I convert i substitute by Vb and add declararation where it is nessary. However on this step i try to ...
Score MS Treeview from ASP issue after IE ActiveX update (kb912945)
hsonny - 3 Apr 2006 9:16 PM - 4 messages
Hi there, I have an ASP page using the treeview control from mscomctl.ocx that was running just fine. We updated our browsers with this package ( details at [link]) so I get ...
Score Forcing a div element to background
Scott - 3 Apr 2006 5:56 PM - 3 messages
Are there any div attributes that could force a div element to stay in the background? I have a .vbs calendar class that opens a small calendar. Unfortunately, sometimes it opens above a form element like a combo box and ...
Score HELP!---Stored Procedure in ASP
segis bata - 3 Apr 2006 5:37 PM - 7 messages
Hello everyone, I'm writing you because I need help in something that's taking too long. I want to build a Stored Procedure to be accessed by an ASP page and I need that Stored Procedure to do a couple of things: ...
Score Post Back in 2.0
roger31 - 3 Apr 2006 3:51 PM - 3 messages
Hello - I created a simple website with one page. This simple page has only one text box (asp:Textbox) and no other controls. When i bring the siteup in VS2005 and press enter with the cursor inside the text box the page ...
Score ASP page not loading...
Mike - 3 Apr 2006 2:43 PM - 3 messages
I have moved our sebsite to a new 2003 server & now my asp pages won't work. Where/what do I change to allow asp pages to run? Thanks- ...
Score Re: Digitalcameras Store
Bob Barrows [MVP] - 3 Apr 2006 11:05 AM - 1 message
Anton wrote: Go buy one. Geez! ...
Score CreateObject --> ASP177
sbourdette - 3 Apr 2006 10:01 AM - 3 messages
Bonjour, I just install Windows Server 2003 (+IIS6) and my old application doesn't work anymore because i'm unable to use server.createobject. My error is --------------------------------------------------------- Objet Server erreur 'ASP 0177 : 800401f3' Échec de Server.CreateObject /Main.asp, ligne 26 ...
Score Classes & Collections and some related issue
Ugur ASLAN - 2 Apr 2006 2:22 PM - 10 messages
Hello, I want to implement a class structure that can take a querystring and the value of querysting can be called as myClass.getQuery("test").value. I know that I can do it like myClass.getQuery("test") and get the value of "test" ...
Score code for mailing using CDO written in JavaScript
Neil Jarman - 2 Apr 2006 4:26 AM - 3 messages
Hi, I usually use VBScript to send emails, however I need to use JavaScript. Can anyone supply the necessary code - I have tried this literal translation and although it doesn't cause any errors, no mail arrives. var sch = "[link]"; ...
Next »