Code Bank
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingCode Bank

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 ASP Free Forums Sponsor:
  #1  
Old September 17th, 2004, 08:12 AM
amna amna is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 45 amna User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 33 m 23 sec
Reputation Power: 5
ASP Problem...How to Display Vlues in Next page ..if Selected through Combo Box

Dear Sir...

What i am doing is...i have retrive valuse from data base in a combo Box (in pasge named..add client.asp)

when i select any Country from combo box..all Sectors Related to this Country Fill up in Sector Combo Box...
its all going fine..

Now next what i want to do is...ID of Selected Country and ID of Selected Sector should Diplay in next page at the submition of the page...

i have write code...but it is not Displaying values in next page..

no error msg even display..

i am sending u my both file..(1. addclient.asp..where i have retrive values..2nd is update.asp..where i have display the values)
PLz...i need ur help...can u guide me..where i am making mistake..

plzzzz...

i shell be very very thankfull to u..if u send me quick replay
Attached Files
File Type: txt addcleint.txt (2.8 KB, 187 views)
File Type: txt update.txt (192 Bytes, 159 views)

Reply With Quote
  #2  
Old September 20th, 2004, 05:51 PM
selwonk's Avatar
selwonk selwonk is offline
Contributing User
ASP Free Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2004
Posts: 2,942 selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 6 Days 9 h 49 m 28 sec
Reputation Power: 62
In your script you have:
Code:
<form name="frm" action="update.asp">
If you don't add a method, the form will GET rather than POST. You should either use Request.Form(...) (or just Request(...)) and add method="POST" to your form, or use Request.QueryString(...) instead. The easiest solution will be to add method="POST":
Code:
<form name="frm" action="update.asp" method="POST">
__________________
selwonk

If I've posted some code above, you might think it looks a bit simplistic. It might be. I'd rather people tried the next step themselves rather than getting a full solution on a plate. That way they learn more!

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingCode Bank > ASP Problem...How to Display Vlues in Next page ..if Selected through Combo Box


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


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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway