Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10363 - 10392 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10363
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...
Ghassan
ghassan_24
Offline Send Email
Feb 9, 2005
9:34 am
10364
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...
David Smart
smartware_co...
Offline Send Email
Feb 9, 2005
10:11 am
10365
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...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 10, 2005
8:05 pm
10366
Can you show us the HTML from the checkbox area of the page and the code that you're using? Ray at home...
Ray at home
ray_at_place
Offline Send Email
Feb 11, 2005
12:14 am
10367
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...
Shawn K. Hall
shawn_ra
Offline Send Email
Feb 11, 2005
1:28 am
10368
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...
Ghassan
ghassan_24
Offline Send Email
Feb 11, 2005
10:49 am
10369
... From: "Ray at home" <listray@...> To: <active-server-pages@yahoogroups.com> Sent: Thursday, February 10, 2005 7:14 PM Subject: RE: [ASP] Odd...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 11, 2005
9:57 pm
10370
... 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...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 11, 2005
9:58 pm
10371
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...
David Smart
smartware_co...
Offline Send Email
Feb 11, 2005
10:13 pm
10372
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...
Shawn K. Hall
shawn_ra
Offline Send Email
Feb 11, 2005
11:22 pm
10373
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...
Ghassan
ghassan_24
Offline Send Email
Feb 12, 2005
10:27 am
10374
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...
David Smart
smartware_co...
Offline Send Email
Feb 12, 2005
12:00 pm
10375
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...
Thierry Lavallée
synerginov
Offline Send Email
Feb 13, 2005
5:14 pm
10376
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...
Shawn K. Hall
shawn_ra
Offline Send Email
Feb 14, 2005
3:24 am
10377
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...
Thierry Lavallée
synerginov
Offline Send Email
Feb 16, 2005
1:09 am
10378
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, ...
Moshe Tapnack
tapnack
Offline Send Email
Feb 16, 2005
11:10 am
10379
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,...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 17, 2005
6:11 pm
10380
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:...
soren.j.winslow@...
sorenwinslow
Offline Send Email
Feb 17, 2005
6:23 pm
10381
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...
martinez_arnnie
Offline Send Email
Feb 17, 2005
8:39 pm
10382
Hi Chris, ... Hehehehehehe. If the name isn't that important you can append a GUID. Here's my GUIDGenerator: '//...
Shawn K. Hall
shawn_ra
Offline Send Email
Feb 17, 2005
8:57 pm
10383
Hi Arnnie, ... With major revisions. :) '// ======================================================== if (ckopt("EmployeeStatusChange") == false) { errorMsg +=...
Shawn K. Hall
shawn_ra
Offline Send Email
Feb 17, 2005
9:06 pm
10384
Thanks for the tip. On Thu, 17 Feb 2005 12:56:11 -0800, Shawn K. Hall...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 17, 2005
10:02 pm
10385
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...
krishkusuma
Online Now Send Email
Feb 18, 2005
12:13 pm
10386
Use any of the manual parsing techniques. Regards M Kamran Adam -- krishkusuma <krishkusuma@...> wrote: I use "FileSystemObject" to read a HTML file that...
M Kamran Adam
mkamranadam
Offline Send Email
Feb 21, 2005
12:43 am
10387
Thanks, couls you give me some samples, please ? Regards, Christ M Kamran Adam <mkamranadam@...> wrote: Use any of the manual parsing techniques. ...
krishna Hkusuma
krishkusuma
Online Now Send Email
Feb 21, 2005
12:48 am
10388
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...
Thierry Lavallée
synerginov
Offline Send Email
Feb 21, 2005
2:06 am
10389
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...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 21, 2005
2:03 pm
10390
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...
Dan Powderhill
danaspelite
Offline Send Email
Feb 21, 2005
2:05 pm
10391
Very good, thanks... I guess I didn't think it was a common enough problem to show up like that! On Mon, 21 Feb 2005 14:00:58 -0000, Dan Powderhill...
Chris Hagwood
chris_hagwood
Offline Send Email
Feb 21, 2005
2:18 pm
10392
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...
Mills, Andy R. (Regen...
hannibalbarc...
Offline Send Email
Feb 22, 2005
2:49 pm
Messages 10363 - 10392 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help