I have Two checkBoxlist
One Checkboxlist is bind with Database.
Another Checkboxlist is manually bind from Gridview.
<asp:"checkBox" runat="server" RepeatDirection="Horizontal" AutoPostBack="true"
<asp:"checkBox"
runat=
"server"
RepeatDirection=
"Horizontal"
AutoPostBack=
"true"
onselectedindexchanged="checkBox_SelectedIndexChanged">
onselectedindexchanged=
"checkBox_SelectedIndexChanged"
>
"cckk" runat="server" RepeatDirection="Horizontal"
"cckk"
onselectedindexchanged="cckk_SelectedIndexChanged" AutoPostBack="true">
"cckk_SelectedIndexChanged"
If the firstcheckboxlist is checked that the Checked value is given to the below checkboxlist.
for example
it is First Checkboxlist
[]Name [.]Address [.]State. So its value is (1,2)
Now the Seconboxlist is
[.]Addr [.]Stat []name.now the actual value of Second checkboxlist is (1,2)
But i want to change the value Beacuse Address checkbox is located in the 2nd place in the firstCheckboxlist
here 1st place in Second checkboxlist
So whenwe check the FirstCheckboc lst
that values is passed to secondcheckbox list
Attachment: Picture.rar