|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
counting specific ecords
Jeff -
24 Dec 2005 9:28 PM - 6 messages
Ok, first off, thanks to Bob for all the previous help. I got things running smooth now. My next dilemma isn't from that tour that I inherited, but on my own golf server. On this, only the loser reports the match. So here are my fields. ...
Page turned white
IMRAN SAROIA -
23 Dec 2005 8:54 PM - 7 messages
I was calling another asp page from my main page. The another page contains lot of code and processing But after some time my page has turned white and curosr shows that sytem is still busy. Why this happened ? Please advise ! ...
Page directive aspcompat="true" error
Kit Truong -
23 Dec 2005 5:48 PM - 1 message
The page directive: <% @Page aspcompat="true" %> is causing my web pages to hang. (Page takes a very long time to load, and finally loads with a blank page) Everything was working yesterday and as far as I can tell no changes occured ...
Source Code for Professional Active Server Pages 3.0
Jack -
23 Dec 2005 4:58 PM - 7 messages
Hi, I got this book for some time. I need to download the source code for this book. However, Wrox, the publisher, does not have download code for this book. Could anybody suggest any site from where I can get the download of ...
Mail insertion hack on Send Mail form
nauticalmac -
23 Dec 2005 12:13 PM - 1 message
I'm using CDO to send mail to the site owner from ASP pages with forms. Recently one of my forms is occasionally sending email with what seems to be an insertion which is replacing the plain text part of the email ...
question on javascript layers in aspnet
tigozilla -
23 Dec 2005 7:37 AM - 2 messages
I am developing a website with ASP.NET /C#. The items will render automatically based on their "catID". So that the URL will look similar to the example: [link] [link] ...
Error while calling stored procedure from asp page
Jack -
22 Dec 2005 7:55 PM - 5 messages
Hi, I am trying to run an example code from a book. However I am getting the following error message: Number: -2147217900 Description: Syntax error or access violation Source: Microsoft OLE DB Provider for SQL Server SQLState: 42000 NativeError: 0 ...
opening bianry files from hard disk
moony marouane -
22 Dec 2005 5:48 PM - 12 messages
Hi all I'm looking for code regarding opening (not saving) binary files (pdf, word, excel...) from hard disk with asp, the website is hosted in C:\ and the pdf files are in D:\. Does anyone have an idea about this?? ...
Free ASP chat script recommendations?
FayeC -
22 Dec 2005 4:47 PM - 4 messages
A firend of mine is looking for a free chat script for her site. Does anybody have recommendations for a free ASP chat script? Thank you in advance, FayeC ...
CSS selector problem ... built in ASP
Griff -
22 Dec 2005 2:03 PM - 1 message
Hi I have the following html structure <div> <ul> <li> <a href="...">I'm a level 1 link</a> ...
Inetinfo.exe?
Arpan -
22 Dec 2005 1:25 PM - 2 messages
I am working on Windows 2000 Professional. Of late, I find that inetinfo.exe consumes almost 99% of the memory (even though I am not using it) due to which the system slows down tremendously. How do I resolve this issue? I have got a 256MB RAM. ...
Reqd. ASP Programmer in Mumbai - Full / Part Time or Freelancing
harish318 -
22 Dec 2005 6:47 AM - 1 message
We are looking for Full / Part time or Freelancing programmer (ASP &
MS-SQL) to work in Mumbai. Contact +91-22-24902151 for details. Harish
--
harish318
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Hidding a <div> with csv content
Ruskin Hardie -
22 Dec 2005 2:12 AM - 3 messages
There is an iframe in my document that is hidden, which is the target for a submitted form. When the form is submitted, some javascript sets a hidden div, to displaying, eg: document.getElementById('hiddendiv').style.display = ''; This div, simply has the words "building csv file, please wait", and is ...
Directory Security set through ASP?
ggspambl0ck -
21 Dec 2005 7:35 PM - 3 messages
I would like to use ASP in a web page to modify the "Directory Security" settings of IIS. In Directory Security under "IP Address and Domain Name Restrictions" you have the ability to add an IP address of someone to ban from the web server. Does any ASP code exist to actually ...
Virtual directory path problem
Sangeetha -
21 Dec 2005 5:11 PM - 1 message
Hello All, I have a web application called Remoter and the application resides in this path 'D:\InetPub\websites\dev1\Remoter'. Now if I access the application(that is homepage default.asp in D:\InetPub\websites\dev1\Remoter), it fails. Inside ...
Remote Scripting
anandham -
21 Dec 2005 4:25 PM - 2 messages
I would like to use the Remote Scripting method. Where can I find the latest scripts ie (RS>htm, RS.asp & RSProxy.class) for this operation? ...
Diff colors in Text area of HTML
anandham -
21 Dec 2005 4:23 PM - 2 messages
Is it possible to have, first n number of charectors in a text area in one colour and the remaining in a different colour? If so how can it be done? ...
Visio 2002 drawing generation with ASP & IIS5
Ashley Bryant -
21 Dec 2005 3:54 PM - 2 messages
I have a web application built in ASP 3.0 that uses data from SQL Server 2000 to generate Visio 2002 drawings, save the drawings to a file on the webserver and then send that file to the browser. We've successfully installed and ran ...
How to call an event from another procedure?
Jason -
21 Dec 2005 3:40 PM - 2 messages
I have an ASP.NET application in which I would like to call my button click event on the page load if certain criteria are met. What is the correct syntax to be able to programmatically have my imgSubmitSearch button clicked? I tried the obvious, Call imgSubmitSearch, ...
Authentication via different servers
Giles -
21 Dec 2005 2:12 PM - 2 messages
We have a web site where the user logs in and a session variable is set, which allows access to all pages via an include at the top of every page ( if session("LoggedInOK")<>"Yes" etc) We have some content on another unrelated server in a different domain that ...
ServerXMLHTTP and impersonation
Lambuz -
21 Dec 2005 8:55 AM - 11 messages
Hi all, I'm trying to use a ServerXMLHTTP connection in async mode to request Page2.asp from Page1.asp. Both pages are inside 2 different virtual directories with Windows Integrated Authentication but the user who requests Page2.asp is ...
encrypted upload in asp for free?
Christian Kutschera -
21 Dec 2005 8:43 AM - 1 message
hi all, I am currently trying to enable secure encrypted uploads to our webserver (IIS 5 no dotnet, standard ASP), and found some costly solutions. now my question: is this possible for free, are there any open source solutions? ...
Error - Unable to start debugging on web server
Ant -
21 Dec 2005 3:40 AM - 3 messages
Hi, I've been using this installation of .NET for about 3 months without problems. After not using it for about ten days, I came back to my project and when I tried to run it with Debug>Start (F5), it comes up with this ...
Treeview Control - Display errors
Athan -
20 Dec 2005 11:57 PM - 1 message
I use MS activex treeview control in my asp pages. The problem I have is that some computers display the treeview with no problems while others display the control without the text on the nodes. I checked the IE settings, IE version, comctl32.ocx version,... everything seems to ...
cookie related
abcd -
20 Dec 2005 9:12 PM - 2 messages
I have 2 web sites hosted on 2 different machies (pages are in classic asp) when the user accesses http://Machine1/testapp then a cookie is written say Response.Cookies("user")="Alex" Whe the user acceses http://Machine2/testapp then a cookie is written as ...
Asp script connected to sql server gives error
Jack -
20 Dec 2005 6:36 PM - 7 messages
I have the following asp script which I am trying to run against sql server. <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> <TITLE>Chapter 12 - Command Object</TITLE> ...
can't create object: 'Scripting.FileSystemObject'
Astra -
20 Dec 2005 3:45 PM - 5 messages
Hi All I know there are numerous postings on the web about this, but none of them seem definitive and they haven't resolved my issue. I'm running WinXP Professional and IIS v5.1 to create my ASP sites. ...
Complicated inner join??
Jeff -
20 Dec 2005 2:20 PM - 27 messages
Ok gang. Here is something complicated, well, at least to me anyway. Using Access DB I have a table in my DB called members. In that table, I have 2 tables I will be using "username" and "points" Now, I also have a table called all_matches. This table contains every match ...
DotNet 2.0
Paxton -
20 Dec 2005 2:12 PM - 7 messages
Anyone played with DotNet 2.0 or the Visual Web Developer 2005 Express Edition yet? any thoughts? /P. ...
Error ASp .NET WEb Service : URL:'http://localhost/WebService1. HTTP/1.1 302 Found"
hendy -
20 Dec 2005 8:42 AM - 2 messages
Dear all, i'm using windows XP, IIS 5.1, Visual .NET 2003 and SQL Server 2000. When I open New Project - Visual C# Projects - ASP .NET Web Service - Location : http://localhost/WebService1 After that i click OK, then it returns error ...
asp server
menelty -
20 Dec 2005 12:23 AM - 4 messages
Can anyone help me? I am doing a simple form for email and I want to validate it? All the tutorials say I should use the following <% If request.form("name")="" or request.form("email")="" then response.redirect "form.asp" ...
SQL Tutorials
MasterChief -
19 Dec 2005 10:53 PM - 2 messages
Is there a book or online tutorial that goes into the thorough parts of sql and asp like how to create a user in SQL, assigning roles for the user, how to login to the user on the web, using the global.asa file ...
Syntax error in UPDATE statement.
FayeC -
19 Dec 2005 3:38 PM - 7 messages
I really need help figuring this out. i have a db with mostly text fields but 2. The user_id field is an autonumber (key) and the user_newsletter is a number (1 and 0) field meaning 1 yes the person wants to receive a ...
ServerXMLHTTP requests on the same Web Application
Lambuz -
19 Dec 2005 3:17 PM - 2 messages
Hi all, I've got this problem. On server A I've a web application WA1. Inside WA1 there are a virtual directory VD1 and an ASP page named page1.asp. Inside VD1 there is another ASP page named page2.asp. ...
How do find a empty field/value/records?
rahman -
19 Dec 2005 2:54 PM - 2 messages
I know it should be very easy but I am new in ASP so I could not figured out. Here is the simplified version of my code: thePaymentID= request.querystring("IDValue") SQLqueryPayment= "SELECT sum(paid) as paid, sum(Interest) as interest ...
|
|||||||||||||||||||||||