all groups > inetserver asp general > november 2003 > threads for monday november 24
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Problem with refresh after delegate event fires. c# and asp.net.
Posted by George K at 11/24/2003 10:23:30 PM
Hi, i have a very irriting problem that i have written a short piece of code
to demonstrate. The problem is that my aspx page is not fully refreshed
after an event, which is delegated to an ImageButton during runtime, is
fired. Any suggestions would be great. This code is the c# behind a webfor... more >>
changing a Form Variable
Posted by Alex at 11/24/2003 8:22:10 PM
This may sound like a simple question but I really dont' know how to do
this.
I know you can call a Form Variable in a VBscript using
Request.Form("FieldName") and make equal a local variable like:
str = Request.Form("FieldName")
Now if do this:
str = "This is the new value"
How do ... more >>
Office Web Components - Text Formating
Posted by Ken at 11/24/2003 7:23:08 PM
I need to know the correct syntax for formatting a cell as
text.
Using the Office XP Web Components in an ASPX page, the
following code creates a simple two cell spreadsheet and
saves it to disk. So far so good. My data has long account
numbers that have leading zeros, so I need to format... more >>
password requirements
Posted by Bryan Harrington at 11/24/2003 4:53:41 PM
Hello.. I'm trying to come up with a good way to have password requirements
(i.e., length, Upper/Lower case mix, x number of Alpha, x number of numeric,
etc.) configurable by installed site.
The two customers that I'm working with on this app right now have 2 very
different password requiremen... more >>
Javascript double quote escape character?
Posted by Alden Streeter at 11/24/2003 4:53:13 PM
Here is the HTML that is being output by my asp page:
<a href='Files/category/computers/bigimages/computers-sub-monitors.jpg'
target='_blank' onMouseOver="window.status='Click for a larger image of
MONITOR, 19\" CODAR EAGLE.';return true;"
onMouseOut="window.status='';return true;">
<img widt... more >>
how to avoid the IE seurity
Posted by lee_j at 11/24/2003 3:26:55 PM
Hi,
When I use funtion--CreateObject to create an instance of Msword in the
client script,
IE security will prevent my script to create.I would not like to alter the
security option.
how to resolve this problem?
Thanks for advice
jack
... more >>
problem displaying MEMO field from ACCESS 2000 on WINDOWS 20003
Posted by euang at 11/24/2003 3:17:31 PM
Hi,
I have been using access 2000 for two years on WINDOWS NT to display dynamic
aweb page using ASP
My ISP has now changed to Windows 2003, and I am having major problems
displaying information from MEMO fields within the Access 2000 database. I
have not had any problems before displaying... more >>
DLL not registered
Posted by Arnaud Migeon at 11/24/2003 2:36:48 PM
My PC went under many security patch last week
Yet, I can't use my local IIS ASP web site.
When starting the page, I get the folowing error:
HTTP 500 => from IIS log file i have Login.ASP, Line 6, Error 8002801d, DLL
not registered
In Login.ASP, at line 6 I have Session("XXX") = "YYY".
Same th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Abmailer
Posted by topdogg22 NO[at]SPAM yahoo.com at 11/24/2003 1:37:59 PM
Hi, does anyone know where this software is available?
I cant find one valid link to a site that sells this software.
thanks in advance... more >>
global.asa
Posted by donald at 11/24/2003 1:19:28 PM
hi guys,
i got a problem with my global.asa file.
it was working fine with win2000. when i try to access the web pages with xp
pro i get this error message -
>Error Type:
>Microsoft VBScript compilation (0x800A03F2)
>Expected identifier
>/dmk/liarsdice/global.asa, line 7, column 4
>dim con... more >>
Pointers on 2000 to 2002 conversion (Access)
Posted by jason at 11/24/2003 12:18:23 PM
Could someone highlight any known problems in converting an access 2000 to
access 2002 database....should I expect a painful transition or can I expect
a quick turnaround time to get my existing 2000 apps into 2002 format?
Many thanks
Jason
... more >>
working with personalized host headers using ASP
Posted by Frogbèrt at 11/24/2003 11:40:55 AM
Config: Win2K, IIS5.0
My solution requires that the host header sent to IIS be analyzed. I have
set up a web site that responds to both www.domain.com and domain.com. In
DNS, both a WWW and a * A record exist, so either www.domain.com or
domain.com gets directed to the same web site. However, ... more >>
Global Variables? Multi-Application Variables?
Posted by Tony Archer at 11/24/2003 10:37:51 AM
Ok, first I know there are some db ways around this BUT I'll ask it anyhow:
I have a couple ASP applications running on my server (non .NET)
I would like to be able to get a sum total of how many active sessions I
have running.
I can do this within each app individually as I can just use a... more >>
Strange problem viewing .asp files
Posted by Patrik Jonsson at 11/24/2003 9:49:41 AM
This problem occured just the other day. Whenever I try to access an .asp
file on my server with an exact url, I get an error: The system cannot find
the file specified.
BUT, if I type in an url to a folder containing a default file (in my case,
index.asp) the file is shown correctly. I could un... more >>
Display last recordset
Posted by dmatthews NO[at]SPAM ku.edu at 11/24/2003 7:44:18 AM
Hey everybody,
I have an 2000 Access database that stores job listings from potential
employers for a school. I would like to be able to display the date
on a webpage the last time the database was updated (inputed through
asp natch'). The database is not updated everyday so that won't work
... more >>
Cannot Upload Documents or Pics.
Posted by Kitt Langkilde at 11/24/2003 2:32:54 AM
Please Help.
I run my applications perfectly, can make changes to my
database, but I cannot upload Documents or Pictures Etc.
Etc.
Can anyone help me.
I was able to with my Windows ME OS. I now run Windows 2000
Kitt... more >>
ASP Code?
Posted by ll at 11/24/2003 12:50:04 AM
hi,
GetVal() will return 3.
The below code will work on Win2003(IIS6)? Please advice.
MyASP.ASP
<%
Dim objT
Set objT = Server.CreateObject("MyObject.MyMethod")
Response.Write objT.GetVal()
Response.End
%>
... more >>
|