Hello all:
I am having a problem with posting contents of a combo box(cmbName) on asppage1(that contains names in the form of doe, jane . Ex: I am searching for records added by a user. After I select the user's name and click on a submit button which opens another asp page asppage2, filtering the records added by the selected user name on asppage1. This was not working, so I printed out the passed content, as below on asppage2
Response.write Request.Form("cmbName"
Only doe is printed.
This is for both a comma or space in the contents of combo box.
Any help is appreciated
thanx in advance
I am having a problem with posting contents of a combo box(cmbName) on asppage1(that contains names in the form of doe, jane . Ex: I am searching for records added by a user. After I select the user's name and click on a submit button which opens another asp page asppage2, filtering the records added by the selected user name on asppage1. This was not working, so I printed out the passed content, as below on asppage2
Response.write Request.Form("cmbName"
Only doe is printed.
This is for both a comma or space in the contents of combo box.
Any help is appreciated
thanx in advance