Place Selected Data From Listbox Into Global Variable
Question: I need to put a selected item from a drop-down listbox into a global variable. The listbox is named select1. Here is my code: When I go the next
Question: I need to put a selected item from a drop-down listbox into a global variable. The listbox is named select1. Here is my code: When I go the next
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
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
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
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
Question: Is there any way I can use ASP to get the date format on the server? I don’t want to return a date and then print it. I want
Question: Is it possible to find out the last modified date of a Microsoft Word file on a server, through an ASP page? Answer: Yes it is. Use the ‘DateLastModified’
Question: I’m trying to write an app that handles some complex mathematical functions, but am hitting a wall in regards to the int data type. I need to store and
Question: I am trying to access some PDF files in a database. I give the address of the file in the browser as an IP address. I am trying to