There's a friend who is working on a web that retrieves information from an Oracle DB and display as a table, the thing is that the information is huge, and...
Look at past messages in this group or do a Google search - this is a very common question. However, I'd recommend redesigning so that the user isn't expected...
I have a data page with checkboxes beside each row. Check the ones you want to process, then hit one submit button at the bottom. I handle it by naming all...
Hi Chris, ... Out of curiosity, do any of the values you're outputting have commas in them naturally? For example, if they're numerics, is it possible that the...
Sorry for not replying, I was out of office for the past couple of days: Thanx David for the reply, I did search it out, it seems that there's a way of...
... No, I'm pretty sure that never happens. The number is provided and used w/out any separator. I revised the code for the recipient of the form so that...
I don't quite understand you. The information isn't retrieved as a table or array, it's retrieved as a record set. It's then put into a table by the ASP...
Hi Chris, ... Are the numbers stored as strings or numbers in the database? This could be a conversion problem. You might need to wrap the actual values in...
Thanx again David, they have no choice but to put that much amount of data on their website, they're a governmental institution and people turn out to their...
They may need to put that much data on the website, but I'm sure they don't need to put it all in one place. Surely users don't want to work through it to...
Hi, I would like to verify my forms are not submitted by robots. Hence, I would like to place a coded image that only human can read and enter in a field for...
Hi Thierry, ... The image itself is rather simple to generate in PHP or ASP.net, validation of the form, however, can be a little trickier. You'll need to have...
Thanks for your reply Shawn, Nice article, but it seems this kind of anti-robot form validation is still the norm. And I would like to implement it. I would...
take a look at the webwizguide.com forum (available for download) which uses a similr technique that you are after. not as hi-tech, but it is useful. htt, ...
I use a script that needs a unique filename to write out data into text files. So, I just had it concat the hour/min/sec together and use that, figuring,...
Darn... the secret is out. Chris Hagwood <cwh@...> 02/17/2005 10:11 Please respond to active-server-pages To: active-server-pages@yahoogroups.com cc:...
Hi there. I have an asp form in which the user has to select on of 4 choices. Resigned Retired Terminated Transfer This option is required. The code is as...
Hi Arnnie, ... With major revisions. :) '// ======================================================== if (ckopt("EmployeeStatusChange") == false) { errorMsg +=...
I use "FileSystemObject" to read a HTML file that fetch to ASP file. As we all know html file has tag <html><head>, <meta> and so on. My question is: How to...
Use any of the manual parsing techniques. Regards M Kamran Adam -- krishkusuma <krishkusuma@...> wrote: I use "FileSystemObject" to read a HTML file that...
Hi, Could this me of any help? http://www.4guysfromrolla.com/webtech/103100-1.shtml Take care! -- Thierry Lavallee 8P-Design http://www.8P-Design.com...
I have users on a very slow data connection. When they click the submit button on a form, it doesn't immediately do anything on their end. Is there anything...
This Google search should give you loads of hits :- http://www.google.com/search?q=disabling%20submit%20buttons%20once%20pre ssed Dan ... From: Chris Hagwood...
Hello Group: Does anyone have any experience connecting through a .Net Application (C# specifically), and querying a .dbf file? If so: how would I go about...