Tree [0 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Thanks for the reply and helpful information.
>-----Original Message-----
>Message unavailable
configuration/permission problem [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
I am developing a web system using a windows 2000 OS
machine as both client and server. However, when I view my
web pages using a client networked machine ( OS 98SE ) the
pages do not dis...
Getting a value with .Form.Item("field").value from a RADIO ... [0 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
I have the following code to check what is the value of a Radio Button. As
I'm using a multipart form and the I use "if Request.Totalbytes>0 then" I
have to use .form.item and not request.for...
If......Else [0 replies] microsoft.public.inetserver.asp.general, Tuesday, August 20, 2002
This is a multi-part message in MIME format.
--------------
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
I am retrievi...
string with space from a field to a text box [2 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hi,
i've a question to get data from a field and insert it into a text box!
I'm trying using:
<input type="text" name="EMAIL" size="35" <%=rc.fields("EMAIL")%>
It works, but if there ...
ASP on PWS stopped working after PHP install [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
I have NT4 (sp6) using PWS. Worked fine. Then I installed PHP 4.2.2.
Had some trouble getting that to work. Installed the PHP ISAPI, and
added .php extension to the registry, copied .dlls to ...
80004005 [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Does anyone know what this error means?
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name too long
Dim rs, ConStr, SQL
ConStr...
Abbreviated Summary [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hello All:
I am working on an ASP DB application which contains a text field. I want to
only display the first 200 characters.
' ** ASP Code **
Summary = Left(Message,200)
...
Session variable didn't to pass to next page [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hello,
I tried to display the value of a session variable (set up
in global.asa) in an ASP page. But nothing has been
displayed. Does any body have idea?
Thanks!
-J
Stored procedures in ASP that return recordsets but instead ... [2 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hi,
Sorry if this problem has been visited and answered several times but
searching newsgroups did not reveal the answer hence the posting !. I
am trying to process the recordset returned ...
Insert Carriage Return into Excel Cell? [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
I have a mail merge document in Word which uses an Excel spreadsheet
as its data source (which is created dynamically on the server with
ASP.NET...could be classic ASP though too). All of the...
Invalid class string ...... message with CDONTS.NewMail Obj... [3 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hello, please help someone,
I am trying to create a simple E-mail sending ASP script, but unfortunately
the ASP engine in IIS 5.1 (XP Professional) is having a real problem with
the CDONTS...
Print Server Side form ASP [5 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hi everyone. I want to write an ASP page that prints an order on a printer
that the server has access to. I want to printing to be invoked by an HTTP
client requesting a URL. For example:
...
ASP / HTML to Excel Page Setup Info [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
I'm currently working on a project to download an html table to excel.
I've decided to use the Response.ContentType =
"application/vnd.ms-excel" approach due to it's ease of implementation
...
session variable lifespan [5 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Does a session vaiable stay in memory as long as any
browser isor does it go away when you close the
browser that invoked the script on the server?
In other words, as long as I hav...
FileSystemObject & RTF Binary Files [1 reply] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hello,
I want to generate RTF content on the fly as seen on this example.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q270906&ID=kb;en-us;
Q270906&FR=1
The thing is I wish t...
Capturing filename (url) of web page [5 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
I have a feedback form (asp)on our intranet where users
can submit feedback which results in An email being sent
to several individuals.
I would like to find out how I can grab the name ...
GetRows?! [3 replies] microsoft.public.inetserver.asp.general, Monday, August 19, 2002
Hello,
This is the scenario:
* A SQL Stored Procedure with 3 Select statements in it - all using the
same parameters to get/validate the data.
* A data page that displays the ...
|