all groups > inetserver asp general > may 2006 > threads for may 15 - 21, 2006
Filter by week: 1 2 3 4 5
Advice Please.
Posted by malcolm at 5/21/2006 7:04:20 PM
The following code
<asp:Label id="lblInvalid" runat="server" />
Is it AUtomatically generated within ASP.NET ? Or can it aslo be replicated
within ASP?
Mal
... more >>
ASP/Word Label Automation
Posted by davidjohnlong NO[at]SPAM googlemail.com at 5/21/2006 2:28:07 AM
Hi,
I'm about to create an ASP script which will essentially parse SQL
tuples (rows) into a Word file, creating labels, although would need
to use the pre-defined label templates within word.
Can anyone direct me in the right direction?
Thank you
David
... more >>
asp code not working
Posted by Westley at 5/20/2006 9:08:01 PM
I'm using windows server 2003 and can't get asp to work. I have IIS and ASP
service enabled.
I know this is asked a lot. I checked other threads and tried everything
everyone suggested, but still can't get it to work.
Any ideas?... more >>
Displaying Html code within a VBscript/VB
Posted by nesster13 NO[at]SPAM yahoo.com at 5/20/2006 4:54:15 PM
Dear All,
I am a new VB programmer and dont know very much about it so please
bare with me. Here is the situation. My professor gave us an e-commerce
website to work on but the problem is that he does all the Html and
code within one file. For example normally we create an ASP.net
application... more >>
Frame with rounded corners
Posted by Lubomir at 5/20/2006 6:20:02 AM
Hi,
On many web pages I can see a text inside a frame with rounded corner. I
didn't see any such a control in Visual studio.
Any idea how could I do it?
Thanks,
Lubos... more >>
[OT] Which news reader?
Posted by Rob Meade at 5/20/2006 12:00:00 AM
Hi all,
I've lingered in this group for a while, some times with large periods of
time before my head pops back of it my shell, but having just read another
post that mentioned about "which ever news reader you use" I thought I'd ask
them question here.
I've only ever used Outlook's News... more >>
Sincere Apology
Posted by malcolm at 5/19/2006 7:56:12 PM
"Mike Brind" <paxtonend@hotmail.com> wrote in message
> You've been here for help a couple of times now, and yet you thought it
> was appropriate to spam the newsgroup with other irrelevant stuff about
> bank charges. You should consider yourself very fortunate indeed if
> you get any help he... more >>
ASP & Database Connection Question
Posted by Jennifer at 5/19/2006 2:49:41 PM
Hi. I don't know a whole bunch about html and asp pages, but I thought
I'd give it a try to see if I could get it to work. I found an example
for a calendar event page from Microsoft at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnas...
So using this example,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
INPUT type=file problem
Posted by Ron Hinds at 5/19/2006 1:06:20 PM
I have the following code on my ASP page:
<INPUT type=file name="FileUpload" value="<%=FileName%>">
I'm passing the value of FileName as part of the Query String and assigning
it like so:
FileName = Request.QueryString("FileName")
It is definitely being passed/assigned correctly - I hav... more >>
history -1
Posted by Jeff at 5/19/2006 9:22:38 AM
I need to make a response.redirect that will take the user back 2 pages
after they login.
How can i implement this into response.redirect ?
Thanks
... more >>
asp does not work but aspx please help me
Posted by Nicholas Grabowski at 5/19/2006 12:00:00 AM
Hello my problem is i use a IIS 5.1 with win XP with the newest updates etc.
its possible to start aspx and html files but not asp files
what could it be ? what can i check ?
thanks for every help from berlin
nicholas
... more >>
Crosstab query output
Posted by PW at 5/19/2006 12:00:00 AM
I am trying to create a crosstab report in ASP. I'm using ASP/VBScript and
Access database. I used Access to create the SQL query, then copied the SQL
and embedded it in my ASP like this ...
mySQL = ""
mySQL = mySQL & "TRANSFORM Sum(Transactions.Hours) AS SumOfHours "
mySQL = mySQL & "SEL... more >>
ASP Question: Parse HTML file?
Posted by Rob Meade at 5/18/2006 8:33:51 PM
Hi all,
I'm working on a project where there are just under 1300 course files, these
are HTML files - my problem is that I need to do more with the content of
these pages - and the thought of writing 1300 asp pages to deal with this
doesn't thrill me.
The HTML pages are provided by a tra... more >>
Dynamic table
Posted by Steve at 5/18/2006 6:58:01 PM
Hi All:
I've managed to get myself into something I thought would be simple, and is
turning out not to be, or I am too close to the trees to see the forest.
I am creating a recordset from a table in an access database using classic
ASP.
I now need to display the database in a table in a... more >>
Visited Link Color problem: More info
Posted by Chad at 5/18/2006 3:41:00 PM
First visit all of the links on the page. For each, if the link opens a new
window, close it. If it opnes in teh same window, hit back.
then hit REFRESH.
Notice that while all links SHOULd be displayed in the visited color,
usually not ALL of the links that open in a new window (the first ... more >>
Link not shown in "visited" color after clicking
Posted by Chad at 5/18/2006 2:35:29 PM
Should links automatically appear in the "visited" color as defined by the
user's IE settings without having to add any special coding?
I have a situation where the link was not changing color until I added the
following style:
.vl:visited{color:#808080;}
And then referenced th... more >>
asp to html
Posted by Brent Bortnick at 5/18/2006 2:10:02 PM
We have an asp page that creates a calendar. This page is called from a main
page that refreshes every five minutes. Every time it refreshes it rebuilds
the calendar (taxing the server speed). What I want to do is once the
calendar is created, convert it to an html file and call the html page ... more >>
Import Excel Sheet into ASP App.
Posted by gotgame0314 at 5/18/2006 12:53:01 PM
I am new to asp.net and would like to know the easiest way to view an Excel
file in my asp app.... more >>
Connecting to a simply accounting database
Posted by spiritedSmile NO[at]SPAM gmail.com at 5/18/2006 11:11:46 AM
Hi,
I would like to write ASP code to create a custom report for a simply
accounting database. The databse is saved with a .sdb extension. I am
able to access the data via access or excel so I should be able to
connect to it with ASP code. Does anyone know how?
... more >>
request.userhostport
Posted by Lance Beasley at 5/18/2006 9:28:02 AM
The Request object has a property "userhostaddress" that returns the
requester's host IP address. How could a "userhostport" be accomplished to
get the requester's TCP port?
--
Lance Beasley
ENCO Electronic Systems... more >>
Trouble in sending emails using CDO
Posted by aroraamit81 NO[at]SPAM gmail.com at 5/18/2006 8:20:28 AM
Hi,
I am using CDO component to send emails through my ASP page as I am
having IIS on windows XP..........
Now the mails goes and gets into mailroot\Queue folder but does not
reaches to the destination........
Pls tell me what do I need to do.........
here goes my code for your reference..... more >>
Linking to a created file
Posted by ytoledano NO[at]SPAM gmail.com at 5/17/2006 12:19:46 PM
Hi,
I'm using PerlScript in my ASP page and I have the following problem:
Each time the page is refreshed a CSV file is created. I want this file
to be available for download. The problem is I can't create the file in
the "wwwroot\site" dir, so I can't link to it. I can however create
anywhere ... more >>
Encoding ASP files
Posted by Peter Conlan at 5/17/2006 12:19:07 PM
Does anyone know of a good way to encode/encrypt ASP files so the code is
hidden, but still able to be read by IIS when requested? I have done some
searches and have found that using vbscript.encode would work, but that it
is very weak and tools are readily available to decode them. I have a... more >>
Opening/Closing Connections global.asa
Posted by arbpen at 5/17/2006 11:59:21 AM
I am concerned about performance. Usually, in a situation where I am
not using a global.asa (shared host, etc), I explicitly close the
connection at the bottom of the page in a footer, eg: conn.Close set
conn = nothing
Now, I am working with a global.asa file, and the following:
sub Applicat... more >>
Casting tinyint and smalling columns
Posted by Jacob F. at 5/16/2006 8:56:01 PM
Hello all,
I'm working on an application that uses a DbDataReader to retrieve
information from a SQL Server 2005 column, then put that data into object
variables. My code looks like this:
value = (int)dbReader["value"]
For column types of int, this works fine. However, for tinyint or ... more >>
String Building
Posted by Giles at 5/16/2006 7:00:01 PM
When assembling an HTML string from a database before sending it to the
client (ie keeping the connection as short as possible), adding to an
existing string (strOut=strOut & strNextLine) takes time and can defeat the
object.
Is putting each line into an array, and re-dimming the array by +1... more >>
Programmatically test if DB server is alive?
Posted by kenfine NO[at]SPAM nospam.nospam at 5/16/2006 3:15:03 PM
In ASP VBScript, is there a way to programmatically test if a SQL Server
database server is alive?
I want to use a connection string to a mirrored DB server in case the
primary DB server fails. This failover is easy in ASP.NET, which supports DB
mirroring and a the specification of a second... more >>
querystring exceeds size limit using window.open
Posted by Ben at 5/16/2006 2:17:10 PM
Thanks in advance for any help. I am attempting to pass a large number
of ID's using window.open in javascript. The number of the ID's exceeds
the querystring length. Therefore, I would like to somehow use the POST
method to submit. (or another method without rewriting the ASP page!)
Please revi... more >>
How to get the Windows current logged user name using ASP
Posted by mvr at 5/16/2006 1:20:28 PM
Hi all
How to get the Windows current logged user name using Classic ASP.
If no direct way are there any work arounds.
Thanks
mvr
... more >>
Loosing session variables
Posted by Rolf Rosenquist at 5/16/2006 2:06:27 AM
I have a website with several input forms over a number of pages. The
information that the user gives is following through the pages as session
variables. It has been working good for two years.
Now I am redoing the whole site and have all the different pages put into an
Iframe on the first pa... more >>
Possible with ASP?
Posted by nospam NO[at]SPAM invalid.invalid at 5/16/2006 12:00:00 AM
I want to create a 20 minute loop to generate an include file based on the
html output of another file on a remote server. Is this possible using ASP?
If so, how do you generate an application to check something every 20
minutes?!
... more >>
Calling several webrequests at the same time
Posted by GM at 5/16/2006 12:00:00 AM
Hello,
Is it possible to call 4 webrequests from an aspx file at the same time and
then wait for the results of all 4 to come in. (4 webrequests to 4 different
servers)
I know that I can create 4 threads to do this, but when this application is
called by 100 people, will it mean that 400 t... more >>
getobject permission denied
Posted by joe at 5/15/2006 4:34:12 PM
We just moved a legacy asp application to a Win2003 server. The following
line of code:
set objUser = GetObject("WinNT://" & strDomain & "/" & strUserName &
",user")
Raises the following error:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'GetObject'
Any suggestions?... more >>
Can't get User's NT log-in
Posted by c_halberstadt NO[at]SPAM yahoo.com at 5/15/2006 1:00:09 PM
Howdy,
I'm having a real tough time getting a User's NT login after they
submit a form.
I have Anon. Login disabled. I'm using Digest Authentication (although
I've tried everything).
Every time I run the page, I get a blank string instead of the
requested information.
The information ... more >>
Like Airlines website - Redirect to results page after getting res
Posted by Uday at 5/15/2006 12:46:02 PM
Hi everyone,
I have a ASP page that triggers a db-side stored procedure. At the end of
the procedure, it spits out a log file, that this ASP page reads and displays
for the users.
But the problem is that the database-stored Proc could take anything between
10 secs - to - 10 mins. I dont wa... more >>
Application & Session Cache Performance Problem
Posted by roadrunner at 5/15/2006 3:57:02 AM
Hi,
Our website has recently been experiencing some problems under load. We have
pinpointed a particular function which slows dramatically when we have these
problems. Normally it should execute in under a second but it rises to about
one minute under duress.
The code is fairly straight ... more >>
|