I agree, from what I've read, JSON appears to be quicker than XML also. What I dont understand is how i return a name/value pair from an ASP page. All I know how to do from ASP is a response.write() on the page and the recordset gets returned as a String along with all the other HTML tags from...
Hello,
I have a simple form where a user inputs an account number into an input, on submit it uses Ajax to request information about that account from a database using a server-side ASP page. I am able to take the responseText and assign it to the innerHTML of an element in the page. My...
Hello,
I have a general question around the handling of columns with 2000+ characters. I have an ASP page with several textareas where the user can enter more than 2000 characters. When the user pulls an "existing" page with these textareas filled out, there is obviously a bottleneck. I have...
Hello,
I have a general question around the handling of textareas in ASP. I have a page with several textareas where the user can enter up to 2000 characters. When the user pulls an "existing" page with these textareas filled out, there is obviously a bottleneck. I have used Ajax a little to...
Hello,
I have a java listener application that runs on a windows 2003 server. It listens for raw ASCII data streams on a specified port and transforms and feeds the data into a DB2 database. Works great!. It is CRITICAL that this data is fed consistently throughout the day. If the listener goes...
I am building a web application in ASP that must have an "Offline" version. Essentially the client will request a set of records and the app builds an XML document with these records. The XML file needs to be placed on the client machine and then read and manipulated client-side until it is...
Hello!
I have an ASP app that serves as an Account Management system for sales representatives. I have included a function in the page that acts as "Filters" for the site. The filters are organized by the sales division hierarchy: Regions contain Districts contains Territories contains...
A person can only have 1 value per day column, so the other rows for that day are null. I could not figure out how to get that query to work so i converted them to numbers and i'm summing. I then just convert them back to the character equivs in a "decode" table. But, I really appreciate...
Hello!
I have a table which holds scheduling information about people. The way this table has to be built results in data that looks like this:
Person Monday Tuesday
-------------- ------------- -------------
Mary Fletchall SMR D9 -
Mary Fletchall SMR...
Both excellent solutions, Thank you!
Before I could even check the thread, i had already figured out a solution - essentially the same solution as LookingForInfo. I'm storing the original <td> that was clicked in a global variable, then swapping them out when the next is pressed.
Thanks...
Hello!
How can i dynamically update the bgcolor of all <td> in a document without assigning id's to all the <td>'s?
I have a table which has data in the <td>'s that when pressed, the bgcolor of that <td> should change, referenced by 'this'. Problem is not highlighting the one they press, but...
Hello,
I'm trying to connect to an Oracle 8i database via ODBC on Win2k. When i try to setup the system DSN, I get this error:
The Oracle(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.