| Subject | Date Asked | Expert |
|
| Email Forms w/ASP, CDOSYS.... | 11/2/2006 | Jeff Allen |
Q: Okay...I see what you are saying. One thing I would like to do in the situation though is to be able ... A: Okay if the user is getting a different message then you would need second setup of the email. One ...
|
| Email Forms w/ASP, CDOSYS.... | 11/2/2006 | Jeff Allen |
Q: I have successfully created an online email form that will accept a user's input, and upon ... A: YOu can still do it on the single processing page. I would doit before the submit to the database ...
|
| ASP pages | 10/31/2006 | Jeff Allen |
Q: When I try to access ASP page my computer asks me if I want to download the page... When I use ... A: Are you developing the pages locally on your machine? If so, do you have all the Internet ...
|
| Connectivity of Multiple ASP Pages with Database | 10/26/2006 | Jeff Allen |
Q: I have multiple asp pages with each page getting some info from a particular user. I need to store ... A: There are really a number of ways to handle this if I understand you. You could actually store the ...
|
| ASP and crystal reports | 10/25/2006 | Jeff Allen |
Q: Can you tell me the steps for creating crystal reports and running on a live server for an asp ... A: Here's a couple of good articles on using crystal reports in classic ASP and ASP.NET ...
|
| page not found | 10/20/2006 | Jeff Allen |
Q: I am using Online exam application designed using ASP by some one. In this application, the asp will ... A: So if I understand you,you're saying that if the user hasn't finished the test and it stores the ...
|
| ASP opening incorrectly | 10/18/2006 | Jeff Allen |
Q: Hey there, I am a brand spanking new ASP programmer and am trying to get my head around its ... A: If you're running Windows XP do you have the version of IIS that comes with it installed? It sounds ...
|
| crystal reports in vb.net | 10/18/2006 | Jeff Allen |
Q: i am displaing a report. In that report having a group of persons like a cricket team. but all ... A: Have you seen this article ( http://www.codeproject.com/vb/net/CrystalReports_in_VBNET.asp ) dealing ...
|
| Add Gridlines in excel in asp.net | 10/12/2006 | Jeff Allen |
Q: I have query. How do i insert gridlines to my asp.net page. The scenario is that i have placed a ... A: If it is an HTML Table why not use a CSS rule todo this for you? Just give your table a class ...
|
| WHERE IS THE ERROR | 10/7/2006 | Jeff Allen |
Q: About the conection string in the example of Microsoft, I want to say its the same as I do but in ... A: Does the new server have the ASP ISAPI dll installed? If so, then Idon't know what to tell you other ...
|
| Database error in global server | 10/2/2006 | Jeff Allen |
Q: I am getting an error" Microsoft JET Database Engine error '80040e09' Cannot update. Database or ... A: Check out this post at aspfaq.com ...
|
| WHERE IS THE ERROR | 10/1/2006 | Jeff Allen |
Q: Kindly be informed that I developped a classic ASP page before long time ago, The operating system ... A: I'm not sure. I'd have to say it has something to do with the connection string itself. If you look ...
|
| Trouble shooting | 9/29/2006 | Jeff Allen |
Q: Code is like this. set rsRequests = Server.CreateObject("ADODB.Recordset") rsRequests.Open "SELECT ... A: Try using an INSERT INTO SQL string instead of a select, and also here: rsRequests.AddNew ...
|
| Database error in global server | 9/29/2006 | Jeff Allen |
Q: I am getting an error" Microsoft JET Database Engine error '80040e09' Cannot update. Database or ... A: Are we dealing with an MS Access, MySQL, or SQL Server Database here? Did you cut/paste or ...
|
| dbcs to unicode | 9/27/2006 | Jeff Allen |
Q: However, what the links show are using API in VB. I don't think we can call an API in ASP (I meant ... A: I don't know what else to tell you as I have never had to do this myself. However, you might try ...
|
| Form cursor | 9/26/2006 | Jeff Allen |
Q: Jeff, I've created several forms with multiple text boxes in each for input. User currently has to ... A: Why not just do this with JavaScript like so: Given that you have a form, and in that form you have ...
|
| dbcs to unicode | 9/26/2006 | Jeff Allen |
Q: I know the value of a character in "xx;xx;" but don't know its equal in the "xxxx;" format ... A: Why can't you use an API function in VBScript? I believe these two tutorials are doing it: ...
|
| dbcs to unicode | 9/25/2006 | Jeff Allen |
Q: I got a very difficult question! Given the code of a character in format "xx;xx;" where "xxx" ... A: There are a number of ways to do this really... but one of the easiest is with a function... THis of ...
|
| Using CDOSYS in ASP email for 1st time...can't resolve error... | 9/22/2006 | Jeff Allen |
Q: Jeff, It is working for me now, but I have a new request related to this issue that I received. I ... A: Well, now I have never had to do server authentication but Google has a lot of results where people ...
|
| ASP For DOM | 9/22/2006 | Jeff Allen |
Q: I have following problem in asp for dom Set objXML = Server.CreateObject("Microsoft.XMLDOM") ... A: Then I would think you're calling the root node of the XML document incorectly as there is no node ...
|
| ASP For DOM | 9/21/2006 | Jeff Allen |
Q: I have following problem in asp for dom Set objXML = Server.CreateObject("Microsoft.XMLDOM") ... A: Hmmm from this snippet I have to presume you have NL declared somewhere else so its not hat you ...
|
| data type mismatch | 9/15/2006 | Jeff Allen |
Q: I am receiving this following error message for this particular section of code. I am working on ... A: Actually I thinkit might be something else have you checked your SQL string against the database to ...
|
| Using CDOSYS in ASP email for 1st time...can't resolve error... | 9/14/2006 | Jeff Allen |
Q: Jeff, Experimenting with email form in ASP at http://hwashington.ccc.edu/oit/oitreserve.asp. ... A: Is there a specific Error code you are receiving? Have you looked at ...
|
| chart | 9/14/2006 | Jeff Allen |
Q: I have a report that retreive data from the database. Based on that data I want to create a report ... A: Have you looked at any of these great tutorials on HotScripts .com ...
|
| ASP basics | 9/7/2006 | Jeff Allen |
Q: Im new in ASP.I have only done HTML and Javascript as web langs.So I have interest in other advanced ... A: Okay, there are two basic answers here: Classic ASP: Most of the software you would need you may ...
|
| passing info to asp page | 9/5/2006 | Jeff Allen |
Q: I have looked for an answer for this for over a week and no-one seems able to help. My code looks ... A: Are we dealing with ASP.NET here? If so, 1.1 or 2.0? If we're not dealing with ASP.NET here and are ...
|
| ASP + JavaScript | 9/3/2006 | Jeff Allen |
Q: First of all I hope you have a good day. I'm a C# developer and I'm interested in leering ASP.Net. ... A: ASp.NET 1.1 or 2.0? I would presume the JavaScript is being placed in a Scripts folder inyour ...
|
| How to count the number of unique online visitors on one page | 8/26/2006 | Jeff Allen |
Q: 1. How to count the number of unique online visitors on one page at the same time? 2. How to create ... A: As for counting the onlinevisitors, are we using classic ASP for this or ASP.NET? And if we're ...
|
| Search by Date with DateAdd | 8/22/2006 | Jeff Allen |
Q: Well Im trying to make my search engine to post results according to the time that the user choose. ... A: Shouldn't you be using the DateDiff function for this though? So you would capture the current date ...
|
| .asp pages and .inc file | 8/9/2006 | Jeff Allen |
Q: Jeff, I created a member login (FrontPage) using .asp files as laid out in ... A: I went to the secure page you sent me to and the error I am getting says there is an include file ...
|
| Asp.net | 8/8/2006 | Jeff Allen |
Q: I designing one website in asp.net ,every new user have to create there login by feeling online ... A: It sounds like it could be one of several things. You could not be calling your stored procedure ...
|
| Forms | 8/7/2006 | Jeff Allen |
Q: I'm just starting with ASP and came to a dead end. I'm trying to create a simple page with a form ... A: Bobbie, actually it's fairly simple. First change your form method from "get" to "post". Secondly, ...
|
| Creating a downloadable file | 8/5/2006 | Jeff Allen |
Q: Been a novice I thought this wont be a problem to the experienced, yet have struggled to get a ... A: Well there is tons of stuff on how to dynamically create a folder in a given location like the one ...
|
| Date/Time extraction for ASP | 8/2/2006 | Jeff Allen |
Q: Sorry, but I know very little about ASP. I'm quite fluent with dBase and have noticed many commands ... A: Okay, let's say you wrote out the value for Now like so: <% response.write Now %> and this ...
|
| ASP | 7/31/2006 | Jeff Allen |
Q: Good day sir! It's me again.. I forgot to ask a question regarding: 1. exception handling 2. how ... A: First, functions and sub programs, here's a good example of how to call these, these will show you ...
|
| How to include aspx pages in ASP project | 7/25/2006 | Boster Sibande |
Q: I have a big ASP project. Now I want to include some pages which i have already created inaspx. So ... A: You have to make sure that you have properly configured virtual folders in IIS and aspx pages are ...
|
| binding, type-checking, scoping | 7/23/2006 | Jeff Allen |
Q: good day sir! can i ask what type of binding does ASP have, what are the characteristics of ASP's ... A: Scoping: By default, all object and component instances created in an ASP page (whether with ...
|
| ASP with SQL Server | 7/22/2006 | Jeff Allen |
Q: How to give the sql server database connection from asp programming in pc? A: Do you mean how to construct the connections string? If so, here's the standard SQL Server ...
|
| How to include aspx pages in ASP project | 7/22/2006 | Boster Sibande |
Q: I have a big ASP project. Now I want to include some pages which i have already created inaspx. So ... A: You can include ASPX pages in an ASP project in two ways. One, you can just create links to aspx ...
|
| browse button | 7/20/2006 | Boster Sibande |
Q: How can I create a browse button that can open up window explorer and get the directory path and put ... A: This is not straightforward in Visual Basic. You can use Windows API to achieve this by following ...
|