|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
MS Access + ASP + ADO + OpenSchema + error - Unspecified Error
abcd -
5 May 2006 10:30 PM - 2 messages
I am using MSAccess 2003 as my DB, ASP page my front end. My access file is in the temp folder which ahs IUSR_Machine permissions. My asp page works fine, connects to DB and retrieves what I want. Now, when I open my db file ...
Session time out/log out in .asp with windows authentication?
J -
5 May 2006 6:47 PM - 4 messages
Hello. Is it possible to have a session expire/time out or log out for a windows regular domain user logged into an .asp application? Thanks in advance. J ...
Change domain user password?
J -
5 May 2006 6:27 PM - 3 messages
Hello. I apologize if this isn't the appropriate group for this question but I was wondering if it's possible to allow regular windows domain users to change their passwords through an .asp page? I'm trying to figure out ...
Invalid Procedure Call or Arguement
Matt -
5 May 2006 2:05 PM - 6 messages
I am receiving the following error from the simple script below. This works fine from a .NET form but when I access the dll from a Classic ASP page it fails. Microsoft VBScript runtime error '800a0005' Invalid procedure call or argument: 'GetGroups' ...
save and load Adobe PDF xml
Tom S. -
4 May 2006 8:15 PM - 2 messages
I have found that with Adobe LifeCycle Design 7.x, you can save a dynamic PDF that will send xml to the browser when a button is clicked. I'm able to pull the data I need from the xml I'm sent, but I'm not sure how ( after saving ...
Script timed out Message added to Binary File End
Prabhat -
4 May 2006 4:04 PM - 13 messages
Hi Friends, I have code that will "BinaryWrite" a EXE file of 20mb to client using the ADO Stream. After the download the EXE file works fine without any problem. When I verified the EXE that gets downloaded to client machine that EXE has ...
Close window after binary download
Onin Tayson -
4 May 2006 12:37 PM - 2 messages
Hi All, I have an ASP page that is sent a file location as a parameter. It opens this file, loads the ADODB.Stream object and does a binary write to the page forcing the download dialog to appear. If the user selects "Open", "Save" ...
breaking a string
amatuer -
4 May 2006 12:16 PM - 7 messages
I usesd this to display info on a page: <% While not rstMain.eof %> <tr> <td><font size="-1"><%= rstMain("Datum") %></font></td> <!-- <td><font size="-1"><b>Client no</b></font></td> --> ...
Server.CreateObject
A.Dagostino -
4 May 2006 10:46 AM - 3 messages
Hi, I try to Use Excel.Application Library on an ASP page like this Server.CreateObject("Excel.Application") i get this error: ASP error '800a01b0' File name or class name not found during Automation operation: On the server is installed Excel 2000 and the OS is Win2K. Can Someone Help ...
Troubleshoot ASP.NET website
Richard -
3 May 2006 11:08 PM - 2 messages
Hello, We have a cluster of 5 w2003 servers running an asp.net application talking to a SQL backend. The ASP requests queued frequently gets over 500 and the server will display the "server busy error". The application seems to be ...
Get the server name from ASP when accessed by IP address
Steve Lynch -
3 May 2006 9:49 PM - 6 messages
Is there a way to display the server's host name or computer name from ASP when the page was accessed by IP address? I tried dumping all the variables and header information, but when the URL is accessed using the IP address, the ...
Asp.Net V1.1
Sam -
3 May 2006 8:09 PM - 2 messages
I need to insall version 1.1 but the download link from Microsoft returns page cannot be found. Does anyone know where I can donwload this from? Thanks Sam ...
Cant not upload file to destination location
John -
3 May 2006 6:17 AM - 2 messages
Dear, We have 2 IIS server on win2000. we use the web server for upload file from server1 IIS to server2 IIS. We can connect from IIS1 to IIS2 success but the file unable to upload with below message. Would u help? ...
pass int to become a variable
Boki -
3 May 2006 2:04 AM - 4 messages
Hi, Could you please advice, can javascript accept this kind of code? function resone(cnt) { alert("document.all.txt_note"+cnt) // cnt is the textbox index } txt_note are textboxs, ( name= txt_note1, name=txt_note2 .... ) There are buttons be allocated near every textboxs, when the button be ...
Current Recordset does not support bookmarks. This may be a limitation of the provider or of the sel
Johnfli -
2 May 2006 11:01 PM - 10 messages
ADODB.Recordset error '800a0cb3' Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype. I am moving my webserver from NT4 using SQL to win2003 using SQL 2003 I get the above error when my asp page does teh line: ...
something funky
Johnfli -
2 May 2006 3:42 PM - 10 messages
I currently have my website on a NT4 box, all pages work fine. I am working on moving it over to a win200k web edition server. I have my connection to my SQL working, copied all the pages to the new ...
Can't get the variable
Boki -
2 May 2006 1:26 PM - 3 messages
Hi All, I have many buttons that mapping many textbox, when I click button, I want to show a string that contains button number( and the mapping string ), but it failed. Here is the code: ///////////////////////////////////////////////////////////////////// <%response.write"<input type='button' name='bt_resone"& a &"' ...
cdo transport error
MadeOfRose -
2 May 2006 11:27 AM - 5 messages
Hi all i was using cdo object for sending email to a customers. when use win2000 server or windows xp my script works correctly. but not on win2003 server r2. Different thing on my script is i use external smtp server to send my ...
Tooltip on Dropdown (Combo Box)
M P -
2 May 2006 3:43 AM - 5 messages
Hi! I have posted this since last week but receive no response. I really need this to run on my system. I use ASP (not .NET) for my web applications. I use IE6 SP1 for all my clients. Since title attribute doesn't work on ...
server.transfer second parameter
wolfing1 -
1 May 2006 9:34 PM - 2 messages
I read somewhere that server.transfer had a 2nd parameter so control and input values were 'passed' to the transferred to page, but it's giving me an error of wrong number of parameters. I have IIS5, is that ...
How do I do this?
Kevin Audleman -
1 May 2006 8:50 PM - 2 messages
I am storing user entered form data from an ASP page in a MSSQL 2000 database. I would like to give my administrators a way to download a tab file with the entries. Is writing an ASP page the best way to do ...
newbie
Barbara Schmidt -
1 May 2006 7:44 PM - 2 messages
Hello, well I made my first asp-project and uploaded it through VWD 2005 Express. I tested the project locally and it works fine. Now I see on my server the page, but only with texts, no labels, no buttons. ...
Viewing a Database
Bill -
1 May 2006 7:17 PM - 5 messages
On a shared hosting account, I've got access to an SQL 2000 database on a remote server. Stats are data size: 12MB, Log Size: 25MB. I set it up five years ago, and, uh, forgot how I set it up... ...
Active Users
Ven -
1 May 2006 6:54 PM - 2 messages
I need to display information a list of Active users on a web site. I can do the count using the global.asa but need to display individual information about each "active user" without writing it all to a database and then pulling it out again. ...
I wan't your help in Inserting and selecting image from DB
developers -
1 May 2006 6:33 PM - 2 messages
Hello Every One , I need Help in inserting the user image in my data base. but unfortunatly I don't know how.I'm using asp with sql server. I tried to insert the image and i geuss it worked.for the field in the db in not ...
FLASH MOVIE WONT PLAY ON SECURE ASP PAGE
jparker -
1 May 2006 4:35 PM - 1 message
I have been working with ASP classic on this current project im involved in. Well the problem im facing now is there is a page where a flash movie should play in a particular section on the page but it wont ...
FLASH MOVIE WONT PLAY ON SECURE ASP PAGE
jparker -
1 May 2006 4:33 PM - 2 messages
I have been working with ASP classic on this current project im involved in. Well the problem im facing now is there is a page where a flash movie should play in a particular section on the page but it wont ...
File Upload
Eugene Anthony -
1 May 2006 3:45 PM - 1 message
fileupload.asp <% call RequestBin() function RequestBin() Dim UploadControl,strName, Value set UploadControl = CreateObject("Scripting.Dictionary") ...
Does anyone have a cdo.message script I copy and paste?
Mando - 406 TDi GLX -
1 May 2006 3:37 PM - 3 messages
I'm having loads of problemsgetting my basic cdo.message script to work - does anyone havea working one I can just paste into the page? I'm getting really fed up with this one. Any help much appreciated - I know it looks real lazy ...
File Upload
Eugene Anthony -
1 May 2006 3:19 PM - 2 messages
fileupload.asp <% call RequestBin() function RequestBin() Dim UploadControl,strName, Value set UploadControl = CreateObject("Scripting.Dictionary") RequestBin = Request.BinaryRead(Request.TotalBytes) ...
Page Access Restriction
Prabhat -
1 May 2006 2:55 PM - 5 messages
Hello Friends, Suppose I have one website [link] and I have one page in this site as "myrestrictedpage.asp". The page "myrestrictedpage.asp" should NOT be accesible from the hosted website ([link]) instead of that the page can only be accessible ...
something wrong with IIS
Maxi -
1 May 2006 6:59 AM - 6 messages
I had hosted two .asp websites on my IIS both were running fine till today. All of a sudden, one among those two is not working. When I type comp01/as in IE address bar (the first website), it works ...
2 Problems (ASP.NET 2.0 + INDIGO)
Mr. Murad Jamal -
1 May 2006 3:41 AM - 4 messages
Hi all, I will highly appreciate your help to me if you help me with one (or both) of the following 2 problems: I have the following on my machine (Windows Vista build 5308) successfully installed: 1) VS 2005 Standard ...
Moving access file using asp
Terry On Windigo -
1 May 2006 2:05 AM - 2 messages
I want to do one of two things and I not sure which until I know the difficulty level (knowing a little asp but not alot) of each. I am helping in the office and we will have several small access dbs using ...
IE 7 and standard links
Laphan -
30 Apr 2006 6:55 PM - 2 messages
Hi All A friend has told me that links that worked fine in IE 6 on a PC are now not working in IE 7. The only thing they can see is that these links have the following common traits: ...
simple FTP client without a component
Anne -
30 Apr 2006 4:57 PM - 5 messages
Hi all, I would like to use the ftp protocol to upload a file from 'my' asp server to a ftp server. I'm not able to install components on 'my' server and there are no ftp-components installed. So I was wondering if ...
ASP And Visual Basic Interview questions and answers
software2006 -
30 Apr 2006 1:20 PM - 1 message
ASP And Visual Basic Interview questions and answers I have listed over 100 ASP and Visual Basic interview questions and
answers in my website [url][link]] So please have a look and make use of it.
--
software2006
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
|
|||||||||||||||||||||||