| Subject | Date Asked | Expert |
|
| Excel file is not creating from ASP page | 8/19/2004 | kevin maloney |
Q: i have a asp page which calls a VB DLL . In this VB DLL i am opening a excel file which contains ... A: Unfortunately there is a known problem automating Excel (or any other MS-Office applications) from ...
|
| String Convert | 8/18/2004 | kevin maloney |
Q: How do I change a string so the first letter is in uppercase and rest in lowercase? A: Ummm... well, a simple function would do it. Sub ProperCase(sString) If Len(sString) > 1 Then ...
|
| Call a function | 8/17/2004 | kevin maloney |
Q: How can I call a javascript function from inside a ASP Sub? A: Your question suggests that you may be confused. The first thing to be clear about is that web pages ...
|
| assign value | 8/11/2004 | kevin maloney |
Q: how to assign value from textbox to database under javascipt function? eg. once i press 'calculate' ... A: Client-side scripting occurs on the browser. In order to put something into the database, the form ...
|
| runtime error | 8/10/2004 | kevin maloney |
Q: if include vbscript under 'head' and javascript under 'body' will cause problem? cause i keep on ... A: The error is not occurring in the code that you sent, however the error is caused by what you are ...
|
| error | 8/10/2004 | kevin maloney |
Q: i face one problem in forum part,i have checked through related pages but still unable to find the ... A: Okay, the problem is occurring because in page "forumreply.asp" you are doing an incomplete test for ...
|
| movenext | 8/8/2004 | kevin maloney |
Q: i do in such way, rs.ActiveConnection = strconnect rs.Source = Sql rs.CursorType = 0 ... A: Think about what "movenext" and "moveprevious" do. They move one record at a time. What does your ...
|
| maximum id | 8/7/2004 | kevin maloney |
Q: how to display number base on the number exist in db?eg. memoId starts from 100,101,102, so when ... A: There is one conceptual error in your code, one small typographic error, and one major logic flaw. ...
|
| time comparison | 8/7/2004 | kevin maloney |
Q: i wish to display the list of employee that are late to work, whereby after 9:00 AM is considered ... A: The problem is because you are trying to compare a string to a date-time value. In string ...
|
| movenext | 8/6/2004 | kevin maloney |
Q: i can movenext to one record only from the below code, eg. 3 record, can move from first record to ... A: The problem seems like it's probably in some other section of code, where you open your recordset. ...
|
| Processing Web HTML form using ASP | 8/5/2004 | kevin maloney |
Q: I wanted to know how I can process an HTML form that gathers users data, using asp? I am used to ... A: First, wanted to clarify that you can use Perl on NT, if the product is installed on the server -- ...
|
| paging recordset not displaying the data | 8/4/2004 | kevin maloney |
Q: I am working on paging a recordset by using MSQL database. for some reason it wont display the ... A: The problem is that the first time through the page you need to pass the "seeking" parameter to the ...
|
| need set anything in database | 8/3/2004 | kevin maloney |
Q: sir, how i display the date automatically if previous I input the date like 2004-08-04 or we must ... A: If the date is in a database field, how it gets displayed depends on what data type the field is. ...
|
| how create new window | 8/3/2004 | kevin maloney |
Q: sir, how when I link to a new website with a new window without using javascript ... A: You can use the "TARGET" parameter of the "<A href>" tag to cause the URL to be opened in a new ...
|
| hide icon | 8/3/2004 | kevin maloney |
Q: sorry sir, i really stuck with the idea of 'instream'...please help, thanks..dear sir, i wish to ... A: There are two ways to accomplish what you are trying to do: 1) you can use a function the way you ...
|
| client or server | 8/3/2004 | kevin maloney |
Q: sir, in ASP date() is get from the client computer or from server computer,how i get the correct ... A: In server-side programming, the date and time functions return the date and time as defined on the ...
|
| hide icon | 8/3/2004 | kevin maloney |
Q: i wish to hide login icon if user already login himself, this is identified by having his login time ... A: Youve created a function to check whether the user is logged in, but 1) you didn't return a value ...
|
| export database table to text file | 8/2/2004 | kevin maloney |
Q: yes! it works after i disable the script blocking in Norton...:D..Thousand thanks to you sir.... can ... A: You asked > can i know is there any script that > can be blocked by the script blocking > in ...
|
| Pass Name, Value Information From One Page To Another | 8/1/2004 | kevin maloney |
Q: I want to pass name, value information from one page to another. I am aware of the Methods Post and ... A: In ASP you can use the "Response.Cookies" collection to store information that gets written down to ...
|
| export database table to text file | 7/31/2004 | kevin maloney |
Q: sorry for keep on disturbing...but after i amend everything as you mentioned, the page still can't ... A: Well, your note doesn't contain anything that shows me what the current version of the pages looks ...
|
| export database table to text file | 7/30/2004 | kevin maloney |
Q: the page can't finish loading...i have sent you the sample code in .doc file and database as well to ... A: There were four problems in the two files you sent me: 1) in file "datastore.asp", you had a line ...
|
| export database table to text file | 7/29/2004 | kevin maloney |
Q: i am unable to load the page.. it's like you can see the progressing bar there running half way and ... A: It's possible that an error is occurring, but nothing visible is being displayed. One thing to check ...
|
| export database table to text file | 7/28/2004 | kevin maloney |
Q: I have tried to export data from attendance table to text file by using sample given from LearnASP, ... A: First, if it's not working it should display an error message. What is the error message? Second, ...
|
| database connection | 7/27/2004 | kevin maloney |
Q: How are you . Sir how we connect database to our webpage please send me full detail aslo if there is ... A: It sounds to me like you need a beginner's tutorial in how to use a database from ASP. Luckily there ...
|
| sending E-mail with ASP | 7/26/2004 | kevin maloney |
Q: I work with ASP3 I want in my site, when users registered, their information sent to my e-mail . In ... A: There is no one universal way to send email from ASP. It depends on how the server is set up. If you ...
|
| give solutions to Do the... | 7/24/2004 | kevin maloney |
Q: give solutions to Do the easy validation of asp pages ? A: This is a relatively long and involved subject, but your question is not detailed enough to answer. ...
|
| Database Perfomance in asp | 7/24/2004 | kevin maloney |
Q: I have a database with 6000 records in the website because of that My Pages are very slow what may ... A: First, in general 6000 records is not very many records for an Access database and should perform ...
|
| pass value | 7/22/2004 | kevin maloney |
Q: let say i have rs("ExistAl").value..so i intend to pass this value to function updateleave so that ... A: First, I'm assuming that you have some form field called "ExistAnnual" -- is it a textbox? If so, if ...
|
| Chronological Date Order | 7/22/2004 | kevin maloney |
Q: Firstly I'd like to thank you for helping me out with my previous question. Now, here is my next ... A: It turns out that it isn't trivial to sort the results of a filesystemobject directory listing, but ...
|
| parseInt | 7/20/2004 | kevin maloney |
Q: i have add in parseInt but it seems the DeductedAnnual value and Unpaid Leave value cannot be ... A: uuuh... no, no no. like this: function checkstuff(){ if ...
|
| Dynamic and Recursive Folder Listings | 7/20/2004 | kevin maloney |
Q: What I am trying to achieve here is as follows: I have a base directory in which all other files ... A: You say you get "Main()" displayed on the page... wow, that's weird. Let's back up and ask a few ...
|
| Dynamic and Recursive Folder Listings | 7/20/2004 | kevin maloney |
Q: What I am trying to achieve here is as follows: I have a base directory in which all other files ... A: In ASP you use the "file system object" (aka FSO) to work with directories and files. This object ...
|
| Best server-side programming | 7/19/2004 | kevin maloney |
Q: In your opinion, what server-side programming language do you think is best? A: The answer to this question (like all questions) totally depends on many other issues. Every ...
|
| calculation | 7/19/2004 | kevin maloney |
Q: can you check this function why when ExistAnnual>=10 it will produce error and if ExistAnnual<10, it ... A: The "value" property of a textbox is a string. String comparison is done in alphabetical order. In ...
|
| default button | 7/19/2004 | kevin maloney |
Q: how to make a button to become a default button? thanks... <input type="submit" name="combutton" ... A: There is no browser-independent technique for making a button a "default" button, except the trivial ...
|
| validation | 7/19/2004 | kevin maloney |
Q: how to validate for date text field so that it will not contain 'character' value? i have tried this ... A: If you are using VBScript (as you are in your example) then it is extremely easy to validate a date ...
|
| form | 7/17/2004 | kevin maloney |
Q: I have a form . I want this form be closed after 10 minutes(automatically).do you have an idea about ... A: First, it's typically not easy to "close" a form if it's the primary browser display; you can ...
|
| ASPs | 7/17/2004 | kevin maloney |
Q: How do I make a .EXE database file accesable (add and modify records) over the internet? I heard ... A: I'm not totally sure I understand your question. You describe something called "a .EXE database ...
|
| Javascript in ASP | 7/17/2004 | kevin maloney |
Q: I would like to share with you some more of my doubts : 1) On the net, I have noticed (by viewing ... A: You asked: > 1) On the net, I have noticed (by viewing source) > that most of the sites have been ...
|
| Javascript in ASP | 7/17/2004 | kevin maloney |
Q: I would like to know if I use vbscript in my code, then would it work where the browser is Netscape? ... A: You asked > I would like to know if I use vbscript in my > code, then would it work where the ...
|