Hello, I am trying to enter multiple records into the database based on the program. I am allowing 20 multiple records on the form. When I retrieve from the...
Hi, When I tried to download a video off from my site, I got the error message below. The video size is about 500 mb. Can anyone can help me how to resolve...
The server needs a RAM upgrade. Or you should download such a video by FTP or some other protocol that puts less memory pressure on the server so less RAM is...
I need some help. I am trying to create a shopping cart using cookies. However, I am having a problem when I delete items from the cart. I delete the items...
Hi! My problem seems to be quite simple, however, I've found no working solution on the net. I need to insert a Date/Time value in an Access field from ASP...
I'm being told by multiple people to think very hard about choosing either PHP or ASP.net for all future development now that ASP is heading in the direction...
Made the switch to ASP.NET a long time ago. Loved it, but it's a bit harder to get around in. The new designers are based upon the expression web designer and ...
Classic asp I have read about this issue when going back to a page and about the getting round it with using the get method but this doesn't seem to work now....
mbelcher
AspClassicAnyQuestion...
Feb 22, 2008 2:13 am
8188
Hi All, I want to make a User Login page using ASP-MYsql-Ajax. I've created the Dbase and written some FORM codes. Here is exactly what i want to do. When user...
Easiest is to use a library like Jquery: http://jquery.com/ With this you can just execute a page and call a callback javascript function. In this javascript...
I run an e-mail list for a small non-profit and would like to automatically create a searchable archive of messages sent to the list so that list members can...
Send e-mail to a pop account then use a pop3 component to read the e-mail from this account and then add it to the database. Components can be easily found...
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...
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...
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....
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,...
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...
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...
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...
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...
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...
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...
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 ... ...
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...