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 =...
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...
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...
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: ...
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,...
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...
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!...
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...
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....
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...
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...
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]...
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...
rsObj.PageSize=numeric value as per your requiremnet for i=1 to rsObj.PageCount response.write i & " " next rsObje.AbsolutePage=request.querystrin("pageno") GJ...
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...
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...
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...
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...
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...
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...
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...
VB4 and VB6 should co-exist perfectly happily on the same machine. I'm not sure about Crystal Reports though. Dan ________________________________ From:...