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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 8192 - 8221 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8192
Hi All, I've made this ASP page which will take the form data and check specific TABLES for existence of record. If either data exist it will set the Final...
javediq_143
Offline Send Email
Mar 17, 2008
9:15 am
8193
Hi All, I've made this ASP page which will take the form data and check specific TABLES for existence of record. If either data exist it will set the Final...
javediq_143
Offline Send Email
Mar 17, 2008
9:22 am
8194
You don't open a recordset object when useing an insert query. So you can't close it. You only get an open recordset object back when doing a select query....
mischa kroon
aemca_san
Offline Send Email
Mar 18, 2008
10:29 am
8195
Hi All, I'm back again with another problem. I want to create an ASP page, lets name it as "Main", which will have one Select Box. When user change this box,...
javediq_143
Offline Send Email
Mar 25, 2008
11:19 am
8196
So your problem is reading the ajax object or adding the html to the form based on the value of the Ajax object. If adding the html to the form is the problem...
mischa kroon
aemca_san
Offline Send Email
Mar 25, 2008
12:46 pm
8197
Oh wait pardon for reading your e-mail incorrectly. you can only communicate javascript --> vbscript in an Ajax fasion so if you want to build the form...
mischa kroon
aemca_san
Offline Send Email
Mar 25, 2008
12:50 pm
8198
shivendra kaushik wants to talk with you using the new Yahoo! Messenger: Accept the invitation by clicking this link: ...
k_kaushik2002@...
k_kaushik2002
Offline Send Email
Mar 27, 2008
1:58 pm
8199
Hi friends, I am new to ASP & ASP.NET. I am trying to add a new record with a Photo in the Ms-Access MDB file. But I am not able to do it. Is there any way I...
Hitesh
hiteshsgb
Offline Send Email
Mar 28, 2008
9:58 am
8200
I ran in to an issue with an outdated and unsupported classic asp upload compenent and moved to a code sample I found here: ...
Mark E
meckeard2000
Offline Send Email
Apr 1, 2008
5:23 pm
8201
Norton Antivirus sometimes blocks this as suspicious activity....
Charles Carroll
charlesmarkc...
Offline Send Email
Apr 1, 2008
10:05 pm
8202
Hello, Whenever I have come across this problem it is because the FileSystemObject is blocked on the server. It seems that people think this is too powerful a...
Andrew Thorne
yk_andy
Offline Send Email
Apr 2, 2008
11:37 am
8203
Hi All, Im creating a User registration form in ASP. User can register his/her username with the following condition to be met; the username must not contain...
javediq_143
Offline Send Email
Apr 5, 2008
2:50 pm
8204
Hello Everyone, I am developing a website, which has online registration with 2 Images to be uploaded with the profile.. Please Note: I will be restricting the...
Hitesh
hiteshsgb
Offline Send Email
Apr 6, 2008
6:05 am
8205
the best way, upload image to folder, save image name in DB. I would also sql server not Access. Tony... ... will have ... folder on the ... into the ... ...
Tony Trapp
flashmaster_0
Online Now Send Email
Apr 6, 2008
6:19 am
8206
Hi all, I got a very good code for uploading the Photos to a folder on my server. This code than copies the name of the JPG file into the MDB database file, as...
Hitesh
hiteshsgb
Offline Send Email
Apr 7, 2008
8:39 am
8207
<td align="left" height=10 valign="top" width=327><%=rs("School photo") %></td> needs to be: <td align="left" height=10 valign="top" width=327> <img...
Charles Carroll
charlesmarkc...
Offline Send Email
Apr 7, 2008
2:33 pm
8208
Andy / Charles, After much debate, it turned out to be our internal security. Apparently a change was made and applied some restriction preventing me from...
Mark E
meckeard2000
Offline Send Email
Apr 7, 2008
10:17 pm
8209
Hi Charles, First of all I am sorry for posting the same question in all the groups, I will not do that again. The code sent by you is working very much fine....
Hitesh
hiteshsgb
Offline Send Email
Apr 8, 2008
10:08 am
8210
Hi All, Im back again but you guys will be glad to know that my previous problem of Regular Expression (see Going Wrong with Regular Expression) has been...
javediq_143
Offline Send Email
Apr 8, 2008
4:35 pm
8211
I am trying to add email to my application written in vbscript. If I don't use the .body tag I see my digital signature. But adding the objMail.body tag...
Harpreet
hsayal
Offline Send Email
Apr 8, 2008
6:40 pm
8212
hi plz help in .net and oracle connectivity via stored procedures thanks in advance. bye...
amitleo81
Offline Send Email
Apr 9, 2008
2:55 pm
8213
No reason to ask here. Your question was answered in http://groups.yahoo.com/group/AspNetAnyQuestionIsOk by Dean. If the answer was not complete enough...
Charles Carroll
charlesmarkc...
Offline Send Email
Apr 9, 2008
3:02 pm
8214
I am setting up a web site to be able to upload images. The upload works fine, and I can get the file name out of the string. What I need to do is seperate the...
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 12, 2008
5:13 pm
8215
You could use the Split function, like this: ' Split the string into a two-element array aFileName = Split(sFileName, ".") ' Take the first element of the...
Peter Brunone
peter_brunone
Offline Send Email
Apr 12, 2008
8:04 pm
8216
Additionally you could use the Left function in combination with the InStr function (to get the position of the dot), or if you're concerned that the filename...
Peter Brunone
peter_brunone
Offline Send Email
Apr 12, 2008
8:06 pm
8217
Actually found the Split function right after I posted this, and that works fine for what I am doing. Thanks for posting though. ... the InStr ... that the ......
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 13, 2008
12:40 am
8218
I am using aspupload to upload images to a web site. One of the things I want to allow is for the user to enter a caption to go along with the picture. I have...
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 13, 2008
12:44 am
8219
Are you trying to get the caption with the normal Request.Form object, or are you using the Form property of the AspUpload control as recommended in the...
Peter Brunone
peter_brunone
Offline Send Email
Apr 13, 2008
2:55 am
8220
That fixed it. Thanks for the advice. I was trying to just do an cap=request("txtCap1") and it was the wrong method. Mike ... object, or ... recommended in ......
Darth Mikey D
darth_mikeyd
Offline Send Email
Apr 13, 2008
4:09 am
8221
I should give you an edge case where this won't work if you have a file named: myfile.with.multiple.points.gif.bak then this wont work. You could use the split...
mischa kroon
aemca_san
Offline Send Email
Apr 13, 2008
3:03 pm
Messages 8192 - 8221 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