Tip Bank

DevX - Software Development Resource

ASP Scrolling Through a Resultset

Question: How can I display groups of records (for example, the first 10 records), then allow the user to click Next to display the next set of records? I have

DevX - Software Development Resource

Creating a Callback Function Pointer

Question: I am using Microsoft Visual C++ 6.0 and am trying to create a callback function pointer to the public member of a class, but I keep getting the following

DevX - Software Development Resource

Functions Returning Arrays

Question: Is it possible for a function to return an array instead of a single value? Answer: No but, then again, you don’t really pass arrays as parameters, either. What

DevX - Software Development Resource

Using MS Office Objects From ASP Pages

Question: Is it possible to create a server-side object so that an ASP page can gain access to Microsoft Office information? I am trying to find a way to edit

DevX - Software Development Resource

DHTML Options Object Generation

Question: I tried loading two frames in the browser called “TOP” and “BOTTOM”. The “BOTTOM” frame loads a JavaScript file (j1.js) and another two frames in it called “LEFT” and

DevX - Software Development Resource

Using Form Elements in DHTML

Question: I am having a problem accessing the form elements that are inside a DIV tag. It works in Internet Explorer but not in Netscape. The alert comes in both

DevX - Software Development Resource

Retain Values in a Page in ASP

Question: Is there any way to retain values in a page (text box, check box, radio, and so on) after going to some other page and coming back? I don’t