|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
CDONTS & Unable to bind to the destination server in DNS
Sin Precedente -
27 Apr 2007 10:30 PM - 5 messages
I have a win2k server with multiple domains on it many of which have a generic contact us page with a form that when submitted calls an .asp page that utilizes CDONTS. These pages have worked extremely well in ...
& causing validation problems
Mudiya Dissa -
27 Apr 2007 3:37 PM - 1 message
Hi, I have some code on my application like the following <% redirectUrl = "mypage.asp?type=100&id=something&view=10 'some more asp code %> <a href="<%=redirectUrl%>">Some Link</a> ...
& causing validation problems
Mudiya Dissa -
27 Apr 2007 3:24 PM - 1 message
*** Sent via Developersdex [link] *** ...
DB Record As Comma Delimited String
rn5a -
27 Apr 2007 3:19 PM - 2 messages
A MS_Access DB table has 3 columns - ID, UID & Location. ID is an AutoNumber column, UID is a foreign key (the primary key UID column resides in another table). Each UID can have multiple entries under the Location column something like this: ...
How Can I Run Scripts to Get Client Info?
vunet.us -
27 Apr 2007 2:39 PM - 4 messages
Hi, My web application needs to retrieve some client's info, such as MAC address, IP, OS, etc. Java Applet does it well (with one time security warning). But if Java is not installed, I am unable to run applet. ...
Hide code in a pure ASP application
Gianp -
27 Apr 2007 2:24 PM - 2 messages
Hi at all. I have an old pure ASP application. Is possible to build a old ASP application in order to give to final user an application that hide its code? If not, how i do to reach this goal? ...
Pure ASP hide code
Gianp -
27 Apr 2007 2:18 PM - 1 message
Hi to all. I have a a pure old ASP application. Exist a way to biuld the asp page in order to give to final user an application with Mi chiedevo se esiste un metodo per compilare le pagine ASP in modo che una ...
textbox array index
G -
27 Apr 2007 7:03 AM - 1 message
Hello friend, I am using a textbox with in a forloop, for each time when i click a button it genarates a new textbox, so for example for first time there will be 1 textbox, i will enter some value into that textbox and i click the button ...
Multiple Select List
rn5a -
27 Apr 2007 1:15 AM - 5 messages
A Form has 2 select lists. The 1st one whose size is 5 (meaning 5 options are shown at any given time) allows multiple selection whereas the 2nd one allows only 1 option to be selected at a time. When an option is selected in the 2nd select list, the ASP page posts ...
Concatenating Data Items
OutdoorGuy -
26 Apr 2007 9:38 PM - 3 messages
Greetings, I have the following code in an .aspx web page and am receiving the error: "Compiler Error Message: CS1026: ) expected". I can't see where it is expecting an extra parenthesis. The line of code it fails on is ...
Regular Expression help
Rob -
26 Apr 2007 7:26 PM - 4 messages
Hi, I need to convert our word documents to html for our website. I've used MS Word's "Save as HTML" feature and ran "Microsoft Office HTML Filtrer 2.0" to clean up the code but I am stuck with a lot of additional code ...
best timing for clean the session variables
c676228 -
26 Apr 2007 6:24 PM - 3 messages
Hi all, I usually clean the session when the result page is presented to the user. At this time, say an email confirmation was sent to the user and a pdf file they can becdownloaded from the result page. But if the user click the refresh or back button etc. for some reasons, they ...
asp datatypes converted to JSON
michal -
26 Apr 2007 4:30 PM - 6 messages
hi guys, i thought you might be interested in a nice JSON class which converts ASP datatypes (basic datatypes, dictionaries, recordsets, ...) into JSON so that javascript can easily understand it ... you'll find the demonstration and the download here [link] ...
random row selection in asp pages
munusoni -
26 Apr 2007 3:59 PM - 1 message
hi, How can i retrive random row of table in ASP.i have a table created in access2003 and i want to show randomly selected row to the client.is there any way to do this using recordset object. i am using OLEDB connection in my asp pages.please help me. ...
Return an Array that contains only the diffrent items from 2 arrays
Erv -
26 Apr 2007 3:42 PM - 2 messages
<% ' Return item that are NOT duplicated in either array function ShowDiff(array1, array2) dim d, item, thekeys, build_arr ' Build Array - a command that will be Execute build_arr = "anArray = ARRAY(" ' Loop through the first array, add to output ...
asp time function
munusoni -
26 Apr 2007 3:21 PM - 7 messages
hi, i wanna know is ther any function in ASP that i can use to masure the time like stop watch or something.As if i want whenever client opens my page it will show to him for 20min.If anybody knows any function ...
Update and Delete
Brett_A -
26 Apr 2007 1:07 PM - 3 messages
Any reason why this code doesn't work? It doesn't generate any errors but it doesn't update the data. <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% on error resume next 'request variables report_id = Request.querystring ("report_id") ad_id = Request.querystring ("ad_id") ...
Asp Session
TheOld -
26 Apr 2007 1:01 PM - 1 message
Server: Windwos 2000 IIS: 5 Hi, In my web application the user can't access from more pc in the site... Every user have a password that are stores in the session Every time they enter in the site i check their password in the ...
Execute program and redirect
Christian Schmelzer -
26 Apr 2007 12:17 PM - 2 messages
Hello, I'm not very familar with ASP, normally I'm using PHP. I am looking for a small script which: - executes a program on the server with given request parameters - waits until the program finishes - sends a http redirect header ...
Simple if...else asp/html question
Lawrence -
26 Apr 2007 11:11 AM - 3 messages
Hi I have only begun to look into ASP due to an assignments requirements (I usually code in PHP), one feature in PHP is to be able to do an if...else statement, where if a certain statement is true then a chunk ...
ASp Session
TheOld -
26 Apr 2007 10:15 AM - 1 message
Server: Windwos 2000 IIS: 5 Hi, In my web application the user can't access from more pc in the site... Every user have a password that are stores in the session Every time they enter in the site i check their password in the ...
unable to load msvcm80.dll webservice
Smart Software -
26 Apr 2007 8:06 AM - 2 messages
I have a webservice and iis webserver if i open de asmx file i get errors saying Unable to load DLL 'msvcm80d.dll' i added the modules to the path directories and the directorie containing my webservice.dll file still get the same error. ...
Javascript question
Man-wai Chang -
26 Apr 2007 7:22 AM - 18 messages
I have a form formABC that has a textbox plus a button. On clicking the button, window.open() a popup window for user to select a value. The value will then be passed back to formABC's textbox. Now I want formABC to submit itself *AFTER* the textbox got a value. How ...
atomic transaction
c676228 -
26 Apr 2007 12:18 AM - 4 messages
Hi all, In asp.net, there is an object sqltransaction we can use to garantee the data will be written to database either completely or none will be written into database. I am not sure if there is a similar thing I can use in classical asp. ...
post xml data back to external resouces in B2B solution
c676228 -
26 Apr 2007 12:14 AM - 3 messages
Hi all, When an external resouce programmatically post the XML document as content of http post request, and at server-side, I can read the XML data from http request's body. Just like this example provided by Steven Chen: ...
Forgotten Password script
Andrew Murray -
25 Apr 2007 11:43 PM - 2 messages
I'm a novice at coding and cannot get the script below to work I'm receiving an Error 500 in the web browser when trying to run this script. The site is [link] and the link is 'Retrieve Password' under the ...
gzip and binarysend
.nLL -
25 Apr 2007 5:25 PM - 3 messages
hi. i have recently enabled gzip compression on my server and it works fine. but i have noticed something wierd. To protect my self from hotlinking i use a simple code to send my download with binarysend method. here is the code for an image ...
Create Rss feed from data in database
Billy Barth -
25 Apr 2007 4:10 PM - 5 messages
I would like to create a RSS feed from my Access Database. I have an Access table for news which has the article title, date, and story in it. What I would like to do is pull the data from there into an ...
Question about encrypted asp forms.
Brave -
25 Apr 2007 12:24 PM - 1 message
If I have an asp form that generates an email and the email that is generated is unencrypted, how is that resolved. Is it coding added to the form? Is it the server security settings? What dictates encryption? Sorry if this is a stuid question, but I am completely clueless. ...
share session data between asp and asp.net
Nayana Thara -
25 Apr 2007 11:23 AM - 2 messages
We have a web site where we have asp and asp.net. how can we share session data b/w the two environments. ...
share session data between asp and asp.net
Nayana Thara -
25 Apr 2007 11:22 AM - 2 messages
We have a web site where we have asp and asp.net. how can we share session data b/w the two environments. ...
Data mining?
Tom -
25 Apr 2007 8:31 AM - 2 messages
Hi all, I wonder if anyone can give me some help here. I have permission from a colleage to use some data from his website, now I need to take the data and intermingle some of the information with data from my database. I only have access to the HTML of the ...
IIS6 w3wc.exe memory usage.
Floris van Haaster -
25 Apr 2007 8:30 AM - 1 message
Hi all, I have a problem with our web servers and memory etc. We have one application pool with a few websites in it and the w3wp.exe is consuming about 800 mb memory now. First we had a rule for recycling the application every x minutes or when ...
Tool for converting Access Queries & Forms to ASP for Web ?
MyEmailList -
24 Apr 2007 8:32 PM - 3 messages
We have an Access data base with severl tables, queries and forms. We want to put it on the web. Is there a tool that will convert the Access queries and forms to ASP? Sorta like "splitting" the database... but instead of an Access Front ...
BinaryWrite and w3wp.exe memory leak
info -
24 Apr 2007 6:41 PM - 1 message
Hi. I try to download very large file using ASP and BinaryWrite. But ASP +W3WP allocates a lot of memory. I write the file using blocks. It works great in IIS4 and 5, does not work in IIS 6. Sample code causing the error is bellow. The code writes 100000B ...
using recordset object through session object
munusoni -
24 Apr 2007 1:06 PM - 2 messages
Hi everyone, i am using ASP 3.0 to create web pages for a college project and i am having problems in using recordset object through session object to pass data to all web pages.Anyone tell me how to make recordset and ...
asp file upload question
will.smothers@gmail.com -
24 Apr 2007 11:51 AM - 3 messages
All, I have two Windows Server 2003 boxes running IIS 6.0 webservers that host our proxy pac file. These two servers are behind a network load- balancer and house our corporation's Proxy PAC file. I am working on ...
Recordset paging headache .....
David -
24 Apr 2007 9:52 AM - 6 messages
Hi, I have always wanted to get the following working, but have never yet mastered it :-( I have an asp page which displays a list of records depending on what was selected via another form. I want to have these results broken down, displaying only 10 records, ...
Recordset paging headache .....
David -
24 Apr 2007 9:48 AM - 1 message
Hi, I have an asp page which displays a list of records depending on what was selected via another form. I want to have this form broken down, displaying only 10 records, with links underneath to display as 'Previous' and 'Next' ...
error handling - rolling back changes
brendan.wong@gmail.com -
24 Apr 2007 4:49 AM - 5 messages
hello. i'm trying to incorporate error handling into my application, but i've run into a dilemma. i've already performed 10 successful INSERTS, but on the 11th INSERT, the application fails for some reason (say for example, i tried to ...
we're all thisin together
fiansdf.illlll -
24 Apr 2007 4:44 AM - 1 message
sha nd we're all this in tgother ...
error handling - rolling back changes
brendan.wong@gmail.com -
24 Apr 2007 4:27 AM - 1 message
hello. i'm trying to incorporate some error handling into my web app, but i'm not sure how to go about it in this case. say for example, i already ran 10 INSERTS, then on my 11th INSERT, ...
Missing or Truncated Email Body Text - 2 Strange Examples...
RickVidallon -
24 Apr 2007 1:13 AM - 1 message
Missing or Truncated Body Text in Email Application - 2 Strange Examples... There is no earthly reason why this is happening! EXAMPLES HERE: [link] We have a scheduled task which runs every 5mins and sends pending ...
ASP Double click in buttons designed in dream weaver
Erik Adas -
23 Apr 2007 9:52 PM - 2 messages
Somebody can help me with the next problem. In an application with ASP pages and SQL Server 2000, there are buttons developed with dream weaver, in customer instalations those buttons work with double click and open the respective page, in our instalations, the same ...
Dynamically Creating repeating tables with ASP and CSS
marijuanated@gmail.com -
23 Apr 2007 3:39 PM - 3 messages
Hi All, I am generating a series of tables in CSS. The tables should repeat themselves for a number of times governed by a counter that is calculated at runtime by the ASP code. The problem is that I have used ...
asp page that query Exchange ldap attributes (Error 70 with External account)
ouistyty -
23 Apr 2007 2:59 PM - 2 messages
Hi We have a simple asp page that query LDAP attribrute. Everithing is working fine using a native domain account. but when using an external account we have an error 70, acces denie. Here's some basic info on our structure. ...
Dim inside Select case executes in any case?
aa -
23 Apr 2007 10:12 AM - 15 messages
Code like this ======================= Select case q Case "a" Dim arr(5) Case "b" ...
Braindump, cheat sheets for certifications exams mcse ccna.
jeff101 -
23 Apr 2007 8:43 AM - 1 message
Exam Prep site [link] is providing 30% to 50% exam questions, braindump, cheat sheets as a free sample and is helpful for the people who can’t spend money on the exam prep for ccna mcse and ...
AJAX
vinodkus -
23 Apr 2007 7:53 AM - 5 messages
hello Friend I dont know more about AJAX. Just I wan to know if I want to use AJAX. What I have require to install it. Can i use it with ASP? ...
inserting a footer at a regular inteval
aa -
23 Apr 2007 6:29 AM - 5 messages
If I have a set of documents on a letterhead with a header and footer and I want them in HTML look as they look on the paper - i.e. if a document is longer then one printed page, the footer and then the header are inserted - ...
VB ASP and SQL
Joe -
22 Apr 2007 8:28 PM - 2 messages
Hi, I am converting a VB .ASP using an Access Databese program to a VB .ASP using a SQL database, I am almost done There is one problem, I have a field which is a ntext (memo field in Access) that won't ...
LIMIT REGISTRATION
new2asp -
22 Apr 2007 4:30 AM - 2 messages
I am new to ASP, and I am trying to figure out how to create a registration form that can limit that amount of people who are signing up for an event. The form has to take in consideration the number of ...
|
|||||||||||||||||||||||