Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7864 - 7893 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7864
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...
mccurdy_czz_rob
Offline Send Email
Dec 2, 2006
10:13 pm
7865
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...
Mischa Kroon
aemca_san
Offline Send Email
Dec 3, 2006
5:45 am
7866
Hi, I am looking some information how to make asp files with adit and remove papges in my application. Thanks, Dan...
dan_ho73
Offline Send Email
Dec 5, 2006
8:46 pm
7867
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...
hafidz arifin
hafidz_pens
Offline Send Email
Dec 6, 2006
4:46 am
7868
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...
mccurdy_czz_rob
Offline Send Email
Dec 6, 2006
5:51 am
7869
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...
biplab senapati
senapati12345
Offline Send Email
Dec 6, 2006
2:28 pm
7870
use activexviewer utility. through yhis u can connect to CR through ASP. hafidz arifin <hafidz_pens@...> wrote: Hi.. I have question about print report. ...
biplab senapati
senapati12345
Offline Send Email
Dec 6, 2006
8:33 pm
7871
Can you tell me URL where can I Download this tools? Hafidz Abdul Malik Arifin ... From: biplab senapati <senapati12345@...> To:...
hafidz arifin
hafidz_pens
Offline Send Email
Dec 7, 2006
1:11 am
7872
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?...
scottm03
Offline Send Email
Dec 7, 2006
2:01 am
7873
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...
hafidz arifin
hafidz_pens
Offline Send Email
Dec 7, 2006
2:36 am
7874
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...
kumar vkkumar
vkkumar7
Offline Send Email
Dec 7, 2006
3:30 am
7875
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@...
Send Email
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" ...
M Scott
scottm03
Offline Send Email
Dec 8, 2006
12:36 am
7877
Could you tell me the Error Message! Hafidz Abdul Malik Arifin ... From: M Scott <scottm03@...> To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent:...
hafidz arifin
hafidz_pens
Offline Send Email
Dec 8, 2006
1:28 am
7878
Here is the error that I get: Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch: 'sqlvar1' /test.asp, line 18 hafidz arifin...
M Scott
scottm03
Offline Send Email
Dec 8, 2006
2:18 am
7879
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@...
Send Email
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...
hafidz arifin
hafidz_pens
Offline Send Email
Dec 8, 2006
5:05 am
7881
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]...
Charles Carroll
charlesmarkc...
Online Now Send Email
Dec 8, 2006
2:19 pm
7882
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...
M Scott
scottm03
Offline Send Email
Dec 8, 2006
9:46 pm
7883
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...
Peter Brunone
peter_brunone
Offline Send Email
Dec 9, 2006
4:26 am
7884
use http://www.aspupload.com/ http://www.scriptdungeon.com/script.php?ScriptID=15 Biplab ITC Infotech hafidz arifin <hafidz_pens@...> wrote: Can you tell...
biplab senapati
senapati12345
Offline Send Email
Dec 9, 2006
9:48 pm
7885
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...
M Scott
scottm03
Offline Send Email
Dec 10, 2006
2:44 am
7886
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]...
Peter Brunone
peter_brunone
Offline Send Email
Dec 10, 2006
6:30 am
7887
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...
KATHER MOHIDEEN
rose_child007
Offline Send Email
Dec 10, 2006
10:40 am
7888
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...
ceekaye_1
Offline Send Email
Dec 10, 2006
9:34 pm
7889
A progressive combobox control can also be done in good old asp. It can be done with javascript + xmlhttprequest. an example: ...
Mischa Kroon
aemca_san
Offline Send Email
Dec 10, 2006
9:48 pm
7890
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...
Send Email
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....
hafidz arifin
hafidz_pens
Offline Send Email
Dec 11, 2006
4:41 am
7892
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") ...
hafidz arifin
hafidz_pens
Offline Send Email
Dec 11, 2006
9:01 am
7893
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...
Christina Karlhoff
ceekaye_1
Offline Send Email
Dec 12, 2006
12:54 am
Messages 7864 - 7893 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help