First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
After Parenthesis in ASP Variables - Query
Hi, I'm wondering about variable declaration in ASP - is there a good resource for this? In naming variables, is there a way to include characters in a variable name after the parenthesis/variable in a loop? I have quite a few variables (e.g. strOut1_a, strOut2_a, etc) and thought a loop would be the best way to... 27 May 2008 15:56
Securing ASP app with session
I have been working on internal, intranet apps in the past few years, so I haven't needed to secure apps with a login/password and sessions like I did 8 or so years ago (I use Windows Auth now, which makes it easier)... Is using sessions still a practical, safe way to secure the backend of the apps? Or should ... 27 May 2008 14:22
WEBDAV - ASP, I am Struck!!
I am trying to read the folder list from another system which is in another domain using WEBDAV. It works fine in my local system. But when I uploaded the files in the test/production server which are having valid domain address like mywebsite.com , it gives the following error in the line, recRoot.Open "MyFol... 27 May 2008 00:49
LOL! Wonderful! But can write it easier...
First of all, that's a fun answer! But your JS code is using Math.Floor after adding 0.5, which is okay, but why not just use Math.Round?? Ehhh...but that's a trivial difference. Nice code. I've seen others do the same thing...in about 4 times as much code. ... 27 May 2008 11:13
Cannot Alert
Dear all, I have the following code which add a new record to database, after the record has been added. I want to prompt a message "Hello". But the following script does not promt. Response.Write("<script>") Response.Write("alert (""Hello"");") response.write("</script>") It ju... 27 May 2008 11:13
Wrong answer
"Neil Gould" wrote: Recently, .nLL <noone(a)here.com> posted: <%=2/33334%> returns 5.99988000239995E-05 how can i convert it to a n.nn ? VBScript: <%=Round(2/3334, 2)%> No, that will actually display simply 0 That's because his number, rounded to 2 decimal pl... 26 May 2008 05:01
Which version of Vista have IIS services?
Hi folks I need to choose Vista version, hopefully the lowest one like home edition, to have IIS services for some sql server feature to be active. Do you know which of those version have it. Thank you, Gene. ... 27 May 2008 09:39
A beginner question: Send Mail in ASP using CDONTS
Hi all, I had to write a page in ASP which sends an email. I googled and was able to write the following code: <html> <body> <% Set Mail = Server.CreateObject("CDONTS.NewMail") Mail.To = "XXXXXXXXXXXX(a)XXXXXX.COM" Mail.From = "YYYYYYYYY(a)YYYYY.COM" Mail.Subject = "Test MAIL Subject" Mail.Body = " ... 2 Jun 2008 04:36
Need ASP code for email attachments...
Hi all, Thanks for the suggestions for our club's initial bulkmail sending routines. I did read up on the use of ASP vs. a separate COM app such as ASPEmail, and determined that for our club's purposes the ASP code that loops through the data and sends individual messages vs. BCC performs adequately for simple m... 28 May 2008 15:49
DsGetDcName() failures
I have an application that uses DsGetDcName() to determine the sites (and domains) of servers in the network. I have found that DsGetDcName() fails rather often, and the reason(s) is not obvious. The typical error code is RPC_S_SERVER_UNAVAILABLE, although RPC_E_ACCESS_DENIED is popular, as well. Sometimes sim... 26 May 2008 00:19
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37