Hi,
I want to populate a hidden text field with email address of selected UserID, so that upon submit, I can use the hidden field's value.
The select list has value=UserID label=UserName. But recordset (RS1) from which these values are populated contains the UserEmail field as well, so UserID should be enough to get UserEmail value, but I want to do it either with an array or asynchronous call, so that UserEmail is filled out with UserID's correct email address for my email function.
Thanks
Bill
Main Topics
Browse All Topics





by: pradapkumarPosted on 2009-01-11 at 10:00:01ID: 23349117
Could you please explain what you want in clear terms once again