mbhatt
06-12-2007, 08:56 PM
Hi,
I have a list component in my form. Now my list gets populated at run time. When I click on form submit, on the server side when I try to get the HTTP request's list parameter, I get only that value in the list which is selected. So if the list contains e.g. a, b & c , and if none of them are selected, I dont get anything on my server side. But if I select suppose 'a', then I get only item a in the list on the server side. Why am I not getting all the items of the list when I do a GET request on the server side?
-Medha
I have a list component in my form. Now my list gets populated at run time. When I click on form submit, on the server side when I try to get the HTTP request's list parameter, I get only that value in the list which is selected. So if the list contains e.g. a, b & c , and if none of them are selected, I dont get anything on my server side. But if I select suppose 'a', then I get only item a in the list on the server side. Why am I not getting all the items of the list when I do a GET request on the server side?
-Medha