AllExperts > Active Server Pages Programming (ASP) 
Search      
Active Server Pages Programming (ASP)
Volunteer
Answers to thousands of questions
 Home · More Active Server Pages Programming (ASP) 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

 
 
 
About Ashley Brazier
(Top Expert on this page)

Expertise
Main focus is ASP, SQL Server 2000 & 2005

Experience
Over 6 years experience.

Education/Credentials
BCs Honours Software Design and Networks

   

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

SubjectDate AskedExpert

Primay key field violation11/9/2009robert mamayev
  Q: I have a doubt. I have designed a front end to enter book details. Back end is SQL server. Here i ...
  A: First of all, if possible, change your design!! Make a new column a primary key and use an ...
PayPal Payment processing? + ASP10/20/2009Ashley Brazier
  Q: I wanted to make a simple order processing website with ASP/VBScript with a backend database BUT i ...
  A: Yes its possible. This is the best place to start:- https://developer.paypal.com/ They have all the ...
Data in memory10/15/2009Ashley Brazier
  Q: In ASP if you have a grid on a page where the user will be adding data (rows). How can all the rows ...
  A: There is no full proof way of detecting if a user has left the site or closed the browser window. I ...
Visual Web Developer Express Edition10/14/2009Ashley Brazier
  Q: Greetings, I have recently downloaded and installed Microsoft Web Developer 2008 Express (along ...
  A: I'm not really an expert in this area but I will try and help. What is the difference between ‘New ...
Data in memory10/13/2009robert mamayev
  Q: In ASP if you have a grid on a page where the user will be adding data (rows). How can all the rows ...
  A: Richard, you can do the following: create a hidden variable counter. Initialize it to 0. When the ...
Data in memory10/13/2009robert mamayev
  Q: In ASP if you have a grid on a page where the user will be adding data (rows). How can all the rows ...
  A: Richard, the best way is to create an array of hidden variables and store the grid value in them. If ...
Software Developer Portfolio9/30/2009robert mamayev
  Q: I'm a entry level software developer, I have an interview with a company. They told me to bring my ...
  A: Beau, what they mean is to bring with you a complete list of projects you've worked on in the ...
data binding within textbox9/16/2009robert mamayev
  Q: I am designing a Library management System. I want a help from you. If a user id is entered into a ...
  A: For each textbox I would create a hidden input variable with the same index as your textbox. So, ...
Retrieves images from SQL in ASP.NET9/14/2009Ashley Brazier
  Q: I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET ...
  A: Sorry in the delay in getting back to you, been very busy at work. I came across this problem ...
asp in business9/3/2009robert mamayev
  Q: Do people still use classic ASP to build websites, or everyone moved into .Net realm? Which ...
  A: Yes, classic ASP is as popular as ever. For instance, @ work I keep on using classic ASP to code all ...
ASp/Javascript question9/2/2009robert mamayev
  Q: How do I use array in java script? Do you have an example?
  A: Creating an array is slightly different from creating a normal variable. Because JavaScript has ...
Upload, Edit and Read a Text File using ASP 3.05/8/2009Ashley Brazier
  Q: Can you give me a clear example of ASP 3.0 script that allows me to upload a text file to the web ...
  A: First of all you'll need to purchase a component that will allow you to upload files, if you google ...
bypass browser4/16/2009Ashley Brazier
  Q: Ashley: I am not sure who to ask, so I thought I might try you. Can you give me an idea of where ...
  A: The only way I can think of doing this is accessing the database directly, this would be the best ...
input validation3/28/2009Ashley Brazier
  Q: i m doing my final project in asp i have the following problems 1.if a form need numaric data so ...
  A: Two ways to do this, you can validate the form using Javascript, this is probably the best way. Or ...
Localhost credential error3/18/2009Ashley Brazier
  Q: Good day. Im a student who is practicing my degree as a programmer. Now i am trying to make use of ...
  A: Try this, go in to iis and right click on the default website and then click on properties. Click ...
Get inserted Record ID3/4/2009Ashley Brazier
  Q: I will Get Right to it. I am using classic asp pages to develop my site. I am trying to query the ...
  A: sql_insert = "set nocount on ; insert into reservas (turnier_id, firstname, lastname, xtel, xdni, ...
query database3/4/2009Ashley Brazier
  Q: I will Get Right to it. I am using classic asp pages to develop my site. I am trying to query the ...
  A: <% Dim Conn Dim SQLTemp Set Conn = Server.CreateObject("ADODB.Connection") Conn.connectionstring = ...
Weird ASP/DAtabase Error2/25/2009Ashley Brazier
  Q: I have a very strange error that I'm getting. I assume it is from the delete function because all my ...
  A: You say your index are getting screwed up? Are the primary keys? Any chance of sending a sample of ...
Convert string into date...using ASP2/12/2009Ashley Brazier
  Q: I am having trouble converting a string in the format of YYYY-MM-DD into MM/DD/YYYY. I tried using ...
  A: Your best bet is to check if its null before trying to display it. Is the error coming up on this ...
VBS onChange Run SQL statment2/6/2009Ashley Brazier
  Q: I am not sure if this can be done but I will ask. I have a List/Menu field "txtMan" that has VB ...
  A: If you were to do this in .NET it wouldn't be a problem as the onChange is an event on a control. ...
apostrophie error7/22/2008Ashley Brazier
  Q: if i input a name say O'neill in the User textbox insert statement produces an error.. Please can ...
  A: replace sSQL = "Insert into Detail values('" & Request("SerialNumber")& "', '" & ...
asp update7/16/2008Ashley Brazier
  Q: my update code runs and executes but does not update the database, can u please help. <% sSQL = ...
  A: if that didn't print anything out then there is something wrong with If Request("Submit") = ...
XML Parsing Continued6/3/2008Srini Nagarajan
  Q: I ran out of follow-ups so they made me ask a new question. :) The last example you gave me works ...
  A: I dedicated few hours for you and found the solution!! :) here is the issue <name>mp3 players & ...
