Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Access file on free web host server
sweet_hbk45 - 23 Dec 2006 11:46 PM - 1 message
I want to ask a question. I hav a website on a free asp host like 7host.com and i want to read and write to text files present in my website folder through asp. But i m unable to that because everytime i ...
Score Need help clarifying use of VBxxx for creating webpages ...
brooksr - 23 Dec 2006 12:37 PM - 11 messages
I know VB5/VBA very well but have not used VB to create web pages but need to do so. Can someone explain the purposes and differences between VBScript and VB.NET to create web pages? Also where do Visual Web Developer Express Edition and Microsoft ...
Score any ways to clear form cache or prevent user from pressing the back button
User - 23 Dec 2006 6:15 AM - 2 messages
Hi, Are there ways to let browser forget about the previous submitted form data? Or prevent user from pressing F5 to submit the same form again Or prevent user from presising back on the browser? Please advise. Thanks Posted Via Usenet.com Premium Usenet Newsgroup Services ...
Score looking for mod 10 script
Rob - 22 Dec 2006 5:05 PM - 3 messages
I'm looking for a mod 10 script that you know to work well. I have googled and found a few different ones but I would like a 2nd opinion. If you can please link me to a mod 10 script that you have used/implimented I would ...
Score What is the correct content type for Excel 2007 content?
Roland - 22 Dec 2006 3:36 PM - 1 message
Our web application returns content with Content Type: application/vnd.msexcel. The ASP component we use then formats the data as an HTML <table>, which is interpreted by Excel 2000/2003 without any problems. Excel 2007, however, shows an warning dialog which says that the data is not ...
Score sql question
Jen - 22 Dec 2006 7:17 AM - 7 messages
Hello. I have a sql statement that should get all the records that match a specific criteria; every record are assigned a textvalue like 12_2006 (as for example this particular month, december 2006). I also have a drop-down menu on this page where to filter which month should be shown on the page ...
Score Retrieve Images stored in OLE Objects to ASP page
zachhale@gmail.com - 21 Dec 2006 11:55 PM - 2 messages
We are storing images into the SQL database with the column type of "Image" using Access and it is storing all of the images as "OLE Object". I am trying to spit out the binary data of the Image part of ...
Score How to prevent my client to delete file in our web server
Chris - 21 Dec 2006 8:47 PM - 2 messages
We have offer a web space to hosting our client website.  We offer them to upload asp files to their web space.  How can I prevent the client from uploading asp files that will harm our web server.  For example, deleting ...
Score Verifying digital signatures of executables
damiri - 21 Dec 2006 6:35 PM - 1 message
I have a web service that allows clients to download updated versions of setup executables from the web server machine. It's pretty basic you give the webservice a product name and a version and if there is a newer version of ...
Score converting asp page to pdf
iweb - 21 Dec 2006 4:48 PM - 1 message
Hi, Can I get some code on converting an asp page or saving and opening an asp page in  pdf? Kind Regards, Akshay. ...
Score LoadPicture - problem!
Iulian Ilea - 21 Dec 2006 3:18 PM - 6 messages
Hello! I've created a PDF report and trying to load a picture using LoadPicture fucntion. It works fine on my computer but it gives an error on some other computers - permision denied, or something similar. Code: ----------     Dim myImg, fs ...
Score split array twice and do a multiple insert
clayalphonso - 20 Dec 2006 7:27 PM - 2 messages
Here is the code: <% dim testArray, testArray2 dim Conn, rs dim sSQL, sConnString 'response.write request.form("sel1") 'testArray = split(request.form("sel1"),",") 'for each gidstuff In testArray     'Response.Write gidstuff & "<br />" 'next ...
Score Print - Size of Page
Mangler - 20 Dec 2006 6:43 PM - 2 messages
This is probaly a dumb question but I cant find the answer.  I need to print some data to a label from a web page.  The label is 2.25" x 1.25" and when the page is printed the printer spits out 2 pages.  I assume ...
Score fileupload and insert in db
fredd00 - 20 Dec 2006 6:08 PM - 3 messages
Hi I'm  looking for tutorials on how to upload a file (.doc or .pdf)  , insert in database and retreive from database. i'm using pure asp and sql 2000 Thanks ...
Score Up to Date Exam Prep and brain dumps
jhon - 20 Dec 2006 6:02 AM - 1 message
[url][link]] provide exam prep at very good price. The material provided is of good standard. It deals in all vendors. ...
Score url rewrite
musosdev - 19 Dec 2006 8:05 PM - 5 messages
Hi guys, I want to give out easier to remember URLs on my site, for Google and also for users to give out to their friends and such. Instead of [link] i'd like to be able to give out ...
Score Server.execute command inside global.asa
Michael - 19 Dec 2006 1:41 PM - 3 messages
Question. Is it possible to run Server.execute command inside global.asa file. if it is where. Inside Application onstart? Another ideas appreciated. Michael ...
Score Demo Online version.
iweb - 19 Dec 2006 1:41 PM - 1 message
Hi, We have an ASP3.0 based business application which we install many a times at our customer / dealer sites for trial run. The database which we have used is MS SQL 2000. Now can we have an option such that in 15 days or 30 days the application ...
Score Textarea outside of loop
Jen - 19 Dec 2006 11:28 AM - 17 messages
Hi. I have this problem that I think should be easy but have been struggling with this for days. I have a list based on a recordset from a database. This list consists of records meeting a certain criteria and at the bottom of this list i have a ...
Score Problems with MSXML 4.0. SP2 installed by KB925672 revision.
otto - 19 Dec 2006 9:39 AM - 1 message
Hi, all: We have a problem with an ASP application using MSXML 4.0 component. In this application we use the method GetOption() of the MSXML2.ServerXMLHTTP.4.0 tu get the last URL called (with option -1). Before installing MSXML 4.0 SP2 ...
Score Sample aPplication using Skype API
G - 19 Dec 2006 6:04 AM - 2 messages
Hello, I want to a develop a small application using Skype API using ASP. I want to know the user who is in online in my website. please give a pieace of code Thanks in Advance. Bye G ...
Score preventing session variables from going null
javelin - 18 Dec 2006 9:38 PM - 7 messages
In ASP classic pages, I want to know if it's possible to prevent session variables from becoming zero length strings? I have tried setting the Session.Timeout to a large value, but alwas, after 20 minutes, my session variable times out. I also tried setting the ...
Score storing currency symbols in the sql server database
iweb - 18 Dec 2006 5:19 PM - 3 messages
Hi,   can you guide us on how to store currency symbols in SQL Server database tables .. The symbols are to be displayed on the ASP pages being fetched from the Database. Plz guide.. ...
Score Changing domain blows up just about everything...
geneb - 18 Dec 2006 4:44 PM - 8 messages
I'm having a domain change foisted upon me and the test I did resulted in every last ASP and ASP.Net script stopping cold.  Nothing but plain old html worked. Is there a FAQ or some other document available that outlines what has ...
Score Problems with getting file text stream
Stefan Dase - 18 Dec 2006 1:06 PM - 2 messages
Hello everybody! I'm not very experienced in ASP but have to extend a colleague's site. One page enables users to add new action-items to our database. After inserting the record it have to send an email to the responsible worker ...
Score moonpig - how do i use custom fonts in wysiwyg
mark r - 18 Dec 2006 12:25 PM - 7 messages
im interested in replicating how moonpig.com 's card editor works. in particular how you can display a custom server side font in a wysiwyg editor - i know moonpig uses .net but can this be accomplished using plain ol' asp ? ...
Score Dinamically Declare variable in ASP
Michael - 17 Dec 2006 4:34 PM - 7 messages
Hi. I am trying to declare variables based on DB column. I have a table with 2 columns: "varname" and "varvalue". values for example: varName: 'varPhone' varValue: '450-111-2222' During the looping I'd like to declare on asp page variables that taken from ...
Next »