Home All Groups Group Topic Archive Search About



Active Server Pages (ASP) Programming Discussion

microsoft.public.inetserver.asp.general
Score NNTP component
TOUDIdel - 17 Nov 2007 8:54 PM - 1 message
I haven't found any good free components to browse NTTP newsgroups. Do anyone know some? ...
Score Syntax Question
J-P-W - 17 Nov 2007 1:55 PM - 12 messages
Hi, I want to evaluate 2 things, "Area" and "SubsQuestions" I need to know if Area = "Six" or Area = "Seven" AND SubsQuestions = "Yes" Is it ....... If Area = "Six" or Area = "Seven" AND SubsQuestions = "Yes" Then    or ....... If Area = "Six" AND SubsQuestions = "Yes" or Area = "Seven" AND ...
Score ASP and SQL Server 2005 Express
Anil Gupte - 17 Nov 2007 10:32 AM - 18 messages
I am using the following to try to connect to the database, but it does not seem to be working. Dim sConnString sConnString = "Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=MediaDB;Data Source=MEDIAMACHINE\SQLEXPRESS" ...
Score ÏíÏ_(Pre-Release)
ÝæÇÒ - 16 Nov 2007 4:29 PM - 1 message
ÊÍãíá ÇáÈæã ãÇíßá ÌÇßÓæä ÇáÌÏíÏ (Pre-Release) [link] ...
Score Maps
rn5arn5a - 16 Nov 2007 2:51 PM - 3 messages
I am not sure where I should have posted this question in this newsgroup. Please excuse me if I am wrong. Nowadays, a lot of websites have come with Maps (Google Maps being an example). Can someone please tell me whether these maps are created by ...
Score Application Hangups
M. Savas Zorlu - 16 Nov 2007 1:41 PM - 3 messages
Has anyone any experience with asp pages causing application pool hangups? If  so can anyone please tell me what type of applications would be causing these? for example was your experience related to queries or file uploads, etc. ...
Score RE: Strange error "Internal Server Error"
BHARAT - 16 Nov 2007 9:59 AM - 2 messages
am using a ASP application with following things Server : Intel Xeon (TM) CPU 2GHz, 2GB RAM, 136GB HDD OS : Windows 2000 Advanced server. IIS5.0 Database: Oracle (Using ADODB to connect to the Database) App server running on the same machine (COM+) ...
Score Icon display?
Ron Hinds - 15 Nov 2007 11:13 PM - 6 messages
OK, I know this isn't an ASP question. But I'm hoping someone here knows the answer. How do I get *my* icon to display in the address bar instead of the standard browser's icon, like e.g. on the MSDN website? Also, I'd like to ...
Score Reliability of HTTP Get of ASP page
ross-mcm - 14 Nov 2007 9:23 PM - 3 messages
I have an app that gets a file from a web server.  An ASP page is passed authenitication data (username, password) and a filename.  The file is read and then output by the ASP page so the only response is the file I am ...
Score gevraagd: 2 ASP-scriptjes
Charlotte - 14 Nov 2007 7:25 PM - 2 messages
hallo, 1) kan mij iemand een ASP-script bezorgen dat hetvolgende kan : de bedoeling is om automatisch de namen van de sub-directories uit één bepaalde directorie uit te lezen en deze in een <ul> <li> te plaatsen ...
Score show/hide divs on checkbox click
Mike P - 14 Nov 2007 4:46 PM - 2 messages
I am trying to hide/show divs based upon whether or not a checkbox is clicked.  Here is what I have done so far to check if the method is being called correctly, but I am getting the javascript error 'object ...
Score checkbox syntax
Mike P - 14 Nov 2007 3:14 PM - 5 messages
I am posting a form to a page and then trying to pick up the value of a checkbox.  But I can't get the syntax right.  Can anybody help? dim blnInboundLead4 blnInboundLead4 = true if (Request("inboundlead2") = "off") then ...
Score Automated Form Submission
rn5arn5a - 14 Nov 2007 11:32 AM - 3 messages
Nowadays, most websites make use of CAPTCHA to prevent automated Form submission. Can someone please give me examples of how automated Form submission can be achieved? It's not that I intend to do some nefarious activities; rather I don't ...
Score Local Testing Using SQL Server
Brett_A - 13 Nov 2007 9:00 PM - 2 messages
I have a SQL server db set up locally. I have a local DSN set up. I have DW connected to the SQL server db and can create Bindings and use Server Behaviors without any problem. When I try to test the site locally in the browser, I get the ...
Score syntax help
Mangler - 13 Nov 2007 6:25 PM - 3 messages
I created a query in SQL that works fine but when i put it in the asp code ( with dreamweaver ) i am getting an error when viewing the page:  expected end of statment... rsBERProd_cmd.CommandText = "SELECT ISNULL(sum(case when type = 'BD' ...
Score drop down question
Scott - 13 Nov 2007 3:23 PM - 3 messages
On my page I have 3 drop downs that are populated with static data. When my user makes a selection in either drop down I want to show my HTML table associated with that drop down selection, also the data in my tables are all static. ...
Score NNTP component
TOUDIdel - 13 Nov 2007 1:28 PM - 3 messages
Do you know any NNTP browsers components for ASP? ...
Score Transactions with ASP and MS Access
deadfish - 12 Nov 2007 2:27 PM - 5 messages
Hi, I have a ASP application with MS Access. I need to use transaction as there are several insert and delete statement. oConn.beginTrans commUpdate.CommandText = "delete from tableA ..." set rs = commUpdate.Execute() commUpdate.CommandText = "insert into tableA ....." set rs = ...
Score Help with CDO issue
Michael Iannaccone - 12 Nov 2007 1:18 PM - 2 messages
I have some code here... it is attached to my website.. the website is flash 9 and i have a contact page with prefilled text boxes for name email phone and message: this flash code calls for an ASP script. Very rusty with this, ...
Score SQL UPDATE Query in ASP
Nano - 12 Nov 2007 5:42 AM - 7 messages
I want to update a MS Access Table using ASP, I have made the connection with the database but I am unable to update it. I am using the following code: ================================================================================== <%@Language = VBScript %> <% Option Explicit %> <% ...
Score Difference between ASP/VBScript and JavaScript
masakiy - 12 Nov 2007 2:44 AM - 3 messages
Is there any document or reference, explaining the difference between ASP/VBScript and JavaScript? Any type of document is welcome. (User Interface, Language level, and so) ...
Score Seach Files for latest file
MM User - 12 Nov 2007 12:33 AM - 2 messages
Hi, I have a directory which I would like to search and list the latest file together with it date and time, I've found the following from w3schools for a particular file but do not know how to search a folder and sub folders for ...
Score show textfile in browser
HJ - 11 Nov 2007 2:53 PM - 4 messages
Hi guru's I'm pretty new to webprogramming. I use VWD 2008 Express Edition. I try to build a webpage and the content of that page is stored in a textfile on the filesystem. That way I can change the content of my webpage ...
Next »