Hello people (first time posting here),
I am
using a Usercontrol inside an ItemTemplate of a ReorderList control
(bound to a DataTable). I can pass a value correclty when the page
loads by using the Eval("DataColumn") mechanism.
Everything works
fine but when i reorder the List and databind to new modified
datatable, the Eval("DataColumn") does not work correclty and no value
is passed. After DataBind of external ReorderList is called the user
control Load event is invocked correclty but it seems that Eval
("DataColumn") does not evaluate correclty.
Any help would be greatly appreciated!