I'm not sure if this is more of an asp question or an sql question. If I write a program which retrieves a series of articles from a database based on a user...
I have a default web page that allows anonymous access. A "login" button on this ASP page posts an action to a virtual directory that is configured for basic...
I have a feedback form in which i have put javascript to ensure that none of the fields kept blank. Though I am getting blank mails as shown below. What cud be...
If the cleint has scripting turned off your script will never get used. You should check for blanks at the server. Try the following code after assigning...
Hello, I am getting unspecified error when I run my page Error is pointing at last line (colored) Dim conn Dim rs Dim ConnectionString ConnectionString =...
Hi, I recently migrated from w2k server to wins 2003 server. When I try to login my web, it's taking more than 20 seconds to logon. any idea or sugesstions...
I am using following code to upload a file using aspSmartUpload. I have used 2 functions to check the file extension and file size. The function to check file...
Guys, this is new to me so please bear with me... I have a website written in vb6 using the WebClass component which geneates asp, i also have iis 5.0, what i...
hi all, i recently joined this. i am a learning ASP. facing difficulty in Storing a record into the database. pl. let me know or help me by sending any...
Hi, i am new to this so please bear with me... I have got a vb6 application using a WebClas component, which when compiled generates an asp page, this is...
Quite a few easy samples at http://learnasp.com/freebook/asp/?caller=utilitybelt§ion=Databases involving updates. The samples all have been tested and run...
I have 2 domains(domain1 and domain2) and I want to use a common file (common.htm) inside an asp page in both domains. common.htm is lying in domain1. So I am...
Hi Its been a while since I worked with ASP, but as far as I know it is not
possible.
Include files still needs to be processed but the web site. Thus...
Hey thanks! Your code resolved my problem. However i have slighly modified it because it gave me error on the line: Call PDebugXML (Replace(Server.HTMLEncode...
Glad it worked. Sorry about the PDebug
In our development environment we can set a Session variable that would
either display the debug information or not, and...
Hi Aravind: I am also fairly new to asp. I've been writing a bunch of programs for practise and I have just the thing to help you. Below is the code for a...
Hi, Try to check the year field from the table rollno and make sure that you use the number type not the text type. and try this query. Set...
Agoes
untuk_milis_lagi@...
Jan 29, 2007 1:37 am
7923
Dear All, can help about access folder with asp. i have problem couldn't delete my file with asp. or any body have the script about it please share thks ...
agustri mild7
agustri.mail@...
Jan 29, 2007 3:52 pm
7924
Anybody who can help: I am trying to write a program which takes any number of keywords entered into a form, splits them into an array (using the split ...
Hi, Use IN select command ex:- Select * from <table Name> From <table name> Where <fieldname> In(Keywords seperated by comma); This will display all the...
Thanks for your suggestion. However I'm not sure if this will work. For example if I use the command: select * from mytable where name IN ('John','Bill') this...
Here is a stab. Hold the 'key words' in a table. Loop through each 'keyword' in the table and pass it to a function that uses it in a query such as: Select...
Okay I set up a solution with a project in InterDev 6.0 and when I try to check in the project (Project - Source Control - Add to Source Control... - OK), it...
dear all, can tell me how to code to get text (captchure text) from image. like scan text from image with omnipage from scanner. rgds, tedy [Non-text portions...