|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
Cookies
James Jones -
22 Jul 2006 9:57 PM - 5 messages
Is it possible to make a cookie NEVER expire? or not? ...
I am using dll from ASP but one of methods of dll cannot run a process
Dave -
21 Jul 2006 10:08 PM - 1 message
I am using dll from ASP. it is working fine. But When I tried to use a method of dll that run a exe file which is sitting in a folder C:\. The ASP page didn;t give me an error but it is not launching my exe file ...
timeout expired
Simon Wigzell -
21 Jul 2006 4:19 PM - 2 messages
Occassionaly I get the following error, always when storing a record: Microsoft OLE DB Provider for ODBC Drivers error '80040e31' [Microsoft][ODBC SQL Server Driver]Timeout expired Googling around I see ways of setting the expiry time but why is the ...
Error Displyaing Session Variables
Jerry -
21 Jul 2006 2:16 PM - 12 messages
I'm using this code: Dim strName For Each strName in Session.Contents If I only do a response.write strName, it shows all the session names but when I include the session.contents it gives me the following error: ...
How do I import a CSV data into an Access DB?
john_aspinall -
21 Jul 2006 2:06 PM - 3 messages
For a kick off sorry if this is the wrong forum, Ill go on the Access one if Im not on the right board! Anyways, Ive got a problem and am not sure if its going to be solved programatically using ASP or not. ...
Search Engine Listings
MDW -
21 Jul 2006 1:09 PM - 5 messages
Posted this on another board, but evidently it was off-topic there...hope you folks will be able to provide some guidance. I've been working on a Web site for a business (my first non-personal site) and I want to help my client get the best search engine listing. Because this ...
Chinese Chars in XML
tomtiv -
21 Jul 2006 1:07 PM - 2 messages
Hi All, I am having a probem with asp, xml, com while using chinese chars. The chinese letters come out of com fine and they are also fine when i use asp to write to a text file. When i load the chinese chars into an xml dom they become invalid ...
Count Query
AJ -
21 Jul 2006 10:39 AM - 2 messages
Hi all, I have the following data: AnswerID SubmitID AnswerQuestion OptionSelected 0001 1 1 1 ...
Can anyone suggest me the way to Upadate a MS Access database from Global.asa
geshan -
21 Jul 2006 4:04 AM - 3 messages
hello everyone, if you can help me to update a table entry from global.asa on session end please help me.. ...
a name was started with invalid character
Middletree -
20 Jul 2006 8:28 PM - 4 messages
Teaching myself ASP.NET, using Microsoft Press book called ASP.NET 2.0 by George Shepherd. Ch. 2, it says to type the following code: <%@ Page Language="C#" %> <html> <body> <h1>Hello World</h1> ...
Using ASP to capture a query string and redirect to SSL
Nuevo -
20 Jul 2006 8:14 PM - 4 messages
I am looking for some method to capture, into a variable, the entire URL of an http request and redirect to SSL. For example, if a user opens a browser and typed in [link] ...
Another VB question
the other john -
20 Jul 2006 2:17 PM - 20 messages
I'm trying to enhance a script to do the following things. 1). detect the first four words of a paragraph and stylize them (already does that) 2). Capitalize and stylize the first letter of each paragraph (already does that via style sheet) ...
Open PDF
CJM -
20 Jul 2006 1:26 PM - 6 messages
I have an application that generates PDF documents (from an ASP page). In some cases, I need to generate a PDF then provide a link to that PDF from the web page - this I can do fine. In other cases, I want to generate the ...
error page
amatuer -
20 Jul 2006 1:03 PM - 3 messages
hi i have a link from page1 to page2. this link uses a querystring to transfer data. usually i have no problems using querystring t transfer data. bt for the first time page2 does not display.an eror page displays. i had a look at the properties of the error page to see if ...
error page
amatuer -
20 Jul 2006 1:03 PM - 6 messages
hi i have a link from page1 to page2. this link uses a querystring to transfer data. usually i have no problems using querystring t transfer data. bt for the first time page2 does not display.an eror page displays. i had a look at the properties of the error page to see if ...
Timeout expired error while using select
Dax -
20 Jul 2006 6:31 AM - 2 messages
Hi, I have a problema of query in an asp page, if I run the query in sql query analizer is time running it's about 3-4 seconds, if I made the same query in an asp page it create the error of timeout for the ...
Time() range
le0 -
20 Jul 2006 2:50 AM - 3 messages
Hello Guys, I have this dropdown box and the options is TimeShift (6a-2pm, 2p-10p, 10p-6a ), im getting this data in a table (Acess DB) . My problem is how can i display (option selected) the actual shift based on the actual time. ...
Strange file access
Mr Seth T -
19 Jul 2006 8:46 PM - 3 messages
I have an .NET 2.0 web application that I am using to create, read, encrypt, and delete an XML file. It all works great when I am testing it on the local machine that I am using as a web server, in debug and ...
not evaluate html from sql?
bouy78 -
19 Jul 2006 6:57 PM - 4 messages
quick question..I have some html in an mssql db and i want to response.write it without the tags being evaluated....???? ...
url length prob
Katie -
19 Jul 2006 6:33 PM - 2 messages
Hi, I have a webpage with a form and i am saving the webpage using name value pairs. So i can give the users a link which they can click on and the form will open up prepopulated. The problem i am having is that these forms can get exteremely long ...
Apostrophe error while retrieving the record from the database
Bhavna -
19 Jul 2006 5:43 PM - 11 messages
I am using a Replace function to replace single quotes with double when submitting a text field in the database i.e. Replace (q, "'", "' ' ") which works fine. When I retrieve the field from the database which has apostrophe I am getting 'Object expected' error message. Is there a ...
asp create mailbox question
Michael -
19 Jul 2006 4:10 PM - 6 messages
Hello, I've created an ASP web page where users in our organization can create Active Directory computer accounts. The web page is running on a Server 2003 SP1 IIS 6 installation. The Exchange System Manager is running on the web server and Exchange SP2 has ...
ASP Amphasand, XML
jbroderick -
19 Jul 2006 3:56 PM - 7 messages
I have a .asp document on my server it goes as follows --- <?xml version="1.0" standalone='yes'?> <Restaurants> <% Dim objConn Dim objRS ...
best practise for search function / regExp?
Russell -
19 Jul 2006 3:05 PM - 4 messages
Hey, ok i have numerous tables to search through for a 'site search'. some of the searchble fields have html embeded within so after some quick referencing, saw I can use the regExp function to strip out all the HTML ...
Access Equivalent.
AJ -
19 Jul 2006 8:39 AM - 1 message
Hi all, I have the following query which isn't quite finished! 1) How do i specify the '@Country' parameter is optional in an ACCESS stored query? (like MSSQL @Country INT = NULL) 2) What is the Access Equivalent of the following AND CLAUSE ? ...
uploading file into SQL 2005 using .asp
jo uy -
19 Jul 2006 8:29 AM - 4 messages
Hi, Anyone who can send me a sample code of how to upload a file into SQL 2005 server using .asp running on IIS 6? I have a code that has been working when uploading into SQL 2000 but when I ...
ADS Query
shawn.dba -
19 Jul 2006 7:13 AM - 6 messages
Hello. Thank you in advance for your time. I'm trying to query a set of groups in ActiveDirectory and output the members of each group. I'm not receiving output. The object tab of one object is listed as ...
help with parameter not passed from for loop to while loop
pauljturner99@gmail.com -
18 Jul 2006 11:56 PM - 2 messages
Hi, I'm trying to pass a parameter from a for loop to the nested while loop but only the first counter is passed. Here is the code: dim ctr redim ctr(5) ctr(0) = 2 ctr(1) = 4 ctr(2) = 6 ...
variable in SQL statement
Matt -
18 Jul 2006 9:23 PM - 15 messages
I need to add the following variable into an SQL statement and not sure how to do it. strGCID needs to be inserted into the following statement: SQL = "SELECT tblContacts.* FROM tblContacts INNER JOIN tblGC ON tblContacts.GCID = tblGC.gcID WHERE (((tblContacts.GCID)=strGCID))" ...
800a01b6 create mailbox asp
Michael -
18 Jul 2006 9:22 PM - 3 messages
Hello, I've created an ASP web page where users in our organization can create Active Directory computer accounts. The web page is running on a Server 2003 SP1 IIS 6 installation. The Exchange System Manager is running on the web server and Exchange SP2 has ...
are server variables secure?
wolfing1 -
18 Jul 2006 8:14 PM - 6 messages
I'm working on a shopping cart page. In page A (checkout) the user enters their credit card information. On postback, if everything is correct, it sends the user to page B (confirmation). My question is, can I (or should I) use server variables to send CC information to page ...
DetailsView fields
bruno -
18 Jul 2006 8:04 PM - 3 messages
I'm new in ASP.NET programming and I'm using a DetailsView to view/edit colums in a SQLServer table. Is there a way to reference the actual displayed value of a column and use it to select a group of records from a different table? ...
Is multithreading possible in ASP?
sundar22in -
18 Jul 2006 1:53 PM - 4 messages
Hi, Iam working on a ASP page which updates about 10000 datas. So it takes more than 1 hour. So how can we redure the time? Is multithreading possible in ASP? Kindly Help -Sundar ...
ASP session reset question
nospam -
18 Jul 2006 10:45 AM - 1 message
I'm scratching my head a bit about why this happens - can anyone shed any light? When a user goes through our online purchasing system and their session information gets recorded, when proceeding to our next page and then clicking the back button in their browser, the session variables are reset. ...
Recordset Query!
AJ -
18 Jul 2006 9:45 AM - 7 messages
Hi all, I am trying to execute the following code: 'create recordset object SET recData = Server.CreateObject("ADODB.recordset") 'open recordset recData.Open "exec GetExhibitorsSearchByName 20,38916,38916,'do'", DataConn, 3, 3 20 = First Param (EventID) 38916 = Second Param (Start Date Int) ...
include file according to a parameter
lucky -
18 Jul 2006 1:53 AM - 4 messages
Hi I need to include a file within a page but the address of the included file depends on a parameter So I wrote something like this: <!--#include virtual="/<%=FolderName%>/includes/includefile.asp"--> where FolderName is a variable containing a string. ...
Stored Query & Parameters.
AJ -
17 Jul 2006 12:53 PM - 2 messages
Folllowing on from a previous post, i have created a stored query as follows. SELECT c.ID, c.Company_Name, p.[level], 1 As QueryNbr FROM (Company AS c LEFT JOIN Sale AS s ON c.ID = s.Company_ID) ...
mail body get truncated while using CDO in ASP
visu -
17 Jul 2006 9:39 AM - 2 messages
Hi my scenario is i ve upgraded my asp application to windows 2003 +IIS 6.0 + virtual SMTP server enabled environment from win 2000. so i need to update the mail procedure too.(becox i used CDONTs previously which is not supported in win 2003 by default).i have coded ...
ASP Email With Attachments Failure using CDO.Message
Naveen Jain -
17 Jul 2006 6:08 AM - 2 messages
Hi All, I'm using this code to send a e-mail with attachment: Dim oCdoMail Set oCdoMail = Server.CreateObject("CDO.Message") oCdoMail.From = strFromEmail oCdoMail.To = strToEmail oCdoMail.Subject = "Job Information" oCdoMail.TextBody = "This is the email notification" oCdoMail.AddAttachment strFileName ...
regional settings inconsistency
Janette -
17 Jul 2006 4:59 AM - 7 messages
Hi, I have done a lot of reading before doing this posting, but I just can't find a solution that makes sense. eg [link] - Behavior of Date/Time format differs when accessed from Active Server Pages ...
ASP Session lost in IFRAME?
zzzbla -
16 Jul 2006 7:22 PM - 2 messages
Hello, I have a project in which I'm trying to embed one site, that uses session stored variables, inside an IFRAME in another site (which for that matter doesn't even use sessions). Problem is, that it doesn't always save the session. When I try to ...
Running ASP code in the background
TheWiz -
16 Jul 2006 1:05 PM - 2 messages
Hi there.. I have a ASP web application, in the application I need to check if people did submit some documents, and if they don't past a certain date I want to send them email notifications. I am using SQL Server 2000 and SQL Server Agent ...
Upload excel (multiple sheets) data into sql server
Pk -
16 Jul 2006 12:47 PM - 2 messages
Hi, I have an data in multiple excel worksheet which i wan to upload into sql server through asp code. Please help me how can i use server.createobject("excel.application") help me its urgent with code Thank you very much in advance. ...
|
|||||||||||||||||||||||