ContentType command allows to
This is the first article of
This tutorial explains how to
ASP has the ability to
use an asp file as a source
a series that explains how
put ASP tags inside of
dynamically output any kind
for plain text, html,
to create a stored procedure
JavaScript blocks so
of office application
images, pdf files.
and to call it from ASP or
developers can fit large
format. Before to start
directly from SQL Server.
amounts of data into one
coding, The first thing we
The stored procedure will in
form on a single page. It
need to do is set correct
turn create a simple column
provides an overview of
file type. Becase the
based report in PDF without
things that can be done with
browser needs to know what
using any external tools or
dynamic JavaScript with ASP
to do with the file. Second
libraries (and their
and data queries. Example
step is to edit file name.
associated licensing costs!).
source code available for
You can use HTML and CSS to
download.
create styles in your word
document. .
Date: Apr, 04 2002 Date: Oct, 22 2005 Date: Oct, 31 2001 Date: Oct, 05 2006 |
This tutoral shows a simple
The author writes "Have
Dynamically include
While passing variables as an
method of turning HTML
you ever wondered how long
javascript files in your
URL's querystring, you
reports into Excel reports,
your visitor spends filling
page. Simply place all your
should need to encode the
and for moving calculations
out a particular form? Such
javascripts in a sub
string. All special
from the server to the
information is vital for
directory and make one
characters like space must
client, using Excel
companies that conduct
reference in your page to
be written in adress bar in
functions. It allows the
business on the
the cs_scripts.asp file. You
a form for browser.
server to dynamically create
Internet." This article
can then pass + or - with
Excel reports without taking
describes how to easily
file names to either include
up any space on the server.
determine how long your
or ignore a file in the sub
It also allows multiple
users spend filling out
directory. By default all
concurrent users to receive
forms on your Web pages.
are included.
these reports
simultaneously. Lastly, the
generated reports can be
complete with Excel
formulas, which allows
intensive calculations to be
moved to the client side.
This method only works with
Excel 97 or later.
Date: May, 28 2000 Date: Jul, 17 2001 Date: Feb, 22 2002 Date: Sep, 06 2006 |