|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
drop down
vinodkus -
7 Apr 2007 2:10 PM - 3 messages
Problem in asp I m beginner in asp 1> I want if seleted list of drop down in asp is changed then its related record in table should be displayed simultaniously in a single page. Please give its full solution in asp ...
asp JavaScript
vinodkus -
7 Apr 2007 12:25 PM - 2 messages
I have a problem Some asp Problem 1>I want to use two button in asp and want if first button is pressed then it should go to a page and if another button is pressed then it should go to another page. ...
FormatDateTime question
fiefie.niles -
6 Apr 2007 11:37 PM - 3 messages
I set my computer Regional Setting (Control Panel - Regional and Language Options - Customize - Date) to dd/mm/yy. In my ASP page I do the following: FormatDateTime("1/20/07",2) and it returns 1/20/07 instead of 20/1/07. ...
FormatDateTime question
fiefie.niles -
6 Apr 2007 11:27 PM - 1 message
I set my computer Regional Setting (Control Panel - Regional and Language Options - Customize - Date) to dd/mm/yy. In my ASP page I do the following: FormatDateTime("1/20/07",2) and it returns 1/20/07 instead of 20/1/07. ...
Load Testing and performance
Chris -
6 Apr 2007 5:00 PM - 1 message
We have an asp application some of which will be being ported over to asp.net so this may be a little OT. It is having some bad performance problems and we need to isolate which areas are causing the problems. The ...
Classic ASP and FFMPEG
stabbert -
6 Apr 2007 3:40 AM - 1 message
Anyone have any tutorials or examples on to use FFMPEG inconjunction with classic ASP to provide a youtube like site that includes the ability to convert videos of different formats? ...
a free ASP photo album that I can post on my ASP website
lrantisi -
6 Apr 2007 1:47 AM - 3 messages
is there a free ASP photo album that I can post on my ASP website ...
Replace commas in values in an array
Adrienne Boswell -
5 Apr 2007 10:02 PM - 15 messages
Although this is a client side issue, I am also posting to asp.general in case there is someway to do this only server side (which I would prefer). Here's my form: <form method="post" action="<%=request.servervariables("Script_name") ...
Simple ASP to give IP/time/username?
GregO -
5 Apr 2007 2:53 PM - 6 messages
I am new to ASP and would like to know if anyone has a page that will display username, time, IP TIA - Grego ...
iTechArt Group - Custom Software Development and Offshore outsourcing Company
VB -
5 Apr 2007 11:44 AM - 1 message
iTechArt Group - Custom Software Development and Offshore outsourcing Company [link] Offshore custom software development company iTechArt - Web site and Content Management Solutions development, CMS consulting: Ektron, Drupal and DotNetNuke iTechArt Group provides high quality custom software development ...
Vista / IIS question
PW -
5 Apr 2007 10:49 AM - 2 messages
Which version of Vista includes IIS ? Thanks, PW ...
Running Access Stored Queries with Parameters
Michael -
5 Apr 2007 7:20 AM - 2 messages
Hi. I am working with classic ASP. I'd like to transfer al my hard coded sql queries to access stored queries and use them with parameters. Actually, I did not find any strong information how to do that. Please, provide me ...
Adding Basic User Control, cannot get event to wire
Jonathan -
5 Apr 2007 2:28 AM - 2 messages
I am trying to add a basic user control to a web site; coming from visual studio 2003 this was extremely easy. I would just add the user control and then add the controls that I want on that user control, but I am not able to ...
website issuing multiple ASPSESSIONID to same client..make it stop!!!
Steve Embry -
4 Apr 2007 10:40 PM - 2 messages
Hello- For some reason, at a website that has been trouble free for a couple of months, multiple ASPSESSIONID's are now being set by IIS for each client visitor, rather than the one you'd expect. When you first visit the site and hit a page that sets a session, the ...
Error running ASP in IIS
glbdev -
4 Apr 2007 10:35 PM - 2 messages
I am trying to run an ASP page in IIS 6.0 and I keep getting one of two errors: -2147467259 (0x80004005) The remote procedure call failed and did not execute. I have Win XP. It's been running fine for a long time and then ...
Easy question - Trouble with Request.Form
Rabel -
4 Apr 2007 4:30 PM - 9 messages
I am new to asp and I am having a little trouble with the Request.form option. What I want to do is I have a dropdown box. <select name="selecter" class="text" id="selecter"> <option value="page1.htm" selected>Page 1</option> ...
Large insert string
David -
4 Apr 2007 3:37 PM - 2 messages
Hi, I have an asp page with a form, which has a lot of fields ........ 30 to 40 ! Is there an easier way to loop through all the fields submitted to the insert page or is the only way to do it using the standard, ...
Creating Project from existing site
brian.ackermann -
4 Apr 2007 3:21 PM - 3 messages
Hi all, I'm running into some trouble figuring out how to create a 'project' from an existing asp application. The ASP app was written entirely with plain text editors. I would like to set up debugging for it, but it seems that in order to debug, ...
ADO recordset returns UTF8 instead ISO-8859-1
Frakes -
4 Apr 2007 3:00 PM - 2 messages
I'm using ADO to read an access database using ASP. My problem is, that i get e.g. ü instead of ü Does anyone know y? I am using following doctype: TR/xhtml11/DTD/xhtml11.dtd"> I am using following contenttype: ...
Insert statement
David -
4 Apr 2007 2:01 PM - 3 messages
Hi, I have an asp page which runs an update into our mysql database. The only problem I have is that a user selects a customer from a dropdown (this is database fed), and I require the selected item to be ...
small dooubt on recordset
G -
4 Apr 2007 12:12 PM - 3 messages
Hello Friend, I have a doubt. I am connecting to mysql db and there is only one table and i am retrieving the data like city, state, county, etc.. from db to comboboxes. so i am using one recordset for each retrivel and showing into combobox. it is ...
"Breaking out" of a Server.Execute call?
Bob Milutinovic -
4 Apr 2007 4:27 AM - 4 messages
Greetings, folks. Wondering if someone might be able to shed some light on this without my having to load up 'n test it for myself. I have a page calling another with Server.Execute, but depending on what the outcome of some data checks on that called page is, it may need to "break ...
Save As Dialog Box
rn5a -
3 Apr 2007 11:55 PM - 2 messages
When users submit a Form with a SQL query, the resultset is retrieved from a MS-Access database table which is then exported to an MS-Excel worksheet. After the records get exported to MS-Excel, I want to give ...
strings with quotes in
Giles -
3 Apr 2007 7:58 PM - 2 messages
< input type=text name="PageTitle" id="PageTitle" value="<%=strPageTitle%>" > How do I "escape" any quotes, accidental carriage returns etc that are contained within strPageTitle? Do I have to use a series of replace() functions, or is there a cunning way that makes it OK? ...
test dropdown value from form
David -
3 Apr 2007 5:50 PM - 2 messages
Hi, I have an asp page with a simple form. The form has a dropdown which is database fed. Once the user selects a value from the dropdown, I need some code to test the value selected. If the value is 'X' then, make certain other form fields visible, ...
Removing obscure chars
Yobbo -
3 Apr 2007 5:17 PM - 4 messages
Hi All I have an ASP function in place to strip invalid chars out of a data store before I create an XML file of this data, but my function doesn't work on a certain set of chars. As far as I can see these are the following: ...
Removing obscure chars
Yobbo -
3 Apr 2007 5:16 PM - 1 message
Hi All I have an ASP function in place to strip invalid chars out of a data store before I create an XML file of this data, but my function doesn't work on a certain set of chars. As far as I can see these are the following: ...
Problem repeating a query within an ADO Transaction
CJM -
3 Apr 2007 4:48 PM - 1 message
I have a fairly simple ASP application talking to an Oracle 10g DB using a mixture of ADO (OraOLEDB) and OO4O - the query here concerns some ADO code. One part of the application records PartNo/SerialNo combinations; the user specifies a PartNo, a SerialNo and the parent PartNo - the parent takes the ...
Pass Parameters to <!-- #Include File="file.asp" -->
vunet.us -
3 Apr 2007 4:24 PM - 11 messages
What is the workaround of passign a parameter to any included asp file: <!-- #Include File="file.asp" --> This obviously does not work: <!-- #Include File="file.asp?id=123" --> Thank you ...
ASP error
avigil -
3 Apr 2007 4:16 PM - 2 messages
Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /asp/aspincludes/CRFunctions.asp, line 20 The call to Server.CreateObject failed while checking permissions. Access is denied to this object. ...
ASP error
avigil -
3 Apr 2007 4:16 PM - 1 message
Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /asp/aspincludes/CRFunctions.asp, line 20 The call to Server.CreateObject failed while checking permissions. Access is denied to this object. ...
asynchronous callback component
CLEAR-RCIC -
3 Apr 2007 12:50 PM - 3 messages
We have an asp.net application that will also use MSMQ. When a client makes a request, we want to check several databases and put each response in MSMQ. We don't want the client to wait for all responses to come back. We were ...
HTTP/1.1 New Session Failed
Josie.jp -
3 Apr 2007 7:18 AM - 1 message
I'm on a windows VPS and I run ASP applications with mysql. I have a lot of traffic so I know I use a lot of resources... but here is my problem: The server is running and after some hours I get this error ...
generate PDF files with ASP.
G -
3 Apr 2007 5:33 AM - 4 messages
Hello, generate PDF files with ASP. i searched in google i found [link] this site which is in PHP. but i want the same thing in ASP. can anybody help me. Thanks ...
Limiting search results to a subdirectory
Bonnie -
2 Apr 2007 10:00 PM - 1 message
I have a basic ASP / Index Server search page. I have a web site contained in a subdirectory in the root of a main web site. What I’m trying to do is force the search page in the subdirectory, conduct its search ONLY in the ...
How to save byte stream as binary document
eengel -
2 Apr 2007 9:50 PM - 2 messages
Hi, A site Im working with has an API that allows one to retrieve files. The file is a Word doc sent as a byte stream. url="blah.asp?fileid=777777" set oXMLHTTP=server.CreateObject("MSXML2.ServerXMLHTTP.4.0") ...
RS Loop - Numeric value out of range (null)
Adotek -
2 Apr 2007 8:21 PM - 4 messages
Hi All, I am getting this error: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]Numeric value out of range (null) /database/data_entry.asp, line 90 Line 90 is shown below... // count the total records by iterating through the recordset ...
how to get the ip address & country of the webpage visitor
bush -
2 Apr 2007 10:23 AM - 4 messages
hi everyone! i want to get the ipaddress,and the country name of a webpage visitor,using asp.Net(C#).if anyone knows about it,plz rply me. thanx in advance. ...
How do I submit form data and change to a different page?
Simon Benson -
1 Apr 2007 4:02 PM - 6 messages
Probably a fairly simple problem but one that's been plaguing me for a couple of days... can anyone help? I have a classic ASP page with a number of text boxes which are updatable. For convenience I want to add 'tabs' at the top of the page (like a card ...
|
|||||||||||||||||||||||