Forum: ASP Dec 22nd, 2008 |
| Replies: 8 Views: 1,258 Ooops my bad i only say a few lines and just assumed it was CDONTS.
If your getting a 500 error, you need to turn off Friendly HTTP Error Messages and stop using IE :P |
Forum: ASP Dec 22nd, 2008 |
| Replies: 8 Views: 1,258 Don't use CDONTS... it was replaced years ago by CDOSYS. |
Forum: ASP Dec 22nd, 2008 |
| Replies: 1 Views: 686 Cache can improvement as it uses less database calls.
Cache will always use more memory but if you do it properly it does help improve speed. |
Forum: ASP Dec 7th, 2008 |
| Replies: 9 Views: 5,129 That is ASP.Net, and that is completely different from ASP. Might want to pay attention next time. |
Forum: ASP Nov 29th, 2008 |
| Replies: 9 Views: 5,129 |
Forum: ASP Nov 27th, 2008 |
| Replies: 2 Views: 751 |
Forum: ASP Nov 27th, 2008 |
| Replies: 1 Views: 717 So you want someone else to do all the work for you?
I suggest you take a look at all the tutorials on aspin.com or hotscripts.com |
Forum: ASP Nov 27th, 2008 |
| Replies: 1 Views: 1,244 ASPX is ASP.net and not ASP.
Please post in the correct forum. |
Forum: ASP Nov 19th, 2008 |
| Replies: 1 Views: 879 This topic really isnt related to ASP but....
Is IIS set to the default wwwroot folder? (C:\inetpub\wwwroot) |
Forum: ASP Nov 19th, 2008 |
| Replies: 1 Views: 806 ASP does not use a Bin folder.
You would have to register the DLL with the .net server in a command line (i cant remember). But even then, the dll would still need to be coded correctly to... |
Forum: ASP Nov 19th, 2008 |
| Replies: 4 Views: 4,059 You guys do release you posted this in a ASP forum. ASP and ASP.NET are COMPLETELY different languages.
If you want to pass your .Net class, don't get the two confused. |
Forum: ASP Nov 19th, 2008 |
| Replies: 9 Views: 5,129 You guys sure give up easy :)
I wrote this little script for you guys, examples included.
<%
'Fetch and save this image
Call... |
Forum: ASP Nov 18th, 2008 |
| Replies: 9 Views: 4,153 Any version of IIS will run ASP.
IIS 5.0 is extremly old. |
Forum: ASP Nov 18th, 2008 |
| Replies: 1 Views: 820 You should post this in the ASP.Net section
http://www.daniweb.com/forums/forum18.html |
Forum: ASP Feb 7th, 2006 |
| Replies: 1 Views: 1,561 http://www.google.com
Tons of examples! |
Forum: ASP Feb 3rd, 2006 |
| Replies: 3 Views: 1,969 I have helped you. I sent you a link to a tutorial that teaches you have to search a database.
Im not going to code it for you. |
Forum: ASP Feb 2nd, 2006 |
| Replies: 3 Views: 1,969 Check out this tutorial i wrote a while back, it should help:
http://www.iportalx.net/show_tutorial.asp?TutorialID=672 |
Forum: ASP Jan 25th, 2006 |
| Replies: 1 Views: 1,370 What do you mean by carring over to another page?
Also use <% = Recordset1("FIRST") %> |
Forum: ASP Jan 25th, 2006 |
| Replies: 9 Views: 23,751 You can not disable the boxes. They are part of the browser and there is nothing you can do to disable them.
No code in the world can disable them. |
Forum: ASP Jan 25th, 2006 |
| Replies: 1 Views: 1,819 What do you mean by you want to learn shopping cart? |
Forum: ASP Jan 25th, 2006 |
| Replies: 3 Views: 1,635 If its Norton then disable "Script Blocking".
Norton will stop some ASP pages from running. |
Forum: ASP Jan 25th, 2006 |
| Replies: 6 Views: 15,009 Now im confused.
Are you looking for something to code? |
Forum: ASP Jan 25th, 2006 |
| Replies: 3 Views: 9,856 Clean it up and do it the right way :)
<%
If CBool(RsNewProd("Org")) Then
Response.Write("Yes")
Else
Response.Write("No")
End If
%> |
Forum: ASP Jan 25th, 2006 |
| Replies: 9 Views: 4,893 zalakes,
if someone contacts you asking for something to be made, and you have to post on a forum asking what it is and how it should be made, you shouldn’t take the job.
I took a look at your... |
Forum: ASP Jan 25th, 2006 |
| Replies: 3 Views: 2,048 Going to the book store and picking up a book is another good idea.
Also if you do not know HTML you need to forget about learning ASP and learn HTML first. |
Forum: ASP Jan 24th, 2006 |
| Replies: 5 Views: 2,366 Sorry my bad... "Execute" is what i meant to say, not "Server.Execute". I posted really late and was really tired. I just wasnt thinking very clear :s |
Forum: ASP Jan 20th, 2006 |
| Replies: 5 Views: 2,366 I think i know the solution for you.
Try using the Server.Execute method.
<%
VARdate = "date()"
' now to use the VARdate
response.write(Server.Execute(VARdate)) %> |
Forum: ASP Apr 10th, 2005 |
| Replies: 3 Views: 4,649 I can never actually needed to code this but you could probably take a look at this script (http://www.webwizguide.com/asp/sample_scripts/whois_application.asp) and recode it so check for the email... |
Forum: ASP Apr 9th, 2005 |
| Replies: 4 Views: 9,583 I have actually spent a few days looking for such a component and no luck. You might be best off just uploading the PDF and uploading a image file. But you could try look at http://www.hotscripts.com... |
Forum: ASP Apr 9th, 2005 |
| Replies: 0 Views: 7,519 Learn how to loop anything you want sertain number of times. In this
example im gonna show you a simple next and loop that changes the font
size. |
Forum: ASP Apr 9th, 2005 |
| Replies: 0 Views: 8,047 This is a neat little script that will tell you how many active users
you have on your site. You do need a webhost that supports the
global.asa file! Most free hosts dont.
Code From:... |
Forum: ASP Apr 9th, 2005 |
| Replies: 2 Views: 2,131 Do you still need help with this? |
Forum: ASP Apr 9th, 2005 |
| Replies: 3 Views: 4,649 There is no way to check that a email address exists in ASP. The only thing you could do is a "whois" on the domain to make sure it is real, but that is about all you can do. |
Forum: ASP Apr 9th, 2005 |
| Replies: 4 Views: 5,785 So are you trying to loop through the records so its 2 records a single row? I really dont understand what you are trying to do... :s |
Forum: ASP Apr 9th, 2005 |
| Replies: 2 Views: 2,026 If you are going to code in any language that is a server language then i STRONGLY suggest that you do install a web server.
If you try to develope a server side language and have to upload every... |
Forum: ASP Apr 9th, 2005 |
| Replies: 1 Views: 2,857 What do you mean by "maintained"? Are you asking how to use sessions or how sessions work? |
Forum: ASP Apr 7th, 2005 |
| Replies: 3 Views: 8,193 This example was for an access database. For MSSQL you just have to change the connection string and it should work ;) |
Forum: ASP Apr 6th, 2005 |
| Replies: 8 Views: 7,038 Hey guys, please use [CODE] tags so the code looks right. Thanks. |
Forum: ASP Apr 5th, 2005 |
| Replies: 3 Views: 8,193 How to search a database
Intro
Searching a database is actually a easy thing. It just involves a form, and a page that displays the results. Im going to show you how to make a simple form, and... |
Forum: ASP Apr 5th, 2005 |
| Replies: 1 Views: 7,797 I created this code because i was bored and wanted to try something with some code and i ended up creating this little code snip.
Code from: http://www.iportalx.net |