Hi
How do I add Items of RadcomboBox to a session.
I have a lstCourseCode to give back Tutor Emails which I want to store for each coursecode.
I probably have to use session array?
I dont know the length of array for Items.It will be dynamic.
And each item (lstCourseCode.SelectedItem.Text) should be stored in Session array.
On the same page OnClick of Submit I restore each of the session value to send emails.
Any suggestions !!!!
How do I add Items of RadcomboBox to a session.
I have a lstCourseCode to give back Tutor Emails which I want to store for each coursecode.
I probably have to use session array?
I dont know the length of array for Items.It will be dynamic.
And each item (lstCourseCode.SelectedItem.Text) should be stored in Session array.
On the same page OnClick of Submit I restore each of the session value to send emails.
Any suggestions !!!!