Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Searching system directory


Message #1 by Jeff Fountain <jfountain@d...> on Fri, 1 Nov 2002 11:41:40 -0500
Hello -
I am working on a creating a web app that will match a resulting document
number from a sql query to a file directory on a server, at which point the
user can click on the hyperlink and open the document.
 
Has anyone done something like this before? If so, could you point me in the
right direction? Can you use a web service to do this? Just need a couple
brief examples to get me going.
 
Thanks very much in advance!

Jeff Fountain
Web/SQL Administrator
Downs Rachlin Martin PLLC
199 Main Street, P.O. Box 190
Burlington, VT 05402-0190 

(802) 846 - 8304
(802) 777 - 3612
< http://www.drm.com <http://www.drm.com/> > 

 

Message #2 by "Austin Lam" <ALam@a...> on Fri, 1 Nov 2002 14:57:10 -0500
YOu can use Request.Querystring to store the FIle Name once you query 
the File name from Database and to use the getfile object to open the 
document in the path indicate the Request.Querying(VariableName) using 
the FIle Object.

Austin

-----Original Message-----
From: Jeff Fountain [mailto:jfountain@d...]
Sent: Friday, November 01, 2002 11:42 AM
To: ASP.NET
Subject: [aspx] Searching system directory


Hello -
I am working on a creating a web app that will match a resulting 
document
number from a sql query to a file directory on a server, at which point 
the
user can click on the hyperlink and open the document.

Has anyone done something like this before? If so, could you point me in 
the
right direction? Can you use a web service to do this? Just need a 
couple
brief examples to get me going.

Thanks very much in advance!

Jeff Fountain
Web/SQL Administrator
Downs Rachlin Martin PLLC
199 Main Street, P.O. Box 190
Burlington, VT 05402-0190

(802) 846 - 8304
(802) 777 - 3612
< http://www.drm.com <http://www.drm.com/> >




---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=3D1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=3D1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples. 

---

  Return to Index