Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic/Linked dropdowns...need help with FAQ

Status
Not open for further replies.

patrussell

Technical User
May 14, 2001
71
US
Using FAQ333-1498 I have an asp page that populates two drop downs. The problem I am having is that no matter what I do the page always resets itself and I am always starting over. I have added a response.write to monitor the request count of the form and it is only 0 on the first load.

The only changes I have made to the code are specific to the my database and table\column names.

Is there a bug in the code given in this FAQ?

Thanks,

Pat Russell
 
I don't see anything jumping off the page at me. You might want to take a look at your source for thepage and make sure all the form inputs are inside the form tags and properly named. Also double check that your form is set to POST not GET, as otherwise the data will get passed in the querystring to the Request.Querystring collection instead of the Request.Form collection.

-T

barcode_1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top