Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Request.Form returns nothing

Reply
Thread Tools

Request.Form returns nothing

 
 
dagurp@gmail.com
Guest
Posts: n/a
 
      10-19-2005
I have a long list of checkboxes and a text field is associated with
each checkbox. So I created a loop that should get the value of each
text field that has a marked checkbox next to it. Here's my code

for each g in gildi
aths = Request.Form("rok_" & g)
...
next


then I create a query with the value and send it. Anyway here's my
problem:

the aths variable gets the correct value on the first iteration but is
blank every time after that. Please help, this is urgent.

 
Reply With Quote
 
 
 
 
dagurp@gmail.com
Guest
Posts: n/a
 
      10-19-2005
I figured out a solution. For some reason I had to do g = Int(g) first

 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
re module: Nothing to repeat, but no sre_constants.error: nothing torepeat ? Devin Jeanpierre Python 2 02-14-2012 01:33 PM
DataGrid.FindControl() returns nothing MattB ASP .Net 2 02-16-2005 04:47 AM
qry returns nothing (no data matched qry) Bob Green via .NET 247 ASP .Net 2 04-16-2004 08:54 AM
Query returns nothing Bijoy Naick ASP .Net 2 02-01-2004 07:16 PM
show running returns nothing, routing stops Richard Antony Burton Cisco 10 11-25-2003 10:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57