need help in datalist
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i have 2 DataLists (DataList1 & DataList2) DataList 2 is in the Item Tempalte of DataList 1 .. i wanna Loop in the DataList2 Items .. i mada a ForEach Loop and put it in the DataList2_ItemDataBound it works but it doesn't reach to the last Item .. why ??:(:( :confused: :confused: and when i put the same loop in the button click event it gets all items ..
-
i have 2 DataLists (DataList1 & DataList2) DataList 2 is in the Item Tempalte of DataList 1 .. i wanna Loop in the DataList2 Items .. i mada a ForEach Loop and put it in the DataList2_ItemDataBound it works but it doesn't reach to the last Item .. why ??:(:( :confused: :confused: and when i put the same loop in the button click event it gets all items ..