I have a reorder list and outside my reorderlist I have checkboxes. for every item in the reorderlist, i add a checkbox. Everything works perfectly except when i Reorder something first. When I reorder first, it doubles the amount of checkboxes i have,
but they will dissappear if i click on a button or switch to a different page. I tried doing a dataBind to refresh everything, but when i put Me.Checkboxes.Items.Clear() and Me.Checkboxes.DataBind() into the reorderList_DataBound method, it just disables
the checkboxes and they aren't even visible. Any ideas?
hiimjoey11
Member
4 Points
6 Posts
ReorderList DataBind problem
Jul 19, 2011 02:13 PM|LINK
I have a reorder list and outside my reorderlist I have checkboxes. for every item in the reorderlist, i add a checkbox. Everything works perfectly except when i Reorder something first. When I reorder first, it doubles the amount of checkboxes i have, but they will dissappear if i click on a button or switch to a different page. I tried doing a dataBind to refresh everything, but when i put Me.Checkboxes.Items.Clear() and Me.Checkboxes.DataBind() into the reorderList_DataBound method, it just disables the checkboxes and they aren't even visible. Any ideas?
Thanks!
Song-Tian - ...
All-Star
43715 Points
4304 Posts
Microsoft
Re: ReorderList DataBind problem
Jul 21, 2011 09:47 AM|LINK
Hi,
Please post the related code.
Feedback to us
Develop and promote your apps in Windows Store