Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On change of combo fill rest of the fields in the form
Message
From
18/06/2001 08:17:45
 
 
To
18/06/2001 02:45:00
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00520457
Message ID:
00520513
Views:
15
Ok so u want to fire a query for which the key will come from combo and later on u want to fill in info accordingly.
so Take one hidden field on ur form like this

input type=hidden name=UrKey value=< % = urKey % >

(apply proper double quotes)

In Onchange event of ur combo just write a function like
--function getOtherInfo()
--{
-- document.form1.urKey.value= document.form1.urCombo.value;
-- document.form1.submit();
--}

now onchange will submit the page and now u would be having the key thru which u can fire the query and get/assign what ever u want...

Clear...
Best Luck..
Nilesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform