| Subject | Date Asked | Expert |
|
| PageCount | 7/18/2006 | Boster 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 buttons | 7/18/2006 | Jeff 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 HTML | 7/17/2006 | Jeff 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 Connection | 7/17/2006 | Boster 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 menubar | 7/15/2006 | Boster 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 buttons | 7/13/2006 | Jeff 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 AutoNumber | 7/10/2006 | Jeff 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 500 | 7/9/2006 | Jeff 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 AutoNumber | 7/8/2006 | Jeff 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 ...
|
| asp | 7/2/2006 | Jeff 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 Search | 6/27/2006 | Jeff 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 populated | 6/26/2006 | Jeff 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 populated | 6/26/2006 | Boster 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 populated | 6/22/2006 | Boster 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 populated | 6/22/2006 | Jeff 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 ...
|
| asp | 6/18/2006 | Boster 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/2006 | Jeff 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/2006 | Boster 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/2006 | Boster 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 Address | 6/10/2006 | Jeff 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 Database | 6/5/2006 | Jeff 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 date | 6/1/2006 | Jeff 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 issues | 5/29/2006 | Jeff 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 MSSQL | 5/24/2006 | Jeff 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 MSSQL | 5/24/2006 | Jeff 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 API | 12/11/2005 | Srini 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 report | 11/24/2005 | Srini 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.Net | 11/16/2005 | Srini 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 connections | 11/15/2005 | Srini 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 Time | 11/13/2005 | Srini 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 connections | 11/10/2005 | Srini 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 page | 11/9/2005 | Srini 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+vbscript | 11/8/2005 | Srini 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 ...
|
| asp | 11/7/2005 | Srini 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 Time | 11/6/2005 | Srini 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 Report | 11/4/2005 | Srini 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 help | 11/2/2005 | Srini 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 designed | 10/30/2005 | Srini 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 ...
|
| graph | 10/18/2005 | Srini 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 ...
|
| graph | 10/17/2005 | Srini 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 ...
|