Checkedlist box
-
Hi everyone i have problem in my webpage.... I am dynamically binding the data to tje checkboxlist. let us say i select only few of them and go to next page for selecting some more.... and when i come to previous page the selected values are cleared to say the have be unchecked.. so hw to overcome this problem... thanks in advance Devkranth:((
-
Hi everyone i have problem in my webpage.... I am dynamically binding the data to tje checkboxlist. let us say i select only few of them and go to next page for selecting some more.... and when i come to previous page the selected values are cleared to say the have be unchecked.. so hw to overcome this problem... thanks in advance Devkranth:((
Hi, Before moving to the next page you should save selected values in session and use that to get values when come back to the previous page.
Thanks and Regards, Chetan Ranpariya
-
Hi, Before moving to the next page you should save selected values in session and use that to get values when come back to the previous page.
Thanks and Regards, Chetan Ranpariya
hi ' i like to know how the values are stored in session and how do i retrive it... regards devkranth
-
hi ' i like to know how the values are stored in session and how do i retrive it... regards devkranth
Thats your wish... You can store by any type which is easy to you. Eg: You can store the SelectedValue(s) it as a string with delimiter like "2, 15, 20, 25" where comma(,) is the delimiter. You can split it when you want.. :cool:
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot