i have a page with 80 listboxes. the user selects from them and submit the answers. after submit i post the page to an another asp page and loop the request...
What happens if the person doesn't select an item from all 80? If the person doesn't select an item it seems like you would get the error. Also what happens...
Forward this to your friends - lets pack the house for this event BRING IN 4 OR MORE PEOPLE and we will be giving great prizes to you and everyone you...
Hello everyone, Am using VBScript in ASP for my website and am wondering if anyone has code snippets that outline grabbing a visitors IP address and/email ...
That sounds sneaky to me, and I think it's a good way to alienate your site visitors. I'd say it's better present a form ask the site visitor to type his...
Hi Everyone, I am displaying few items in a list box. I would like to write some code or submit the form, when the user double click on any of the items in the...
... I have a signup procress that is initiated on server1 (from a click). The actual sign up process is on server2. At the end of the sign up process, I need...
Assuming you're using SQL to run queries against the database, look at the LIKE operand. Dan Visit www.diado.com for free ASP.Classic classes, articles, links...
try to modify coding like this. <% uid=request("N") pwd=request("P") set mycon=server.createObject("ADODB.CONNECTION") MYCON.OPEN ("1000.mdb") for i = 0 to...
hello mention ur doubt in asp or asp.net Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now. [Non-text portions of this message...
... I am displaying few items in a list box. I would like to write some code or submit the form, when the user double click on any of the items in the list...
Hi everyone. I am trying to update a databse record which contains images. When the user selects the record to update I am having problem showing the current...
Hi, Anyone out there can you plse help? I have a form with a date field to be updated using ASP to a MS Access database, but failed whenever the field is left...
I'm guessing that this was a typo putting the code into the email, but the apostrophe before the code request.form("Deldate") should be within the double...
Also, if it's Access, shouldn't you be surrounding the date in hash signs not apostrophes? I certainly had to when I was programming in VB6 with an access...
I have to FTP any ASP pages before I can see the results. Hope this helps. ... From: AspClassicAnyQuestionIsOk@yahoogroups.com Date: Friday, February 06, 2004...
your code: ... ,"' request.form("Deldate") & "')" is missing a & and the quote is in the wrong place. Try: ... ,'"& request.form("Deldate") & "')" And if the...
You need personal web server pws software for running asp on your home machine for development purpose if you are not using IIS.In simple words if you are...
Hi Joshi! I have IIS 5.1 installed. However, I'm not quite sure how to use
it yet. It seems to be such a complicated thing. It might even be corrupted
now...
hi i am facing a problem with my iis. when i try to run my .asp pages i am receiving following error message. http error 500 page can't be displayed please...
There can be thousands of reasons for this. However start with this. 1.Just make a one or two line simple asp page and put it in your web.Try to see this page...
Have some courage and patience. Just loading and uninstalling IIS will not help you. After installing if your IIS is not working, then find out why it is not...
Hi i am new over here... and i am glad to see that there is place like this and people that would help others in ASP. i have been forced to leran JavaScript...