Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > How to populate other fields from first choice on input form

Reply
Thread Tools

How to populate other fields from first choice on input form

 
 
Flanman
Guest
Posts: n/a
 
      09-05-2006
I have an ASP web form that I want to populate fields based on the first
field choice. Example I have 4 fields item, price, delivery, availability. I
have all these items setup in an access table. When a user chooses an option
from the item drop down, the price, delivery, availability will then
populate. I have already made my connection to the database, and created the
drop down for field one from the choices. How do I now populate the
corresponding fields. Any info or helpful links would be greatly appreciated.
--
Flanman
 
Reply With Quote
 
 
 
 
Anthony Jones
Guest
Posts: n/a
 
      09-06-2006

"Flanman" <> wrote in message
news:41070023-84A4-4F8D-A266-...
> I have an ASP web form that I want to populate fields based on the first
> field choice. Example I have 4 fields item, price, delivery, availability.

I
> have all these items setup in an access table. When a user chooses an

option
> from the item drop down, the price, delivery, availability will then
> populate. I have already made my connection to the database, and created

the
> drop down for field one from the choices. How do I now populate the
> corresponding fields. Any info or helpful links would be greatly

appreciated.

Export the details for your products into an XML file to a web folder or
alternatively create an ASP page to generate the products XML dynmically
(although to benefit from client side caching some work with the headers
will be necessary)

Load the URL for the XML into an XML DOM when you page loads. On item
selection lookup the item in the XML and populate the values of the fields
from the XML entry.

Anthony


> --
> Flanman



 
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: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
populate 5 other fields when one is filled out middletree ASP .Net 1 04-02-2009 01:38 PM
Populate input fields on a web form ero Javascript 7 08-13-2006 05:44 PM
Populate form values based on previous same form fields Rizyak Javascript 4 06-11-2004 10:31 PM
Can Choice components respond to keyboard input like HTML Choice components? Mickey Segal Java 0 02-02-2004 10:59 PM



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