all groups > inetserver asp general > december 2004 > threads for december 15 - 21, 2004
Filter by week: 1 2 3 4 5
Protect Server side Code from my client
Posted by dotun at 12/21/2004 3:55:04 PM
Hi Guys
Could anyone tell me whether either, ASP, or ASP.NET/VB.net or ASP.NET/C#
enable me to create a web application with no source code available to be
seen by the clients people.
I read something about dll's an using Visual studio.net in another post, I
prefer vb.net or c# cos I am... more >>
ASP File Streaming
Posted by James Whitehead at 12/21/2004 11:01:21 AM
I have the following code which works fine downloading smaller files, the
trouble is most of the files to be downloaded are large. With large files it
just returns a HTTP 500 error.
Any ideas how to get this to work. I have tried to split the download into
chunks but it just timesout.
Se... more >>
Parametros
Posted by Lakrom at 12/21/2004 10:42:40 AM
Gentlemen, a warm greeting to all. Since I have not been able to solve my
problem with the messages my question is the following one. How I can pass a
parameter of a pagina asp of the side of the servant to a pagina client, If
this is, parametro can be happened of VBScript to Javascript. Annexed ... more >>
Accessing ListBox Elements From ASP
Posted by f_salazar at 12/21/2004 10:29:02 AM
English Version !!
Hi !!
I have a page with a Form, inside the form I have listbox with 'X' elements.
Wend I submit the page, an ASP process inside the page have to read those
elements and then save them in a database.
I try Request.Form("listbox") but doesnt work !
I dont know how... more >>
Protecting Directory Contents Using ASP not NTFS permissions
Posted by Ron Gibson at 12/21/2004 10:25:50 AM
Lets say I have a folder
members/3/
in this folder are images
I have a login page that connects to a database to retrieve user info.
After login the user is directed to a page that lists the files in the above
directory. Now lets say some other user goes to the directory and types in
me... more >>
MsgBox
Posted by Lakrom at 12/21/2004 9:00:29 AM
Hi to all, how to put msgbox in this asp page, this send me a message
Denied permission: 'MsgBox'
<% Set Conn=server.createobject("ADODB.connection")
Conn.open application("StrConRuta")
set rs = Conn.Execute("select rut from encuestarutaparaiso where rut='" &
rut_usuario & "'")
if not rs.eof t... more >>
msxml3.dll error '80072efd'
Posted by delraydog NO[at]SPAM gmail.com at 12/21/2004 5:47:49 AM
I'm having a problem on Windows 2003 Server with this script. It
appears to be a problem with MS XML 4.0 as this code was working fine
under MS XML 3.0 and Windows XP or 2000. Any ideas? The purpose of the
script is to act as a 'proxy' and send a POST or GET to another URL but
return the respons... more >>
check for login attempts
Posted by tchangmian NO[at]SPAM yahoo.com.sg at 12/21/2004 1:20:32 AM
Hi all,
If the user had log in with correct user id but wrong password, i
would like to capture the time when the user fail to login for the 1st
time. Within 24 hours, if the user had tried to log in with same user
id but wrong password, the user will be locked, so that the user will
unable ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
pls sugg. how to know that the form is coming back to the same form
Posted by VbUser25 at 12/20/2004 6:23:47 PM
hi,
whats happening is i do a form post from a form "A", to a form "B" where
it does some processing and then does a form.redirect to form "C"..where
there is a link to the form "A". I only want that when the user selects
form "A" from form "C" then at least i should be able to display his
na... more >>
CreateFolder across network
Posted by Jessard at 12/20/2004 2:01:02 PM
Hi all,
This seems like a really simple question but I don't think there is a simple
answer. If there is I'd be glad to hear it. I am trying to create a folder,
yep, that's all. I can do it with a vbscript but as soon as I put it in an
asp page and load the page I get an error 500 messag... more >>
template for newsletter
Posted by Mike Brearley at 12/20/2004 10:31:40 AM
I need to create a template for an online newsletter that will auto-generate
page number (with current page not hyperlinked) and previous and next
buttons (no previous on first page and no next on last page).
Does anyone know of any quick asp code that will do this? I don't think
that it'd... more >>
Page Refreshing Incorrectly
Posted by LisaMark0822 at 12/20/2004 10:03:01 AM
I have an asp page that gets populated from a SQL Server database. Normally
when the page gets displayed it displays the current record from a select
statement that can return lets say seven records.
The problem I am having is when I click the refresh button in IE, the page
displays anothe... more >>
Operation is not allowed when the object is closed.
Posted by aaron_kempf NO[at]SPAM hotmail.com at 12/20/2004 8:46:36 AM
So, I am getting this really annoying error.. the SQL Statement executes
perfectly in Query Analyzer.. all I am doing is basically duplicating a row
(insert into select from) from one table back into itself. This is so that
people can duplicate a report definition and then edit.. Basically i st... more >>
global values or what?
Posted by VbUser25 at 12/20/2004 6:08:48 AM
hi
i an input form through which the user inputs data.i store the data into
the databse by submitting hte form and then do some other processing.
i need that the values the user enters should be retrieved back when
fianlly after all the processing i get hte form...
hwo do i store suc... more >>
urgent.. email validation
Posted by VbUser25 at 12/19/2004 8:03:51 PM
Hi
Please suggest i think i am doing something wrong. I am calling fucntion
test from another function where i am performing all the validations.I
want to validate the email id.
this is the main function where i perform all sort of mandatory
validation==>
if (document.f.repemail.val... more >>
Shipping component
Posted by Tim at 12/19/2004 3:33:30 PM
Anyone know of any good shipping components for adding to
a custom built shopping cart. Or if you develop a
shipping piece, is it best to ship by weight or by item
meaning that each item will cost X amount to ship.
Thanks... more >>
ASP HTTP Upload Component
Posted by Uncle Ben at 12/18/2004 11:07:40 PM
Is there any good and reliable Upload Component for ASP (or ASP.NET)? I
need one which provides an upload status bar.
As well, it must be able to handle more than 4 gigabytes of data transfer.
Internet connections can be unreliable at times. This component needs to be
able to resume broken u... more >>
Sending mail from ASP page - No local SMTP
Posted by Lars at 12/18/2004 9:30:16 PM
I want to send mail from my ASP site but my ISP do not allow
local mail servers. How do I do to relay mail through ISP:s
mail server?
Using IIS 5.0 on local machine.
Lars
... more >>
Dynamic ASP Page?
Posted by DavidM at 12/18/2004 12:35:39 PM
Hi all - I've been wondering how folks do this for some time...
I've noticed when I go to various websites to read online articles, when the
link is clicked, I frequently see a file such as NewsArticle-17229.asp.
The ASP file is totally different for each article.
How is this done?
Is ... more >>
repost from scripting about sig fig functions
Posted by Mike D at 12/17/2004 11:23:03 AM
I need a function that can format a number with the appropriate number of sig
figs. Ideallty a function that takes two values the value to be converted
and the number of sig figs I want it formatted to. Has anyone done this?
Any leads on how to? I have been searching the net and haven't fo... more >>
asp:HyperLink array ?!
Posted by Thubaiti at 12/17/2004 10:49:13 AM
Hi,
I have this code:
[CODE]
<td>
<a href="#" class="toolbar">Computers</a>
<a href="commun.html" class="toolbar">Communications</a>
<a href="electronics.html" class="toolbar">Electronics</a>
<a href="#" class="toolbar">Others</a>
</td>
[/CODE]
After that, I want to get the infor... more >>
How to upgrade a website from asp3.0 to asp.net
Posted by Chris at 12/17/2004 6:39:47 AM
Please let me know how to do it.
Regards
Chris
chris@maysunplastic.com
... more >>
CRYSTAL REPORTS
Posted by wayne NO[at]SPAM freelance-developer.co.uk at 12/17/2004 5:45:25 AM
Hi all,
I am trying to deploy some crystal reports to an IIS server. I am very
new to crystal and I am having trouble figuring it all out.
The set up is:
ASP 3.0
Crystal 10 dev edition
IIS 6
Windows server 2000
I have the reports running on my local machine, but I have Crystal
insta... more >>
Limit Login Access
Posted by tchangmian NO[at]SPAM yahoo.com.sg at 12/17/2004 12:18:49 AM
I want to limit user login by writing ASP program. In details, if a
user had logged in wrongly for more than three times, then the user
will not be abled to log in to the system anymore even thought he key
in correctly the username and password in the 4th time. That's means
he cant login forever... more >>
Loading an ActiveX DLL
Posted by Andrew Chalk at 12/17/2004 12:01:37 AM
Why would the following code execute in VB6 but hang indefinately when
exectuted in an ASP 3.0 page?
Set VLReceive = CreateObject("VLCTI.VLReceive")
This line is invoked in the following context:
<%
Dim VLReceive
Set VLReceive = CreateObject("VLCTI.VLReceive")
Set VLReceive = Nothing
%>
... more >>
Finding a hotel
Posted by Benny at 12/16/2004 11:03:06 PM
Hi,
I am developing a hotel finder solution in Canada. When some one enters a
Postal code, it should be able to display the hotels in 5 KM radius. (With
nearer PIN numbers?)
I am deleloping this application using ASP, and is there anyway I can such
searches?
Thanks,
Benny
... more >>
date based criteria
Posted by C White at 12/16/2004 10:59:15 PM
got another one for you guys out there, and thanks again for the help
with my "counting question"
this time i'm looking to select records based on date, the database
stores the date as mm/dd/yyyy time am/pm ie: 08/11/2004 2:42:28 PM and
unfortunately the field is called date
this much I ... more >>
Querystring with accented characters
Posted by John Byrne at 12/16/2004 5:27:02 PM
I have encountered a problem when certain European characters are included in
the Querystring of an URL.
If I have a URL like: ?param=AAÃ
On the receiving page a simple Request() call returns "AA" and not "AAÃ ".
It drops all accented characters!
If I change to use a Form instead, it ... more >>
How to get VirtualDir name from Application_onStart ?
Posted by F C at 12/16/2004 4:10:21 PM
Hello,
I would like to find the virtual directory name from within
Application_onStart in global.asa.
I am in ASP, not ASPX. I have no server.AppPath.
Thanks for your help.
François.
... more >>
How to search ASP files for text string with Windows Explorer Search ??
Posted by tmb at 12/16/2004 4:06:47 PM
I need to search a folder & sub-folders for key words in ASP files...
I can open the files with Notepad and see the text string there...
But when I try to navigate to the folder with Windows Explorer, right click
and 'search for word in file' ... it reports back that the text string was
no... more >>
Error with FormatNumber sentence
Posted by Lakrom at 12/16/2004 1:27:04 PM
Hi to all
this is a Data Base in SQL Server 2000 in page cartola.asp
Good previously it asks for the date format where I only want the month in a
consultation SQL and the solution is this: f=month(date) Seth
xRs=pCon.Execute("SELECT sum(monto_abono) ace TPtosM FROM abono_gte WHERE
rutgte='"... more >>
Text Drop Down Menu
Posted by Angie H. at 12/16/2004 12:49:32 PM
Anyone know how to create a drop down menu where the user can enter text
also?
If they do not want to choose an answer from the drop down menu, the
users can just enter their own answers in the drop down box. Anyone
know if this is possible?
Thankx!
Angie
*** Sent via Developersd... more >>
How to handle Access stored query with parameter in ASP page
Posted by Jack at 12/16/2004 11:35:08 AM
Hi,
I am working on a asp page where I am opening a recordset object using
an Access stored query named "GMISExpenseCombo". I have to use
this resultset with various fields in the page. Howeve,r this query consists
of
1000 unique records. The way this query is used in a different Access
a... more >>
ASP site CRLF commands
Posted by WC Justice at 12/16/2004 10:35:56 AM
I have a database-driven web site that uses SQL Server for the back end, ASP
for the wide front end and Access for the local front end. I have nvarchar
fields that sometimes include paragraph breaks. There is no special command
("Enter" works fine) to force the paragraph break in Access, and... more >>
ASP and Active Directory
Posted by MasterChief at 12/16/2004 10:10:21 AM
Is there something that would let me integrate ASP with Active
Directory? I have seen a basic ones where it will allow you to create a
login page. I am actually looking for something that will allow ASP to
check user authentication but also be able to do such things as check
which groups the per... more >>
Replace all white space at the end of a string
Posted by j1c at 12/16/2004 9:25:26 AM
Does anyone have an example of how to replace all whitespace at the end
of a string??
I'm trying something like:
do while right(str,1) = " "
str = replace(right(str,1)," ","")
loop
response.write("str:" & str)
.... but it is killing off the entire string ...
str:
... more >>
Can I dynamically obtain include files
Posted by Sue Barth at 12/16/2004 9:08:20 AM
Hello,
I'm trying to build a part of an application that will use an include file
based on a user's selection (still in ASP 3.0!).
Their selection is stored in a database. I've tried using variables as
either the entire include file or in parts of the include file, but nothing
I've tried wo... more >>
Debugging ActiveX controls on a web page
Posted by Andrew Chalk at 12/16/2004 5:14:31 AM
I have an ASP 3.0 page that contains an ActiveX control that I wrote in VC++
v6.0. Under Visual Interdev I can debug the ASP code just fine. However,
when I get to an ASP line that references my ActiveX control the debugger
does not go inside my C++ code allowing me to debug the ActiveX control. ... more >>
Help, about to pull my hair out on this one
Posted by dba321 at 12/15/2004 9:45:02 PM
instead of reposting all this, please read here. I have spent several days
tring to figure this out and it's driving me insane:
http://www.experts-exchange.com/Web/Web_Languages/ASP/Q_21242403.html
any help or resolution would make my month!... more >>
counting question
Posted by C White at 12/15/2004 6:43:13 PM
i have been searching online for a few days now, and I can't seem to
find the answer for what I am looking for, maybe I just don't know how
to phrase it properly for the search engines...
at any rate say I have a database with the following records
john
david
john
john
al
ed
tom
t... more >>
Save file to client system
Posted by Rajani at 12/15/2004 5:41:03 PM
How can i save the textarea(retrieved from DB) data to client system as a
textfile.
I am using filesystemobject to create a text file with the path
set fso=server.createObject("scripting.filesystemobject")
set ctext=fso.createtextfile("c:\mydata.txt",true)
ctext.close
set ctext=nothing
set... more >>
ASP - First Time Onload
Posted by JAN MELLO at 12/15/2004 3:34:04 PM
Hi Guys,
Can you please help me. Im trying to redirect the first time visitors to
my homepage to a different page other than the homepage. Is this
possible?
regards
Jan.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded fo... more >>
replace text
Posted by Roland Hall at 12/15/2004 3:18:14 PM
I have a little test that replaces the same character with two different
values. Currently I have to process it twice. Is it possible to do it all
at once?
dim a, z
a = "a,b,c"
z = replace(a,",","x",1,1)
Response.write(replace(z,",","y"))
I'm thinking regular expressions are the way t... more >>
Getting Started
Posted by FloridaJoe at 12/15/2004 3:03:56 PM
I've passed my VB 6 exams. Now I've installed .NET 2003 and I'm trying to
get started in ASP .NET
My problem is I know exactly what I want to do and how to write vb ado code,
but I don't know where to put it. I need a kick start to get going. Can
anyone recommend an ASP .NET for VS6 users type... more >>
Checking check box does not chage query result
Posted by Jack at 12/15/2004 2:13:05 PM
Hi,
I have a form when loaded, retrieves record from an access table. Among
other fields there is a check box called FinalUpdate. This is tied to a field
in Access of type Yes/No.
The form retieves the values perfectly. This form is being used to update
the record in the table via a success... more >>
Unable to create temp file: Error
Posted by James Proctor at 12/15/2004 12:43:04 PM
Hi there, im brand new to ASP. Ive done loads of VB coding and one of my
clients is intrested in a web based application, so im trying to play on and
learn it a tad. However im comming across lots of problems. Up until now ive
managed to sort most of them, but now im strugling. When i run my a... more >>
XMLHTTP not working
Posted by xarrisx at 12/15/2004 12:16:49 PM
Have a look at this address
http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml
in my asp code i am using
<%
Set xml = CreateObject("Msxml2.XMLHTTP.3.0")
xml.Open "GET", "http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml",
False
xml.Send
%>
<%=xml.responseXML.xml%>
--------... more >>
Problem in building dynamic sql update statement
Posted by Jack at 12/15/2004 11:21:01 AM
Hi,
I am trying to update database from asp. However, the finalupdate field is
not
working here. The finalupdate field is a Access Database field of type
yes/no. Any help/advise is appreciated. Regards
THE DYNAMIC SQL STATEMENT:
strsql = "UPDATE main SET main.FirstName ='" &l_firstname&... more >>
IIS5 and Windows XP Pro SP2
Posted by Rodger at 12/15/2004 11:04:48 AM
Hello All,
I am using MS Visual InterDev 6.0 SP5. When I connect up to web servers not
local to my machine, I am able to create the project; however the issue
comes when I am tring to create a new local project. It keeps asking me for
a user name and password. I did not setup a password. C... more >>
New Window Kills Browser When Connected to Oracle
Posted by colin.steadman NO[at]SPAM gmail.com at 12/15/2004 8:36:54 AM
I have an ASP page setup for doing maintenance jobs in Oracle.
Clicking a maintenance job spawns a new window (cut down to a small
size with Javascript) and the jobs runs.
Just before processing starts I output a message to the user in this
new window using a span (with an ID) using Response.F... more >>
Problem in Response.write statement to retrieve a field in a check
Posted by Jack at 12/15/2004 8:17:06 AM
Hi,
Here is my problem:
I am logging in to a page, where the page retrieves a record from a database.
The text boxes are used in the display formto let the users update the
fields,
if they desire to.
The colorpreference and foodpreference fields are text fields
while the FinalUpdate f... more >>
Login Progress Bar
Posted by Ernie at 12/15/2004 6:24:10 AM
I am using Commerce Server and during the login phase, it may take a
while. I have been requested that if someone is in the progress of
loggin in, to display an animated gif stating "Please Wait". I am not
allowed to use frames (I know why) and have been asked to avoid
JavaScript if at all pos... more >>
How to increase the asp scripting expiry time?
Posted by Chris at 12/15/2004 3:28:26 AM
I have an asp application. However, the scripting time is too early too
expried. How can I extend the scripting time for an individual asp page, or
set for one website.
Chris
... more >>
|