Hi All,
I know I am missing something simple here.
Have a multi-column combo box, listing Name, DoB, Age, Gender.
Can retrieve record_id in SelectedIndexChanged by
strPatientRecord_ID = RadComboBox1.SelecterdValue.ToString, so thats no a problem.
Without going back to the database, I would like to pass all the column values to the next webpage using session variables to use as a header for the patient info on the page.
What am I missing?
Thanks for the help, Kevin
I know I am missing something simple here.
Have a multi-column combo box, listing Name, DoB, Age, Gender.
Can retrieve record_id in SelectedIndexChanged by
strPatientRecord_ID = RadComboBox1.SelecterdValue.ToString, so thats no a problem.
Without going back to the database, I would like to pass all the column values to the next webpage using session variables to use as a header for the patient info on the page.
What am I missing?
Thanks for the help, Kevin