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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7823 - 7853 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7823
Hi! Being a novice in ASP, can I contribute to this team? ... and ... few...
visio_nist
Offline Send Email
Nov 2, 2006
5:54 pm
7825
I need help on reports. When I select one of the campuses it shows all the campuses in the excel spreadsheet. I know that I need to use the where clause but I...
tgmiller5
Offline Send Email
Nov 3, 2006
4:53 pm
7826
Hi. This is your code which display the option for user. you must add onchange event here to take effect after user make a selection. <select name="campuses"...
Agoes
untuk_milis_lagi@...
Send Email
Nov 4, 2006
1:28 am
7827
Hi to all Memebers! I am very new in ASP and I want learn asp though building my own registered site. If someone extends his best cooperation in this regard...
Visio nist
visio_nist
Offline Send Email
Nov 4, 2006
5:38 pm
7828
Most of us will be glad to help with any direct questions. Like what would you like to know about registered sites ? ... From: Visio nist To:...
Mischa Kroon
aemca_san
Offline Send Email
Nov 5, 2006
12:21 am
7829
Hi.. I like to know, is possible file save on database SQL Server? if you know that, please give me example.... thank Best Regards Hafidz Abdul Malik Arifin ...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 6, 2006
1:43 am
7830
lots to find on the internet like: http://support.microsoft.com/kb/258038 http://www.codeproject.com/asp/save_binary_data_to_sql.asp ... From: hafidz arifin ...
Mischa Kroon
aemca_san
Offline Send Email
Nov 6, 2006
7:45 pm
7831
Thanks to all for your help and advise: I am having another small challenge. I've written a program which combines a HTML form (using the SELECT and OPTION...
mccurdy_czz_rob
Offline Send Email
Nov 8, 2006
2:13 pm
7832
And I'm not sure you need the single quotes around your field name. That may be the cause since your DB may not see it as a field name, but rather a string...
Mark E
meckeard2000
Offline Send Email
Nov 8, 2006
2:45 pm
7833
Thanks Mark: You were absolutely right. I removed the single quotes and it works great now. Sincerely, Rob Mark E <meckeard2000@...> wrote: And I'm not...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Nov 9, 2006
5:39 am
7834
Mark: Once again thanks for your help. Although I already mentioned that things are working with my sort program, something strange is still happening. After...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Nov 9, 2006
7:10 pm
7835
Robert, You're very welcome. I'm always happy when I can help. Good news is that I know why this new error is ocurring. When you close your browser, you lose...
Mark E
meckeard2000
Offline Send Email
Nov 9, 2006
7:59 pm
7836
Mark: Once again you're absolutely right. Thanks a million. I should have thought of it myself. Since I'm still a beginner with ASP (teaching myself from a...
mccurdy_czz_rob
Offline Send Email
Nov 10, 2006
5:18 am
7837
Howdy friends: One more challenge to anyone who knows the answer. Although I know how to display all of the records in a recordset object (using 'Do While Not...
mccurdy_czz_rob
Offline Send Email
Nov 10, 2006
5:38 am
7838
This code is for paging with SQL Server database, if you'r use another database, you must change the connection. please save this code as paging.asp and...
Hafidz Pens
hafidz_pens
Offline Send Email
Nov 10, 2006
8:13 am
7839
please save in same folder and change database connection (this file is use SQL server database) Hafidz Abdul Malik Arifin ----- Original Message ----...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 10, 2006
8:17 am
7840
Dear Hafidz Pens: Thanks so much for your reply and especially for the program code. I took your code and changed the connection string and added different...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Nov 13, 2006
5:36 am
7841
I'm sorry becouse I'm forget to tell you thet if you will use button, you must change button propety ("onfilter") with "onclick". I Hope, It's no error Hafidz...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 13, 2006
9:22 am
7842
Hello, Rob, Did you check the bit in the Sam's book about record set paging? Andy ... _________________________________________________________________ Not as...
Andrew Thorne
yk_andy
Offline Send Email
Nov 13, 2006
12:01 pm
7843
Thanks alot. My program is working perfectly now. Sincerely, Rob hafidz arifin <hafidz_pens@...> wrote: I'm sorry becouse I'm forget to tell you thet if...
Robert McCurdy
mccurdy_czz_rob
Offline Send Email
Nov 13, 2006
3:55 pm
7844
I am new with asp and I am trying to develop an event registration form. So far, I can send the form information to access db. How can I limit registration to...
scottm03
Offline Send Email
Nov 14, 2006
6:29 pm
7845
This sql statement will retrieve the first table which doesn't yet have 10 people seated on it. select top 1 tablenumber, count(*) from tablename group by...
Mischa Kroon
aemca_san
Offline Send Email
Nov 14, 2006
7:21 pm
7846
Add a table with tablenumber and count column and check the count for the table before adding the individual and when you do add someone update the count foir...
Bob Filipiak
bobfilipiak
Offline Send Email
Nov 14, 2006
9:35 pm
7847
I added another table in my database called tblTable. All together my db is setup as listed below: How would I write the code to do the functions as you...
M Scott
scottm03
Offline Send Email
Nov 15, 2006
12:29 am
7848
Hey all: I've created an Access database table for a fictional electronics store containing info for various products like tvs, computers, dvd players etc. One...
mccurdy_czz_rob
Offline Send Email
Nov 17, 2006
7:24 am
7849
Hi Your SQL statement should be: strSQL = "SELECT productid,productname,description,price,image FROM products where keywords like '%" & str_product & "%';" ...
Damhuis Anton
antondamhuis
Offline Send Email
Nov 17, 2006
8:32 am
7850
As I know, name of field can't use space caracter. may you can check your query again. this field "productna me" must be change whit other name which no space...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 17, 2006
8:52 am
7851
Try with this set rsObj=conObj.Execute("SELECT productid,productna me,description, price,image FROM products where keywords like ' %" &str_product & "%'") ...
panigrahi radheshyam
radheshyam_p
Offline Send Email
Nov 17, 2006
12:16 pm
7852
dear all, can tell me the script for make reporting data to convert into PDF with asp script or with component? rgds, tedy [Non-text portions of this message...
softhome
dedalicom
Offline Send Email
Nov 17, 2006
10:54 pm
7853
Dear All, A Problem regarding converting an IP address to some userfriendly url I have a intranet site which is as follows http:\\83.0.0.6 now i want the user...
hemant
hemblast
Offline Send Email
Nov 18, 2006
12:49 pm
Messages 7823 - 7853 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