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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 4054 - 4083 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4054
i have a page with 80 listboxes. the user selects from them and submit the answers. after submit i post the page to an another asp page and loop the request...
coslxldx
Offline Send Email
Feb 2, 2004
11:30 am
4055
What happens if the person doesn't select an item from all 80? If the person doesn't select an item it seems like you would get the error. Also what happens...
Mike Schelling
duyenkim001
Offline Send Email
Feb 2, 2004
11:38 am
4056
Forward this to your friends - lets pack the house for this event BRING IN 4 OR MORE PEOPLE and we will be giving great prizes to you and everyone you...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Feb 2, 2004
12:11 pm
4057
hai, first u assign ur coding in one string,then u execute ur code. like this <% numa=request("n1") numb=request("n2") set...
preetha venkii
veprecee_2003
Offline Send Email
Feb 2, 2004
12:50 pm
4058
Check your statements: for i = 1 to 80 t = insert into a(a) values(request.form(i)) response.write t &"<br>" ' conn.execute t next ... ...
Michael Brinkley
mbrink1111
Online Now Send Email
Feb 2, 2004
4:22 pm
4059
Hello everyone, Am using VBScript in ASP for my website and am wondering if anyone has code snippets that outline grabbing a visitors IP address and/email ...
Shawn Harrison
shawnyharrison
Offline Send Email
Feb 2, 2004
8:19 pm
4060
That sounds sneaky to me, and I think it's a good way to alienate your site visitors. I'd say it's better present a form ask the site visitor to type his...
Cynthia Leslie
cynthialeslie
Offline Send Email
Feb 2, 2004
8:24 pm
4061
Hi Everyone, I am displaying few items in a list box. I would like to write some code or submit the form, when the user double click on any of the items in the...
Bhaskar Reddy
rbr_75
Offline Send Email
Feb 2, 2004
11:12 pm
4062
... I have a signup procress that is initiated on server1 (from a click). The actual sign up process is on server2. At the end of the sign up process, I need...
Parul Agarwal
parulag05
Offline Send Email
Feb 3, 2004
3:46 am
4063
how to search a string in database (asp program) please any bodies know abt the details send reply immediately. thanks in advance...
veprecee_2003
Offline Send Email
Feb 3, 2004
6:57 am
4064
Assuming you're using SQL to run queries against the database, look at the LIKE operand. Dan Visit www.diado.com for free ASP.Classic classes, articles, links...
Powderhill, Daniel
danaspelite
Offline Send Email
Feb 3, 2004
9:40 am
4065
... You could post the data as XML and then get an XML string back to parse as results. ~Brad Kingsley Microsoft MVP - ASP/.Net Windows 2000 MCSE ...
Brad Kingsley
sbradk
Offline Send Email
Feb 3, 2004
12:38 pm
4066
InStr(str) http://www.devguru.com/Technologies/vbscript/quickref/instr.html ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web...
Michael Brinkley
mbrink1111
Online Now Send Email
Feb 3, 2004
5:17 pm
4067
do like this <% uid=request("N") pwd=request("P") set mycon=server.createObject("ADODB.CONNECTION") MYCON.OPEN ("1000.mdb") for i = 0 to 1000000 ...
preetha venkii
veprecee_2003
Offline Send Email
Feb 4, 2004
5:23 am
4068
try to modify coding like this. <% uid=request("N") pwd=request("P") set mycon=server.createObject("ADODB.CONNECTION") MYCON.OPEN ("1000.mdb") for i = 0 to...
preetha venkii
veprecee_2003
Offline Send Email
Feb 4, 2004
5:26 am
4069
hello mention ur doubt in asp or asp.net Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now. [Non-text portions of this message...
preetha venkii
veprecee_2003
Offline Send Email
Feb 4, 2004
7:02 am
4070
... I am displaying few items in a list box. I would like to write some code or submit the form, when the user double click on any of the items in the list...
Parul Agarwal
parulag05
Offline Send Email
Feb 5, 2004
3:21 am
4071
Hi everyone. I am trying to update a databse record which contains images. When the user selects the record to update I am having problem showing the current...
Grinwald, Uri
u_grinwald
Offline Send Email
Feb 5, 2004
9:29 pm
4072
hello, i am sandeep.please give me idea about how ASP can be run on microsoft .please send response quickly ...
sandeep avhad
sanavhad
Offline Send Email
Feb 6, 2004
12:33 pm
4073
Hi, Anyone out there can you plse help? I have a form with a date field to be updated using ASP to a MS Access database, but failed whenever the field is left...
c08052003
Offline Send Email
Feb 6, 2004
12:33 pm
4074
I'm guessing that this was a typo putting the code into the email, but the apostrophe before the code request.form("Deldate") should be within the double...
Powderhill, Daniel
danaspelite
Offline Send Email
Feb 6, 2004
12:42 pm
4075
Also, if it's Access, shouldn't you be surrounding the date in hash signs not apostrophes? I certainly had to when I was programming in VB6 with an access...
Powderhill, Daniel
danaspelite
Offline Send Email
Feb 6, 2004
12:49 pm
4076
I have to FTP any ASP pages before I can see the results. Hope this helps. ... From: AspClassicAnyQuestionIsOk@yahoogroups.com Date: Friday, February 06, 2004...
Sharon Solesbee
yabedabedooda
Offline Send Email
Feb 6, 2004
1:30 pm
4077
your code: ... ,"' request.form("Deldate") & "')" is missing a & and the quote is in the wrong place. Try: ... ,'"& request.form("Deldate") & "')" And if the...
Michael Brinkley
mbrink1111
Online Now Send Email
Feb 6, 2004
3:25 pm
4078
You need personal web server pws software for running asp on your home machine for development purpose if you are not using IIS.In simple words if you are...
Madhav Joshi
madhavjj
Offline Send Email
Feb 7, 2004
12:32 am
4079
Hi Joshi! I have IIS 5.1 installed. However, I'm not quite sure how to use it yet. It seems to be such a complicated thing. It might even be corrupted now...
Sharon Solesbee
yabedabedooda
Offline Send Email
Feb 7, 2004
2:12 am
4080
hi i am facing a problem with my iis. when i try to run my .asp pages i am receiving following error message. http error 500 page can't be displayed please...
ruby first
ruby_first2003
Offline Send Email
Feb 7, 2004
7:40 pm
4081
There can be thousands of reasons for this. However start with this. 1.Just make a one or two line simple asp page and put it in your web.Try to see this page...
Madhav Joshi
madhavjj
Offline Send Email
Feb 7, 2004
11:46 pm
4082
Have some courage and patience. Just loading and uninstalling IIS will not help you. After installing if your IIS is not working, then find out why it is not...
Madhav Joshi
madhavjj
Offline Send Email
Feb 7, 2004
11:56 pm
4083
Hi i am new over here... and i am glad to see that there is place like this and people that would help others in ASP. i have been forced to leran JavaScript...
Ensarija
ademomer
Offline Send Email
Feb 8, 2004
12:52 am
Messages 4054 - 4083 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