AllExperts > Experts 
Search      

Active Server Pages Programming (ASP)

Volunteer
Answers to thousands of questions
 Home · More Questions · Question Library  · Free Encyclopedia ·
More Active Server Pages Programming (ASP) Answers
Question Library

Ask a question about Active Server Pages Programming (ASP)
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
   

You are here:  Experts > Computing/Technology > Business Software > Active Server Pages Programming (ASP)

SubjectDate AskedExpert

Email Forms w/ASP, CDOSYS....11/2/2006Jeff 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/2006Jeff 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 pages10/31/2006Jeff 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 Database10/26/2006Jeff 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 reports10/25/2006Jeff 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 found10/20/2006Jeff 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 incorrectly10/18/2006Jeff 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.net10/18/2006Jeff 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.net10/12/2006Jeff 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 ERROR10/7/2006Jeff 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 server10/2/2006Jeff 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 ERROR10/1/2006Jeff 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 shooting9/29/2006Jeff 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 server9/29/2006Jeff 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 unicode9/27/2006Jeff 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 cursor9/26/2006Jeff 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 unicode9/26/2006Jeff Allen
  Q: I know the value of a character in "&#xxx;&#xxx;" but don't know its equal in the "&#xxxxx;" format ...
  A: Why can't you use an API function in VBScript? I believe these two tutorials are doing it: ...
dbcs to unicode9/25/2006Jeff Allen
  Q: I got a very difficult question! Given the code of a character in format "&#xxx;&#xxx;" 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/2006Jeff 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 DOM9/22/2006Jeff 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 DOM9/21/2006Jeff 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 mismatch9/15/2006Jeff 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/2006Jeff 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 ...
chart9/14/2006Jeff 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 basics9/7/2006Jeff 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 page9/5/2006Jeff 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 + JavaScript9/3/2006Jeff 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 page8/26/2006Jeff 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 DateAdd8/22/2006Jeff 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 file8/9/2006Jeff 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.net8/8/2006Jeff 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 ...
Forms8/7/2006Jeff 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 file8/5/2006Jeff 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 ASP8/2/2006Jeff 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 ...
ASP7/31/2006Jeff 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 project7/25/2006Boster 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, scoping7/23/2006Jeff 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 Server7/22/2006Jeff 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 project7/22/2006Boster 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 button7/20/2006Boster 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 ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10  |  Next      All


Questions by
Active Experts:
Ashley BrazierSrini NagarajanWilfred Mathews
   

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.