all groups > inetserver asp general > september 2005 > threads for september 8 - 14, 2005
Filter by week: 1 2 3 4 5
Using Matlab
Posted by dal.luc NO[at]SPAM gmail.com at 9/14/2005 11:02:34 PM
Hello,
I wrote a COM component with Matlab and a dll has been created.
It produces a class MWStruct (in Matlab)
In my case, this class is a vector named Cont (of size n) which has 2
fields x and y. Eachfield is a vector of variable size p_i.
I want to use this class in ASP and I create an o... more >>
whats the best way to have multiple language asp pages?
Posted by mike at 9/14/2005 3:10:02 PM
Hello all,
any advice or links to pages about how to have multiple language asp
pages? For example, you have a database driven website that you want
customers around the world to use. How do you setup the asp pages so
that it is easy to change the text based on where the user is
connecting ... more >>
editor
Posted by wolfing1 NO[at]SPAM yahoo.com at 9/14/2005 2:23:15 PM
I'm using Visual Studio 6 Interdev for my ASP pages, but reading from
some posts here and there I've read people don't use it and use other
editors. What other editor could be better?
Right now I can do step by step debugging with Interdev, with watches
and with an immediate window just like in... more >>
Allowing Write access without using IUSR
Posted by AVB at 9/14/2005 9:59:33 AM
Is there any other way to write files to a directory than allowing the
IUSR write access. We have a website that will be writing XML files and
Label files to a directory outside of our website directory but I am
hesitant to give the generic IUSR account write access to anything and
wondered if w... more >>
Any tool in ASP to find out occurrence of a certain word or words
Posted by Jack at 9/14/2005 9:07:02 AM
Hi,
I am maintaining quite a few asp applications. In one of those, I have to
change the response.redirect to a particular page. This application has more
than fifty asp pages. Instead of going through manually through each page to
find the response.redirect phrase, is there any tool that wil... more >>
Create SQL Queries!
Posted by Arpan at 9/14/2005 4:47:48 AM
An ASP application retrieves the DISTINCT records from all the columns
of a SQL Server DB table & populates them in drop-down lists. The no.
of drop-down lists on the web page depends upon the no. of columns in
the DB table. For e.g. if the DB table has, say, 5 columns, the web
page will show 5 ... more >>
Retrieve Data from another webpage besides XML
Posted by Vanessa at 9/13/2005 2:48:08 PM
I have a question, is that any other way to retrieve data from another
webpage besides using XML object? Because I am using XML object now but give
me so much problems.
If I used MSXML2.ServerXMLHTTP object, it gives me time out error:
msxml3.dll error '80072ee2'
The operation timed ou... more >>
changing server side variable with button click
Posted by dspearing NO[at]SPAM sualum.com at 9/13/2005 10:54:33 AM
I'm new to asp, and was wondering how I could change the value of a
server variable when the user clicks a button. The asp page displays a
report using server side vbscript, and I have added an 'export' button
that will copy the report to a file. I need this button to change a
boolean so that ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
weird asp page behavour with option expicit
Posted by s_m_b at 9/13/2005 2:44:03 AM
Anyone ever seen this before?
A page that generates a calendar view, works just fine without 'option
explicit' .
Add this in, but have missed some dim statements out in error, so page
should error .
Instead of error, the un-dim-ed variables are ignored and their portions of
the code simply ... more >>
modify content of word document
Posted by Jon Paal at 9/13/2005 12:35:03 AM
any way to modify text content of a word document through ASP ?
... more >>
XML & ASP Question
Posted by Stan Sainte-Rose at 9/13/2005 12:00:00 AM
Hi Guys,
A simple question
I have a xml file
<lg>
<part name="myPart">
<subpart name="ab">ab</subpart>
<subpart name="cd">cd</subpart>
<subpart name="ef">ef</subpart>
</part>
</lg>
I need to read the name value of the part node.
I mean, how ca... more >>
closing objects after returning value in function ??
Posted by dotnettester at 9/12/2005 1:01:01 PM
Hi,
I am maintaining some code and I see in some functions..
Function myFunction
set someobj = Server.CreateObject("MYOBJ")
.....
....
set myFunction = "somedataToReturn"
set someobj = nothing
End Function
... more >>
Setting object = nothing after Response.end
Posted by dotnettester at 9/12/2005 10:51:05 AM
Woud this work?
.....
Response.end
set objConn = nothing
set objAnyObject = nothing
?... more >>
Question about sending email from ASP page
Posted by Joe at 9/12/2005 10:22:01 AM
Hi,
I am sending an email from an asp page. Besides sending an email to sender,
I am sending myself a BCC also. Out of 100 emails sent, about 5 recipients
received a blank email (no text in subject and body). The BCC of all these
emails that I sent to myself were fine. When I send emai... more >>
Execute Command Line Script from ASP Page
Posted by Matt at 9/12/2005 10:21:28 AM
I used to execute a command line script in IIS 4 using Dynuexec. This
is a third part server object I installed on the server
(http://www.dynu.com/dynuexec.asp). I installed this object onto my
Windows 2003 Server and I cannot run the script from an ASP. No error
is generated on the screen or in... more >>
How do u generate an image from asp?
Posted by mike_newsgroups NO[at]SPAM yahoo.com at 9/11/2005 8:46:22 PM
hello,
I want to be able to create an image from asp where I:
1) paste in an image at a given coordinate
2) draw a line from one coordinate to another
3) write text at a given coordinate
Any ideas what I could use to do this?
Thanks,
Mike
... more >>
how to setup and test a weblog on IIS5.1(locally i mean)
Posted by Landrik at 9/11/2005 11:02:37 AM
Well..hell there we go...i'll try to explain this in as much word as i
can...
basically i'm trying to include a blog on my new website. i got this
application called "Ublog"http://www.uapplication.com/ublog/index.asp"
pretty basic tool.. but since i have never tested a site on my local
server... more >>
Index Server 2.0 wildcard query
Posted by greg.kujawa NO[at]SPAM gmail.com at 9/11/2005 10:08:35 AM
I am passing along an Index Server 2.0 query though URL strings calling
the ASP. I am searching for records by a person's last name and their
phone number. Something like:
http://myserver/query.asp?ciRestriction="lastname"%20and%20"555-1212"
Here is the chunk of code that processes the query... more >>
C# Interview job problem
Posted by programmerforknowledge at 9/11/2005 7:43:08 AM
Hi All
I am fresh college graduate who has done C and C++ during college
times.After that i had done a C# course from one of our local computer
institute.The course is BCM which ran for 1 year.But now when i am
looking for job the questions asked in interview are really very very
weird and does... more >>
save file dialog window from a web page
Posted by rmunson8 at 9/10/2005 1:24:02 PM
What is the appropriate control or code to pop a "save as" dialog window to
allow the user of a web page to save a document after they click on a link?
All of the CommonDialog controls obviously are to be used on WinForms, so not
sure how to accomplish this from an aspx page.... more >>
Is this possible?
Posted by greg.kujawa NO[at]SPAM gmail.com at 9/10/2005 6:25:44 AM
I know this question might be a bit OT since it doesn't currently
involve ASP
code but I figured someone might know. I have an Index Server 2.0 that
I refernce when searching for files through IDQ/HTX pages. Ancient
stuff I admit.
What I am wondering is if there is a way to create either an... more >>
conversion array of double in variant
Posted by Luc Dal at 9/9/2005 10:53:27 AM
Hello,
In an ASP page, I use the result (named y) of an external object (which has
been called by server.createobject)
This result, y, is an array of double (of size (n,1)).
As it's not a variant, ASP send me an error (type incompatible) when I want
to use it
Is it possible to convert y in... more >>
Can ADO Recordsets Created By ASP Be Used By JavaScript?
Posted by Eric Robinson at 9/9/2005 10:51:56 AM
Hello,
My ASP code creates an ADO recordset object on the server.
Later on the same page, I have a javascript code snippet that I use to
dynamically populate a drop-down box based on choices made in another
drop-down box. Can this javascript (or a server-side equivalent) access the
recor... more >>
IIS and XP Home
Posted by Si at 9/9/2005 9:25:01 AM
Hi,
Is there a component I can download that will run asp on XP Home?
I have XP Pro on my home dev system but only have XP Home on my laptop
and don't really want to spend out on another XP Pro license.
Thanks
Simon... more >>
Application question
Posted by Zach at 9/9/2005 8:43:45 AM
I am working in c#.
With Studio I have created a dll.
I want to make use of the form in that dll in a html file.
Presumably I would need a few c# script lines in the html file.
Could someone please tell me how to do this?
If this is not the right newsgroup, please tell me where to go.
Many t... more >>
The server has encountered an error while loading an application during the processing of your reque
Posted by Pratik kapadia at 9/9/2005 6:11:34 AM
when i try to load my asp pages i always have to face error .like " The
server has encountered an error while loading an application during the
processing of your request. Please refer to the event log for more
detail information. Please contact the server administrator for
assistance."
if ... more >>
Not getting form variables
Posted by rlock at 9/8/2005 4:32:12 PM
It appears that form that I have used for months has stopped passing
form variables (via POST) to my asp results page. I have been working
through various problems, all caused by the installation of Microsoft
XP SP2. I am assuming that this is yet another security issue, but
don't know what ... more >>
VS 2005 Web page
Posted by Sarah Sarah at 9/8/2005 1:58:07 PM
I have just created a very simple web page/site in VS 2005. I have saved it,
built it but when I try to display in a browser it takes about 20 seconds and
then comes up with "the page cannot be displayed" error. Being new to C# and
the .Net environment I"m not sure what to go look for. I was u... more >>
Pre-Requisites
Posted by AL_LONGO at 9/8/2005 12:34:01 PM
I am interested in installing Visual Studio .Net in my XP-Pro OS. I tried
once before and it hosed my IIS installation and could not even run it until
I removed VS.NET and re-installing IIS.
Is there anything I need to install in my OS before trying again. I am
pretty sure that it has all t... more >>
Date format from one culture to another
Posted by dotnettester at 9/8/2005 9:41:06 AM
Hi,
I know how you can format date by describing culture info on ASP.net . How
can I do the same thing in classic ASP.
?
Tnx... more >>
Pop-up window keeps minimising
Posted by Marty at 9/8/2005 3:24:18 AM
Hi,
I am using Internet Explorer 6.0 and I have a piece code which pops up
a new charges window whilst redirecting to a different page on the
underlying aspx screen.
However when my new pop up window appears it suddenly minimises itself.
The code seems fine, but here it is just in case anyo... more >>
|