Dear all: I have three questions for anybody who can answer. 1. I've written a ASP program which takes a user-imputed password from a form and searches a...
1 When talking about classic asp, usually a session is set like: session("loggedin") = "true" session("level") = 1 ' or higher then redirect or do the thing...
Hi.. I have question about print report. can ASP program make print report like cristall report? how to create ASP program like that, if every one know please...
Here's a question. Let's say you wanted to create a web site which contains many articles accessible via a keyword search feature. Is there any way for an asp...
hi use aspsmartupload utility. its a third paty tool coms with 2dlls only. Biplab ITC Infotech mccurdy_czz_rob <mccurdy_czz_rob@...> wrote: Here's a...
use activexviewer utility. through yhis u can connect to CR through ASP. hafidz arifin <hafidz_pens@...> wrote: Hi.. I have question about print report. ...
How can I use asp codes to create an event registration form that can control the amount of people registering? How would this work with the codes to database?...
you must count registration data and save at variable. and then create then function to compare variable count of registration fild with your variable (amount...
Hai, I have a doubt for How to Print or Export The CrystalReport in Client Computer Displayed In My C#.Net Serverside programming. I have a Coding to Print The...
Hello,
1. according to me, it's a normal logic.
when you compare the username+password that user input between the data in
the database
if user input the...
Agoes
untuk_milis_lagi@...
Dec 7, 2006 5:12 am
7876
I tried the code and got a type mismatch error: Here is my code" <% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" ...
it's a wrong sql query statement
sqlvar1="Select count(fname) FROM tblName WHERE tableno='1'; "
should be sqlvar1="Select count(fname) FROM tblName WHERE...
Agoes
untuk_milis_lagi@...
Dec 8, 2006 3:07 am
7880
before you use 'sqlvar1' variable, you must declarated it. type this code above the program dim sqlvar1,var1,var2 Hafidz Abdul Malik Arifin ... From: M Scott...
http://learnasp.com/freebook/asp/security2.aspx has some working code to do what you want. ... [Non-text portions of this message have been removed]...
It works, but it alway says 'There are no openings', no matter what the var2 value is. my databe has only 4 records. How could I make this work? Also, I...
You're never setting var1, so it's always considered less than 20 (in the variant world). Change your SQL query to give an alias to the field: sqlvar1="Select...
use http://www.aspupload.com/ http://www.scriptdungeon.com/script.php?ScriptID=15 Biplab ITC Infotech hafidz arifin <hafidz_pens@...> wrote: Can you tell...
Hey it worked. Is there a way to add other fields along with fname for a count. (ie) fname,lname, guest1, guest2. This information is filled out via a form and...
Just do it the same way: count(fname) AS FNameCount, count(lname) AS LNameCount, etc. Peter ... [Non-text portions of this message have been removed]...
Dear Friends, Any body can help me to send mail from form by using asp of CDOSYS, AspEmail 5.0.0.2, and etc Thanks & Regards, G.Kather Mohideen ... Find out...
I am developing a web application using ASP, JScript and ADO. While comfortable with what I am doing using those technologies, I must ask: how much would be...
The Object (CDO.Message) has several properties and methods that you must know: .From E-mail address of the sender .To E-mail address of the recipient .CC ...
mbelcher
AspClassicAnyQuestion...
Dec 10, 2006 10:59 pm
7891
Your variable declaration position is wrong. You Can Type this code: <% set conn=Server. CreateObject( "ADODB.Connectio n") conn.Provider= "Microsoft....
Hi.. I have image/bmp data at database. I want to display this image at my web. I have display code like this : Response.ContentType = rs("contentType") ...
Thanks for the ref. It's bookmarked for later use =] OK, so how about things like opening microsoft office doctypes, or adobe docs? Can ASP be used to do...