Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Is it possible that OLEDB connection is not available on a PC?
Blackberry - 22 Sep 2007 11:24 AM - 1 message
Hi All I was trying to setup IIS, ASP and MSDE 2000 Rel A on a machine yesterday and my usual SQL server OLEDB dsn-less connection string would not work on this machine. I know it's down to this, as I used a tool called QTADO to setup dummy data ...
Score XP update added asp, MSXML and other things, and I need to about t
Puff - 21 Sep 2007 9:58 PM - 3 messages
Hello, A few months ago, when I did an update from the windows update, a few of the 'necessary' updates had this like: microsoft net framework, MSXML, iis, asp. What are they and are they really necessary? There are a few more weird things that I have never seen ...
Score CDOsys asp mail script problems
mister-Ed - 21 Sep 2007 5:28 PM - 3 messages
Trying to use cdosys mail, but this is giving me an "no such object" error. the hosting company is not much help, but their list of components offered does include cdosys mail: <form method="post" action="cdosys-godaddy.asp"><p class="bodymd- ...
Score file upload
vinodkus - 21 Sep 2007 6:33 AM - 2 messages
HI can any body give me a perfect link or program for file uploading program. Actually i have to write a program for mail attachment. And for attaching mail I have to give the virtual path of the attachment file and it is possible only when file will be upload within a ...
Score YO
dale earnhardtjr - 21 Sep 2007 12:29 AM - 2 messages
Hi .It is me helen what are you doing. ...
Score Response.Write Date() problems
jp2code - 20 Sep 2007 8:45 PM - 11 messages
I'm trying to display a weekly calendar with the month and year on top and the current date in an alternate color, but nothing prints out on my test page when viewed in IE7. Is there something fundamentally wrong with my code, is it my browser, or ...
Score GridView button column click
_nabuchodonozor - 20 Sep 2007 7:41 PM - 2 messages
Hi How to programaticaly in GridView check that my ButtonColumn was clicked?? I've tried sth like this: protected void MyGridView_SelectedIndexChanged(object sender, EventArgs e) {     if(MyGridView.SelectedRow.Cells[6])     {         MyGridView.Visible = false; ...
Score Loading partial page from file.
IanO - 20 Sep 2007 3:11 PM - 2 messages
Getting data from an database and displaying it on a web page is some thing I have done for years. Now instead of getting data from a database, I want to get the text of a file and display that on the web ...
Score Request.Form to retrieve looped form fields
David - 20 Sep 2007 10:54 AM - 4 messages
Hi, I have some code in my form as follows, to display 1 to 20 additional sets of fields to enter guest information. I am not sure how to retrieve these guests info so that I can post the info on an email such as: ...
Score PPT viewer in a asp.net web application
Dario Politi - 20 Sep 2007 2:26 AM - 3 messages
Hello, I need to develop a web site for a learning centre in asp.net 2.0. They want to deliver part of their courses on-line. The customer will have a username and password to access a reserved area. ...
Score Session variable, security, SSL, I'm confused
YYZ - 19 Sep 2007 9:18 PM - 10 messages
I'm using asp, not asp.net.  I've got some open ended questions that I was really hoping someone in here could answer, or direct me to some resources that will help me answer them on my own. ...
Score ASP to PHP
Matt White - 19 Sep 2007 7:14 PM - 2 messages
Hi, We recently inherited some ASP scripts but we don't run any IIS servers so we are converting them to PHP. I don't know hardly anything about ASP and I've certainly never converted a script from ASP to PHP. ...
Score Deny Server Variables
Pirooz Javan - 19 Sep 2007 7:13 PM - 12 messages
Is there any way to deny a server variable to be run on a server such as LOCAL_ADDR? Thanks in advance. PJ ...
Score FileSystemObject question
Mo Bandy - 19 Sep 2007 5:16 PM - 7 messages
Using FSO I want to copy a file from the web server to a mapped network drive (Novell server) using a physical path. However I keep getting an error (path not found). Can someone help please...thanks. Code summary below. ...
Score loosing page breaks
jp2code - 19 Sep 2007 4:56 PM - 4 messages
When I collect the text from a form's text box, I am loosing the page breaks. When using C# in the past, I used this: [code] string strLine, strParagraph; StringReader sReader = new StringReader(Request.Form["textMessage"]); while (sReader.Peek() > -1) ...
Score call post w/ classic asp
jp2code - 19 Sep 2007 12:53 PM - 11 messages
I've got a form that posts to itself when submitted. Right now, after the form is submitted, the code checks that all of its fields are valid, then processes the information. If all goes well, visitors are then redirected using Response.Redirect("thanks.asp"). ...
Score code for mail attachment
vinodkus - 19 Sep 2007 8:46 AM - 2 messages
dear sir/madam I m developing a program for mail attacment but i got an error error '80004005' /mail1.asp, line 24 . Please help me. <% Set newmail = server.CreateObject ("cdonts.newmail")     txtTo = request.form("txtTo")     txtFrom = request.form("txtFrom") ...
Score Re: ASP - Session - checkbox
Shelly - 18 Sep 2007 7:28 PM - 1 message
How about? ....WHERE city IN (cities(0), cities(1),    ...etc) ...
Score Choose a printer in Asp.net 2.0
JLobo - 18 Sep 2007 5:26 PM - 2 messages
How can i open a dialog box to choose a printer? ...
Score Split Textarea (by lines), trim and save to Database
David - 18 Sep 2007 3:44 PM - 6 messages
Hi, I want to know if it is possible to do the following. I have a form which lets users select a product, enter a quantity and set the info into a Textarea field. Each time the user hits the 'Set' button, it adds another line into ...
Score Querystring question
grnjeans922 - 18 Sep 2007 3:30 PM - 3 messages
A little guidance, please.... I'm trying to pass info through the querystring method, across 3 pages. In my first page, it is being sent out using: if regEx.test(strAskedFor) then     response.redirect("/store/catalog_request_frm.asp? ...
Score form inside a div
jp2code - 17 Sep 2007 8:55 PM - 3 messages
I have some Classic ASP script that is not working at all. By that, I mean that none of the code seems to execute. I have the exact same code in another form on another web page, and it does ...
Next »