XML Parsing Continued5/23/2008Srini Nagarajan
  Q: I ran out of follow-ups so they made me ask a new question. :) The last example you gave me works ...
  A: Sorry for i was away and just checking your email. when you get the XML from different Server thru ...
Installing a ASP web Application5/20/2008Srini Nagarajan
  Q: Can you please explain the steps to install a web application in a customer system. Is it necessary ...
  A: No need VS 2005 on customer system. All you need is build and publish the website it will ...
want help about crystal report4/16/2008Srini Nagarajan
  Q: how to call .rpt file in asp page ?
  A: give a try this reportname = "announceReport.rpt" 'This line creates a string variable called ...
Creating new entries into database4/4/2008Srini Nagarajan
  Q: The following codes insert a new entry into access database with default name as 'NEW: Click To ...
  A: Sorry for the delay in reply. Can you leave the name blank and while displaying you can replace the ...
Pessimistic Record Level Locking of SQL Table3/26/2008Srini Nagarajan
  Q: I have ASP front end application and SQL Server 7.0 backend database. When a user updates a record ...
  A: You need to do the following steps since you are using SQL server 7.0 and Classic ASP 1. First ...
storing radio button values in an array3/19/2008Srini Nagarajan
  Q: i retrieve 3 fields from a db. question1 option1 option2 question2 option2 ...
  A: What exactly you want the output? why do you want in array? What is the alert is displaying for you. ...
what is ADODB.stream3/16/2008Srini Nagarajan
  Q: I saw in your example code you wrote ADODB.stream but my VB.6 program don't have this data-type so ...
  A: You must use Microsoft ADO 2.5 and set it into the following project reference: dim rst as new ...
Using another db's tables3/14/2008Ashley Brazier
  Q: I have 2 separated SQL server databases on 2 machines: db1 on computer1 and db2 on computer2. I want ...
  A: Do you have login details for both databases? If you do you can set up a DTA data transformation ...
ASP Form3/11/2008Srini Nagarajan
  Q: I was wondering if you could help me. I'm looking to create a web form so that when the user fills ...
  A: Working with excel will be complicated, why don't you use Access database? Since excel can't handle ...
Open Crystal report 9 from ASP3/10/2008Ashley Brazier
  Q: I am a webdeveloper working in one of the county organization. I need some help in to open crystal ...
  A: Are you trying to open the .rpt file and then convert to pdf to print? if your just trying to view ...
Share data on a web page?3/10/2008Ashley Brazier
  Q: I call prospects and qualify them on the phone then pass them along to my client, a debt settlement ...
  A: I do not know of a company that does this, how ever if I have understood the scenario it wouldn't be ...
Share data on a web page?3/10/2008Srini Nagarajan
  Q: I call prospects and qualify them on the phone then pass them along to my client, a debt settlement ...
  A: if you search for "online contact form" you can see more list, few of them are ...
Session Timeout in IIS 63/7/2008Srini Nagarajan
  Q: We have a ASP application ported on Windows 2003 and IIS 6.0 After loggged in the application ...
  A: Sorry for delay in my reply Actually, none of the IIS configuration you mentioned, idle timeout or ...
ASP CDOSYS FORM3/6/2008Srini Nagarajan
  Q: My question is quite complicated & I don't know if I will explain it correctly - so I apologize up ...
  A: Sorry for the delay in reply. You can validate whether check box is checked before adding to email ...
cdosys3/4/2008Ashley Brazier
  Q: I dont know how send a mail with delivery notification from my asp page using CDOSYS
  A: This article should help you:- http://support.microsoft.com/default.aspx?scid=kb;en-us;Q302839 Just ...
hyperlink to open a disk file2/20/2008Ashley Brazier
  Q: In html page I can open a disk file with this code: <a ...
  A: where the files are kept you will have to set it so they are shared. If you reference it as file ...
errror to find username ldap adsi2/14/2008Ashley Brazier
  Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ...
  A: are you familar with IIS (Internet Information Services) You will need to do the following:- right ...

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


Questions by
Active Experts:
Ashley Brazierrobert mamayevSrini Nagarajan
Wilfred Mathews  

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.