ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 16th, 2003, 08:21 AM
samirshah78 samirshah78 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 2 samirshah78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question For Each item in ... Next (Request.Form)

Hi there,

I have one strange problem.

In Request.Form
You can iterate through a collection using a

For Each item in ... Next loop

I have tried it and it is providing me the values in random order.

Means, if i have first entered :
Name
Surname
Address
Address1

Code:
<form name="form1" method="post" action="test.asp">
<table>
<tr>
<td>Name</td>
<td><input type="text" name="Name"></td>
</tr>
<tr>
<td>Surname</td>
<td><input type="text" name="surname"></td>
</tr>
<tr>
<td>Address</td>
<td><input type="text" name="address"></td>
</tr>
<tr>
<td>Address1</td>
<td><input type="text" name="address1"></td>
</tr>
<tr>
<td><input type="submit" name="submit" value="submit"></td>
</tr>
</table>
</form>


test.asp
<%
dim V
for each V in Request.Form
Response.Write Request.Form.Key(V) &"<br>"
Response.Write Request.Form(V) &"<br>"
next
%>

Then i have received it in order,
Address
Name
Surname
Address1

by using For Each item in ... Next
Why this happens?
Is that posting of elements takes place in random order.

Any help.

Samir.

Last edited by samirshah78 : October 16th, 2003 at 08:53 AM.

Reply With Quote
  #2  
Old October 16th, 2003, 08:31 AM
mohecan mohecan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Location: Melbourne, Australia
Posts: 212 mohecan User rank is Private First Class (20 - 50 Reputation Level)mohecan User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Sorry mate, this pretty much means exactly nothing to the community.
Did you read the [NEW USERS] - How to post a question. post ?

We can not help you if you don't let us....

Could you possibly post some code samples,
and maybe tell us -
* what you are doing
* what you are trying to achieve
* and what is happening.

Only then can we help.
__________________
How can I soar like an eagle when
I'm flying with turkey's?

Reply With Quote
  #3  
Old October 16th, 2003, 06:08 PM
Guillaume's Avatar
Guillaume Guillaume is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: London, UK
Posts: 3 Guillaume User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi Samir,

I looked around for that issue and found the following link:
URL

I hope it helps,

Reply With Quote
  #4  
Old October 17th, 2003, 03:00 AM
samirshah78 samirshah78 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 2 samirshah78 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks Guillaume,
It is working now.

Instead of this :
for each V in Request.Form
Response.Write Request.Form.Key(V) &"<br>"
Response.Write Request.Form(V) &"<br>"
next

I have just used:
for k=1 to nCount
arrShort(k-1,0) = Request.Form(k)
arrShort(k-1,1) = Request.Form.Key(k)
next

It will works, It will give now result in proper order, in which i have made post to the form.

Thanks for bubble short, but i don't need it now.
Why?? big question still??
Because without it, i have got solution.
A programming magic or what?

Thanks,
Samir.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > For Each item in ... Next


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT