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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6668 - 6697 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6668
hi all, i have 132 checkboxes in my form, i need to check the user shouldnot click more than 4 checkboxes and i should add checked values in the database.hw to...
Jegatha
jose_ph_84
Offline Send Email
Sep 1, 2005
11:25 am
6669
I made a pulldown from a db with a list of items. Whenever I select one of them and submit in the same page will appear some detail but the item shown inside...
Valter
valt76
Online Now Send Email
Sep 2, 2005
2:48 pm
6670
I made a pulldown from a db which is display some items from a list. When I select one and I submit, it shows me in the same page some details abt the selected...
Valter
valt76
Online Now Send Email
Sep 2, 2005
2:55 pm
6671
hi its so simple... do as follows: You are poping up the pull down menu from DB and you must be doing it using While or Do While etc. put this code under while...
Shahbaz Hussain
baz1491
Offline Send Email
Sep 3, 2005
2:39 am
6672
Dear All, Can i send mails using outlook object in asp? My requirement is there are a list of email ids, (which are queried from the database), and separate...
Aswin Nair
aswin_s_nair
Offline Send Email
Sep 3, 2005
10:16 am
6673
You can't access the outlook settings from the person viewing your website. This won't be possible in any other language / technology. If this could be done...
Mischa Kroon
aemca_san
Offline Send Email
Sep 3, 2005
10:57 am
6674
Dim oOutLookApp As New Outlook.Application Dim oOutlookNameSpace As Outlook.NameSpace Dim newMail As Outlook.MailItem Set oOutlookNameSpace...
aswin nair
aswin_s_nair
Offline Send Email
Sep 3, 2005
11:27 am
6675
Sorry, i messed up with the previous mail.. Please find some vb source as follows:: Dim objSession As MAPI.Session Dim objMessage As MAPI.Message Dim...
aswin nair
aswin_s_nair
Offline Send Email
Sep 3, 2005
11:32 am
6676
Hi Aswin, Thought I might be able to help. One of my websites uses aspformmail from http://www.pd9soft.com/ which you just customise in a few places to your...
Heather Richardson, E...
asp_newbie_uk
Offline Send Email
Sep 3, 2005
12:38 pm
6677
Hello, i am asked that i am get or show code of asp in any web site. please tell me that how can get code of asp in other web site. Thanks for all...
kako_00000
Offline Send Email
Sep 4, 2005
1:22 pm
6678
Do you mean you want to get another sites asp code ? Then this is not possible. You can get another sites html output. If you are looking for the source of an...
Mischa Kroon
aemca_san
Offline Send Email
Sep 4, 2005
1:43 pm
6679
You can't. ASP code is run on the server and generates HTML and you cannot see or access the actual code. Mark kako_00000 <kako_00000@...> wrote: Hello,...
Mark E
meckeard2000
Offline Send Email
Sep 4, 2005
4:45 pm
6680
hey! Mischa... it is POSSIBLE to get source code of any rremote website.... but look it is really very serious matter if you want to get web content of any...
Shahbaz Hussain
baz1491
Offline Send Email
Sep 4, 2005
5:02 pm
6681
I will be out of the office from Monday, August 29th, through Labor Day, September 5th. If you need to reach me, please leave a message at (301) 754-2458 and...
Matthew Bernstein
matthewberns
Offline Send Email
Sep 4, 2005
10:37 pm
6682
thank you very much buddy.. regards, aswin ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. ...
aswin nair
aswin_s_nair
Offline Send Email
Sep 5, 2005
5:14 am
6683
hi friendz, am creating a site for students project.in that if required i can download a project which may be of any format for ex.php. how to do this using...
karthee_smart
Offline Send Email
Sep 5, 2005
10:08 am
6684
Hai All!!! I m going to develop "Online test" for our internal use. It should take random questions from the database. It consists of Mutiple choice...
Seetha
poojsee
Offline Send Email
Sep 6, 2005
6:42 am
6685
soory u cont get the ASP code as it is the Sever side technology to make the html page dynemic. u can get the code of clint side that is HTML but not of sever ...
shivendra kaushik
k_kaushik2002
Offline Send Email
Sep 6, 2005
3:09 pm
6686
Hello, I am getting this error. error '80020009' /courseeval/business/summary1.asp, line 249 my code is Sub GetAnswerPlus(QC) Dim ANSWERS(), Acount Dim QTYP ...
Ananda Rajeurs
rajeursananda
Offline Send Email
Sep 8, 2005
1:29 pm
6687
Hai Please specify the error description Seetha ... & ";" ... line ... </b></td>" ... <BR>"...
Seetha
poojsee
Offline Send Email
Sep 9, 2005
4:12 am
6688
RS.Close means you cannot access the RS after the close. http://www.learnasp.com/learn/propertyexpense.asp is best solution ... [Non-text portions of this...
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 9, 2005
4:22 am
6689
I have created a script that dynamically creates content. It is supposed to send A newsletter once a week. My problem is that is keeps sending the same ...
floor bamboo
floorbamboo
Online Now Send Email
Sep 9, 2005
5:59 am
6690
Show us the code so we can identify the logic error in the code....
Charles Carroll
charlesmarkc...
Online Now Send Email
Sep 9, 2005
1:26 pm
6691
Hello I am creat Web Page in Extensions asp. And i am get free web space in that web site (( www.websamba.com )( www.Somee.com )( www.GlobalWeb.com )(...
kako_00000
Offline Send Email
Sep 9, 2005
2:40 pm
6692
Most are only for PHP pages, its a hard lesson that I learned early on......The best I have found is www.1asphost.com, the other set so many restrictions that...
Albert A. Hocking III
albertahocking
Offline Send Email
Sep 9, 2005
3:23 pm
6693
Hi all, I have the following code below saved in CreateXML.asp as my file name. <%@LANGUAGE="VBSCRIPT"%> <% Response.Buffer = False Response.ContentType =...
christopher andrada
chrisandrada
Online Now Send Email
Sep 9, 2005
7:11 pm
6694
Hai All!!! I m going to develop "Online test" for our internal use. It should take random questions from the database. It consists of Mutiple choice...
Seetha
poojsee
Offline Send Email
Sep 10, 2005
6:04 am
6695
Hai All!!! Can anyone teach me how to write an asp script to randomly retrieve a set of records from the database? I want to randomly select records from a MS...
Seetha
poojsee
Offline Send Email
Sep 10, 2005
8:31 am
6696
hi all, i want know without cdonts how to send mail in ASP? if there is any method plz convey me,its urgent thanks in adv Jegatha ... Yahoo! India Matrimony:...
Jegatha
jose_ph_84
Offline Send Email
Sep 12, 2005
5:53 am
6697
cdosys / 3rth party components. aspmail / aspemail ... just google a bit for more free components. Or have a look which components are supported by your...
Mischa Kroon
aemca_san
Offline Send Email
Sep 12, 2005
7:00 am
Messages 6668 - 6697 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