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 7175 - 7204 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7175
Hai all, I am using the following code to send mail, <% Dim iMsg Dim iConf Dim Flds 'Const cdoSendUsingPort = 2 Const cdoSendUsingPort = 2 Const strSmartHost =...
Jegatha
jose_ph_84
Offline Send Email
Mar 1, 2006
8:10 am
7176
Can anyone show me how to code a paging functionality in a page having 25 records displayed per page. I have 2 recordsets and i only want to display the...
goriojuan
Offline Send Email
Mar 2, 2006
2:08 am
7177
Hai all, In my application ,i just posted values to a webserver.I just opened the webserver and posted the values,now i should set time out for this...
Jegatha
jose_ph_84
Offline Send Email
Mar 2, 2006
6:47 am
7178
Hi, Lots of good articles written on this subject: http://www.google.com/search?hl=en&lr=&q=paging+in+asp Mark goriojuan <gary.john.bondoc@...> wrote: ...
Mark E
meckeard2000
Offline Send Email
Mar 2, 2006
12:12 pm
7179
<% @Language=VBScript %> <HTML> <HEAD> <TITLE>Arzoo Textile Mills Ltd.</TITLE> </HEAD> <BODY> <% Dim connection Dim ISql,SConnString ISQL="Insert into Items...
mehmood_brothers
mehmood_brot...
Offline Send Email
Mar 2, 2006
1:27 pm
7180
This is usually a permissions issue. Google has tons of info on it: ...
Mark E
meckeard2000
Offline Send Email
Mar 2, 2006
1:32 pm
7181
http://learnasp.com/freebook/asp/DoLoop3.aspx shows one way. anyone dealing with Long running tasks should know about: ...
Charles Carroll
charlesmarkc...
Offline Send Email
Mar 2, 2006
1:57 pm
7182
hello all, This is a snippet of a code I have to add an entry in a table. Set QWIP = Server.CreateObject("ADODB.Recordset") QWIP.Open passed_tbl_name,...
qa_director_2003
qa_director_...
Offline Send Email
Mar 2, 2006
9:15 pm
7183
If it worked it would perform horribly. EVAL is very expensive and you are doing it n times. .addNew is much more expensive that an .Execute of an INSERT INTO...
Charles Carroll
charlesmarkc...
Offline Send Email
Mar 3, 2006
2:48 am
7184
Thanks Charles, I rewrote the entire routine using INSERT INTO in the interest of efficiency. That works beautifully. Thank you for pointing out my bad habits!...
qa_director_2003
qa_director_...
Offline Send Email
Mar 3, 2006
3:29 am
7185
Pax et Bonum! I have an ASP application and I have a problem regarding QueryString. Consider the following scenario: This the URL that links mypage1 to mypage2...
Erwin Rommel Felix 20...
lordmasterch...
Online Now Send Email
Mar 3, 2006
11:26 am
7186
It looks OK, but you use Trim(), so, maybe get rid of Trim() since it's designed for strings and with a querystring you can't pass a space without encoding it....
Tom
ttmallard
Offline Send Email
Mar 5, 2006
2:03 am
7187
Why not go with cint(request.querystring) instead of trim in this case. you will want to make sure its an int. if your looking for an id. then check for 0 if...
Mischa Kroon
aemca_san
Offline Send Email
Mar 5, 2006
2:40 am
7188
Thanks! Luckily, i have figured a work around in my problem. ... [Non-text portions of this message have been removed]...
GJ
goriojuan
Offline Send Email
Mar 8, 2006
12:37 am
7189
For your validation try this: a) Key Field does NOT contain embedded spaces (e.g. "A M") Replace(var1, Chr(13), "") b) Key Field value should not already exist...
GJ
goriojuan
Offline Send Email
Mar 8, 2006
1:59 am
7190
Sorry for the confusion...the text in blue is the correct ASCII ... [Non-text portions of this message have been removed]...
GJ
goriojuan
Offline Send Email
Mar 8, 2006
2:01 am
7191
Use this: FormatDateTime(CreateDate, vbLongDate) ... [Non-text portions of this message have been removed]...
GJ
goriojuan
Offline Send Email
Mar 8, 2006
3:00 am
7192
Try using .HTMLBody instead of .TextBody since your using CDO.Message ... [Non-text portions of this message have been removed]...
GJ
goriojuan
Offline Send Email
Mar 8, 2006
3:03 am
7193
Maybe this column ("ItemCode") needs no value cause it might be auto-numbered in the back-end ... [Non-text portions of this message have been removed]...
GJ
goriojuan
Offline Send Email
Mar 8, 2006
3:10 am
7194
Can you enteract with the IIS6 session timer so that you may warn a user that their session is about to time out? Also, our application has the session timer...
bef218
Offline Send Email
Mar 8, 2006
2:06 pm
7195
IN ASP You can use LCID Propery of Session Object as(SESSION.LCID=2057) IN SQL You Can Use Convert(varchar(10),'Your Date Column',105) GJ...
panigrahi radheshyam
radheshyam_p
Offline Send Email
Mar 10, 2006
2:32 pm
7196
rsObj.PageSize=numeric value as per your requiremnet for i=1 to rsObj.PageCount response.write i & " " next rsObje.AbsolutePage=request.querystrin("pageno") GJ...
panigrahi radheshyam
radheshyam_p
Offline Send Email
Mar 10, 2006
2:39 pm
7197
ideally full time salary permanent, will consider consulting gigs of 4-8 months. I aw willing to work anywhere in the world, or any state in the US (but have...
Charles Carroll
charlesmarkc...
Offline Send Email
Mar 10, 2006
2:44 pm
7198
Hi Everyone, I have 3 fields that need to remain apart for usability reasons. However, when a user submits the form I would like to take these three fields and...
j_energy
Offline Send Email
Mar 10, 2006
8:51 pm
7199
Thanks for the suggestion I finally had a friend help me through this last night. If it helps anyone in the future, I ended up using the following vb in the...
j_energy
Offline Send Email
Mar 10, 2006
8:53 pm
7200
Our site is hosted on shared sql and web servers. I have session set in my code to 60 minutes. Unfortunally it seems as though our host is terminating the...
j_energy
Offline Send Email
Mar 10, 2006
9:21 pm
7201
On the server since these are using the same name you'll get a collection for Request("SumofItems"), so, do a For-Each loop and when you extract them use...
Tom Mallard
ttmallard
Offline Send Email
Mar 11, 2006
1:27 am
7202
Hi All, I have found code that I've got working nicely ... the dynamic listbox (http://www.learnasp.com/freebook/asp/listdynamicdb.aspx). The function code is...
Ian
imac2112
Offline Send Email
Mar 13, 2006
5:51 am
7203
Hi, I have a very peculiar requirement for my application. I have to install Microsoft Visual Basic 4.0 and 6.0, Seagate Crystal Report 6.0 and 8.0 on the same...
Sreenath KR
sreenathmca
Online Now Send Email
Mar 13, 2006
8:13 am
7204
VB4 and VB6 should co-exist perfectly happily on the same machine. I'm not sure about Crystal Reports though. Dan ________________________________ From:...
Dan Powderhill
danaspelite
Offline Send Email
Mar 13, 2006
9:12 am
Messages 7175 - 7204 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