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

 
 
 
About Srini Nagarajan
(Top Expert on this page)

Expertise
I can answer any kind of questions in ASP.NET, C#, VB.NET, SharePoint 2007, ASP, Coldfusion, Powerbuilder 7.00 / 8.00, JAVA servlets, MS SQL 2000 / MSSQL7, Sybase

Experience
Contact me if you need any custom development on ASP.NET, ASP, SharePoint 2007, Coldfusion, Powerbuilder.
   

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

SubjectDate AskedExpert

PageCount7/18/2006Boster Sibande
  Q: Below is SEARCHRESULTS.asp: 'connection & dims all above - not shown Set myRS = ...
  A: I quickly went through your code because I don't have much time at the moment and I noted that the ...
ASP - multiple radio buttons7/18/2006Jeff Allen
  Q: Is the same case for radiobuttons,bcoz this simple syntax is bot working,i did this way before ...
  A: You should be able to do anything you want based on the value of the radio button selected because ...
Trim text in DB when displaying as HTML7/17/2006Jeff Allen
  Q: I use ASP to scrape the contents of a webpage and store it in a database(the source site only ...
  A: Yeah to do this you would use the MID function in ASP. So, using your example, if you knew the ...
DB Connection7/17/2006Boster Sibande
  Q: Im new in asp programming i created 1 html form and used ASP to fetch the info from HTML form and ...
  A: There are several causes of this error. Some of them are as follows: -Incorrect path to a database ...
disable ie menubar7/15/2006Boster Sibande
  Q: but i ve generated datagrid through coding in asp.net where should i put window.open code?i ve added ...
  A: There must be a caller of your page. So the easiest way is to create a simple caller page e.g. ...
ASP - multiple radio buttons7/13/2006Jeff Allen
  Q: I hav a simple 2 radio buttons when i click the first one i want to generate a diff query based on ...
  A: From this snippet it looks like you are not checking for any value on the checkbox. Is the value ...
ASP with AutoNumber7/10/2006Jeff Allen
  Q: <tr><% While Not myRS.EOF %> <td><a href="detail.asp?id=<%= myRS("Br_ID") %>" target="_self"><%="BR" ...
  A: Okay, we're not really making sense here. If you are querying two tables I doubt you're using the ...
error 5007/9/2006Jeff Allen
  Q: My question is why does error 500 appear on my browser when i type this on my firefox web browser ...
  A: To answer what the cause of the error in your code is I would need to see your ASP code. So send me ...
ASP with AutoNumber7/8/2006Jeff Allen
  Q: I have the format of the AN in Access set as: "Br"0000, and in another table the AN set as: ...
  A: How are you passing the query strings? Usually, with querystrings you would see something like this ...
asp7/2/2006Jeff Allen
  Q: what is the use of Server.HTMLEncode( Request("username") ) in asp?
  A: There are many special characters that must be encoded to be viewed in HTML. Examples of these are: ...
Site Search6/27/2006Jeff Allen
  Q: Please i want code for internal site search,and i want to know how i use it. thanks alot i am really ...
  A: Google has a free site searc that you can sign up for here: http://www.google.com/services/free.html ...
Help need in text populated6/26/2006Jeff Allen
  Q: Yes, my question is when just type in a patient number and have it load the LastName, FirstName ...
  A: Well, if you are looking to have it repopulate the fields once you have done the submit to the ...
Help need in text populated6/26/2006Boster Sibande
  Q: I am wondering if you would help me with this? I am using _vbscript or _javascript with ...
  A: I am sorry, I can't do the actual project for you but I can share ideas with you. Here is what you ...
Help need in text populated6/22/2006Boster Sibande
  Q: I am wondering if you would help me with this? I am using _vbscript or _javascript with ...
  A: Basically, the idea would be: Whenever someone submits data on the form, you have to check the ...
Help need in text populated6/22/2006Jeff Allen
  Q: I am wondering if you would help me with this? I am using _vbscript or _javascript with ...
  A: So are you saying you just want it to put all the data back in the same fields afteryou have ...
asp6/18/2006Boster Sibande
  Q: Could you please assist in asp, i am a k-8 student and i need to learn asp to participate in a ...
  A: The best starting point for ASP are the tutorials. The following are some of the best ASP tutorials ...
ASP Image loading,6/17/2006Jeff Allen
  Q: I am creating a website with a gallery in it. I want to just have to dump images into a directory ...
  A: What have you tried so far? Since this isn't coming directly out of a database I am wondering if a ...
Dynamic runtime textboxes and inserting these retrived boxes value into database.6/16/2006Boster Sibande
  Q: First of all thanks for ur generosity to help me... I have already applied the counter but problem ...
  A: Create a hidden integer field and assign objRS.RecordCount to it. The hidden field will help you to ...
Dynamic runtime textboxes and inserting these retrived boxes value into database.6/15/2006Boster Sibande
  Q: I am first retrieving value dynamically in textboxes, which are also generated dynamically..it is ...
  A: You are having the same name on textboxes because you are not changing the name of a control when ...
IP Address6/10/2006Jeff Allen
  Q: I need to show visitor's IP address upon my site. I know VB.Net up to intermediate level. Kindly ...
  A: There's got to be a number of ways of doing this... Although I am no VB.NET guru by any means. One ...
Connectivity of Multiple ASP Pages with Database6/5/2006Jeff Allen
  Q: Jeff.I've a doubt in my devlopment of ASP Applicatio.My project has more than Ten ASP Pages and each ...
  A: What I generally do in this case is to set up two files, dbConnOpen.asp and dbConnClose.asp. I can ...
Birth date6/1/2006Jeff Allen
  Q: i am new in developing with active server page so i would like to know how could i make the birth ...
  A: Well that depends on how you are doing it. Are you using Arrays to hold the months, days and years? ...
Design and database connection/parameter issues5/29/2006Jeff Allen
  Q: I am having some trouble figuring out how I would accomplish this. Code would be greatly ...
  A: My apologies, bu stored procedures are a bit out of my range at moment. However, I can recommend two ...
Interfacing ASP with MSSQL5/24/2006Jeff Allen
  Q: Great, with a few edits I was able to get it to work. For some reason the Set commands generated ...
  A: Remember ASP is server side and JavaScript is client side so the short answer is no, you can't store ...
Interfacing ASP with MSSQL5/24/2006Jeff Allen
  Q: I am attempting to use ASP to retrieve information stored in a MSSQL database. I want to login to ...
  A: Well, you'd need a couple of things like the login name and password set for the database (which I ...
About API12/11/2005Srini Nagarajan
  Q: is there any way to use ASP to call API? i need to know who logged in to my web page by comparing ...
  A: what type of api you need to call? if so you need to have enough rights to execute the api from your ...
asp+crystal report11/24/2005Srini Nagarajan
  Q: Hai, How can i open the Seagate crystal report in asp. i.e., I have created a crystal report and ...
  A: Here is the steps At first, Crystal Reports has its own object for generating the report. If you ...
Excel Report in New Browser From Asp.Net,Vb.Net11/16/2005Srini Nagarajan
  Q: I am working in NOUS Infosystems, Banagore, India. In my current project I face some critical ...
  A: Try this <INPUT style="Z-INDEX: 117; LEFT: 604px; WIDTH: 73px; POSITION: absolute; TOP: 449px; ...
Error on database connections11/15/2005Srini Nagarajan
  Q: Srini, I am currently working on our companies website. I have included a form to collect user's ...
  A: I was busy thats why not able to reply imdtly... Here is the sample sql connection string without ...
ASP and Time11/13/2005Srini Nagarajan
  Q: Is there a way to display current time at the server (second by second)without refreshing the page, ...
  A: here is the working version <script type="text/javascript"> var currenttime = "<%= Now()%>" //SSI ...
Error on database connections11/10/2005Srini Nagarajan
  Q: Srini, I am currently working on our companies website. I have included a form to collect user's ...
  A: Don't use ODBC driver... it need right permissions on the files use JET database here is the sample ...
Export data to PDF from ASP page11/9/2005Srini Nagarajan
  Q: Our company use ASP pages for UI calling Crystal Report 9.0 for report and access SQL 2000 for ...
  A: You can do that.... you can dynamically create PDF on the fly using ASP/SQL2000. You have to buy ...
asp+vbscript11/8/2005Srini Nagarajan
  Q: How to create Reports using ASP and VBScript.
  A: What kind of reports you want to build? Crystal reports? or simple HTML reports? if you want build ...
asp11/7/2005Srini Nagarajan
  Q: i have 5 check boxes with names a,b,c,d,e i have one more check boxwith name "selectall" if i ...
  A: use Javascript for that <html> <head> <script> <!-- Begin var checkflag = "false"; function ...
ASP and Time11/6/2005Srini Nagarajan
  Q: Is there a way to display current time at the server (second by second)without refreshing the page, ...
  A: Here is the simple code <HEAD> <SCRIPT LANGUAGE="JavaScript"> var timerID = null; var timerRunning ...
Crystal Report11/4/2005Srini Nagarajan
  Q: "Object reference not set to an instance of an object" error occurs when i simply places the ...
  A: Sorry for the delay... This error message appears because there is no virtual directory for the ...
ASP .Net deployment Issue - Please help11/2/2005Srini Nagarajan
  Q: This is what I want to do: let's say you have a web project web1.csproj within a solution file ...
  A: You can not change the location of the code behind file by modifying the CodeBehind to includes the ...
need business telephone software custom designed10/30/2005Srini Nagarajan
  Q: Where can I find a software designer/writer to develop business telephone software custom designed ...
  A: There are plenty of software availble in the market. You can check the following link... it may help ...
graph10/18/2005Srini Nagarajan
  Q: sorry but i don quiet understand that... u mean in the for loop i can fix it?well... my question ...
  A: Okay, Here is what I understand, you need common values like 5,10.... If you need that in the loop ...
graph10/17/2005Srini Nagarajan
  Q: yupe... thanks for the advice/... it is the conversion thg.. and i already convert both to double... ...
  A: You can convert in your for loop For i = 0 To chartValuesArr.Length - 1 if ...

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.