for each loop for Repeater control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am populating the repeater control on item_databound, i have button on click of that i need to retrieve the data from the repeater and put in hidden field. appreciate help on this. appreciate code snippet for this. using ASP.net 2.0 code behind is c#. Thanks, DB
ashish
-
Hi, I am populating the repeater control on item_databound, i have button on click of that i need to retrieve the data from the repeater and put in hidden field. appreciate help on this. appreciate code snippet for this. using ASP.net 2.0 code behind is c#. Thanks, DB
ashish
foreach(var item in Repeater.Items)
{
// Was that difficult?
}
I know the language. I've read a book. - _Madmatt