Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score Write Data to Binary File
Prabhat - 29 Apr 2006 9:33 AM - 7 messages
Hi Friends, I have one EXE file that customer need to download from my website. But I have one text file of Max 250 bytes of text in in that I want to append to the END of the Binary EXE file and give that for download to user. How can I ...
Score Running Client App From ASP Web Page
Knich - 28 Apr 2006 6:06 PM - 3 messages
Can you run an client application (i.e. Excel) from an ASP web page?  I want to open an Excel document that is stored on the network in the Excel App (not in browser window) allow the user to make changes to the file and then save ...
Score Caching design question
Griff - 28 Apr 2006 8:44 AM - 8 messages
I need to implement caching in a web application and have come up against a design issue which I would like some advice on.  Am using CLASSIC ASP... The web application is a "business to business" application.  So the users ...
Score Cannot access web site hosted in another computer
HawleyBeach - 27 Apr 2006 11:51 PM - 4 messages
I have 2 computers at home, they are both windows 2000 Professional.  I linked them, i am able to share and access folders in both. I have created a web site in one computer, i can browse it: http://localhost/ALANLORIMER/default.asp. I ...
Score Form Data not carrying over???
Matt - 27 Apr 2006 10:27 PM - 5 messages
I have the following in a page and I am trying to update a record on the next page but for some reason the form data is not carrying over. Any ideas why? <form name=nxtlupdate method=post action=supers_NxtlUpdate.asp> ...
Score Missing Dots
Jeremy Olmstead - 27 Apr 2006 6:52 PM - 5 messages
I have defined a promo.html file that contains the html of an e-mail I want to send.  What's happening is in the style section of the file it is dropping the "." on class names and therefore losing some of the ...
Score Crystal Reports 9 + ASP 3 - No open report
mutherwurm - 27 Apr 2006 6:25 PM - 1 message
Hi, I´m have an ASP Page and Crystal Reports. My page, load very well, no erros, nothing anormal. But, my CR no open. Show the component (JavaApplet) but ... nothing. The CR connect to database, verify the tables with SetLogonInfo. No ...
Score MSWC.ContentRotator ChooseContent crashes IIS 6.0
Charles_B - 27 Apr 2006 6:18 PM - 6 messages
I am moving a working ASP application (not .NET) from IIS 5.0 to IIS 6.0.  For some reason, when the ChooseContent method executes, the browser returns an error and the Event Log shows the following under System: ...
Score Windows 2003 Server ASP extensions not recognised
Jase - 27 Apr 2006 3:20 PM - 7 messages
Hi, I have two servers, both running windows 2003 and both containing the exact same properties for IIS. I have a set of asp intranet pages that are located inside the c:\inetpub\wwwroot\test folder. On one of the servers, the asp pages run fine, however on the second server ...
Score TabStrip with Visual Interdev 6.0
Anil Khemchandani - 27 Apr 2006 1:16 PM - 3 messages
Hello Sir/Madam, I was wondering if there was anyone out there who has worked with Tabstrip controls in ASP. I am trying to add a tabstrip on a page and put some controls on it and loop through some recordsets from a database. I basicaly ...
Score Byte string to Unicode & vice versa
Eugene Anthony - 27 Apr 2006 10:09 AM - 2 messages
Private Function BStr2UStr(BStr) 'Byte string to Unicode string conversion    Dim lngLoop    BStr2UStr = ""    For lngLoop = 1 to LenB(BStr)     BStr2UStr = BStr2UStr & Chr(AscB(MidB(BStr,lngLoop,1)))    Next ...
Score How not to display actual URL
Prabhat - 27 Apr 2006 9:52 AM - 7 messages
Hi, I have seen some of the website will display same url even if we go to inner pages. In  status bar we can see the url before click of the link but when trhe page loads the addressber url still remain the same. ...
Score Whats asp's equivilent to PHP's 'extends'?
Dan - 27 Apr 2006 1:40 AM - 4 messages
I want to be able to do the following, but im not sure how in asp. <?php class Cart {     var $items;      some functions. } ?> <?php class Named_Cart extends Cart {     var $owner; ...
Score remove connection information from the global.asa file
Sylvain - 26 Apr 2006 5:31 PM - 5 messages
Hi ! Here's my problem: I have actually an asp web site which use the global.asa file to connect to the database but for security reason, I want to put username and password information (or the complete connection string) in a seperate file so only a ...
Score Exchanging information throw different WEB Applications
Javier Ros - 26 Apr 2006 4:16 PM - 2 messages
Hi, I´m developing different web applications (each one located in a different web site), and sometimes we need to call a web page in a different application to retrieve some information. We can not use the session object because the session is different for each ...
Score CDOSYS and FromName
Larry Bud - 26 Apr 2006 1:49 PM - 5 messages
Is there a way to specify a from NAME, not necessarily an email address, using CDOSYS? Same with the TO, can I specify a TO Name and address? ...
Score Read output from an external webpage/web service
bobbyd - 26 Apr 2006 1:31 PM - 6 messages
Hi All, Does anyone know of a way to read an output from an external webpage/service? For example; The external source is on http://serverA:6010/sendoutput This page displays one line of outputted text,  I want to be able to ...
Score Create a Forum
A.Dagostino - 26 Apr 2006 10:38 AM - 3 messages
Hi, I need to Create aWeb Forum on my Web Site. I'm searching for some Open Source Module that Create a Forum in Asp . Any simpler solution will be most welcome. Sandro ...
Score NT Authentication for Selected Pages in ASP
Venky - 26 Apr 2006 4:35 AM - 1 message
Hi ASP'ians        I have a requirement where I need to have windows authentication enabled for only few ASP pages of my Site (Virtual Directory), rest of the pages should be enabled for anonymous access (No Authentication Dialog). ...
Score NT Authentication for Selected Pages in ASP
venky - 26 Apr 2006 4:27 AM - 1 message
Hi ASP'ians        I have a requirement where I need to have windows authentication enabled for only few ASP pages of my Site (Virtual Directory), rest of the pages should be enabled for anonymous access (No Authentication ...
Score redirection
Hugh Welford - 25 Apr 2006 9:06 PM - 7 messages
Hi - I have an obsolete site residing in a host domain sub-directory, many pages of which are listed in google. Dont want to lose valuable google listings. Can anyone tell me how to re-direct .htm pages?  If the whole site were ...
Score Classic asp [Dynu FTP] component Help Needed
Michael Kujawa - 25 Apr 2006 7:57 PM - 5 messages
Hi all, If anyone has experience with Dynu FTP object maybe you could help me out. Hopefully it is a simple solution. I "have" referred to the component documentation and I am still having troubles transferring a file in ascii mode ...
Score Passing Values to Subroutines - Empty Returns
Brian Piotrowski - 25 Apr 2006 3:22 PM - 3 messages
Hi All, I'm having a bit of trouble with a subroutine I am calling when it is invoked for the first time.  When the subroutine runs, I expect it to return a value for every time it is called.  However, it seems as though the first ...
Score Incomplete download in IIS6
Samurai - 25 Apr 2006 12:54 PM - 5 messages
I have this ASP application that delivers binary files (by calling C++ COM object) to a C++ client application. On the server side I read from a file and write it using Response.BinaryWrite function. On the client side I read ...
Score Saving password as an encrypted string
Neil G Jarman - 25 Apr 2006 11:20 AM - 6 messages
Hi, I would like to save my user's passwords as an encrypted sting. Are their built in functions for doing this? It's not financial data or anything, just to keep away prying eyes. many thanks, NEIL ...
Score Stop firing validation controls
Rajani - 25 Apr 2006 9:01 AM - 2 messages
Hi,   I have designed a form which process database Insert, edit and Delete(datagrid). I input userid,password and privilege in textboxes which has validation controls to verify data keyed in. And press the button to perform insert operation. Upto here is fine. ...
Score UTF8>UNICODE
Meelis Lilbok - 25 Apr 2006 7:50 AM - 16 messages
Hi My ASP pages uses UTF-8 encoding. How to convert UTF-8 text from Request.Form("text") to UNICODE for searching frm MSSQL Database? Best regards; Meelis ...
Score Syntax help with dynamic class properties
Dan - 25 Apr 2006 4:57 AM - 4 messages
Is it possible to dynamically create and populate properties? Below is my class. I would like to define properties for each of the items in my two arrays without actually defining each one. (There are over 100 in total). I would to have them set up the same as i have "form_id" below, ...
Score Passing an variable to within an sql statement
I.am.the.Buddha - 24 Apr 2006 9:17 PM - 2 messages
I am still learning asp and sql. I am having trouble with passing a variable to within an sql statement. I am sure it is something simple like misuse of quotes. Since it may help if i say what i am trying to generally accomplish ...
Score PUT data into a UNICODE file
raj.sinha - 24 Apr 2006 8:45 PM - 1 message
I have to "PUT" data to a Unicode file... a file that has the "FF FE" mark at the beginning of the file. How do i do that. What HTTP header do i need to send so that the data ...
Score Run asp page as a background process
Lindsay - 24 Apr 2006 10:22 AM - 3 messages
Hi I am using Win2k, IIS 5 and vbscript as well as asp. I want to run an asp page that creates a PDF (using a third party ASPPDF dll) as a background process to free up the main website as it ...
Score Html Tool Tip in IE
M P - 24 Apr 2006 4:02 AM - 3 messages
Hi! I am using IE7 Beta 2 for html tooltips for combo box and found working thru this code: <option title="Capital Assets" value="09200000" selected>CA </option> When other users using IE6 SP1 view this page, it doesn't work. Can you help ...
Score Connection Pool Problem
henley.steve - 24 Apr 2006 3:34 AM - 2 messages
Hello, I have a problem with an application wherein the code as designed originally was not ensuring closing of connections when the application encountered an exception. I have fixed this and lesson learned there (ALWAYS enclose your connections in a TRY or a USING). ...
Score custum tags
mekusharim.ltd - 23 Apr 2006 7:28 PM - 2 messages
hi , i have 2 questions . about custom tags . i have a table that users are inserting custom tages , it looks like : user_id    type             value 1             99                 television ...
Next »