home / software / tips and tricks / Grabbing a value for current row in ItemDataBound of Repeater

Grabbing a value for current row in ItemDataBound of Repeater

Updated:  02/28/2011 14:02 PM
Author:  Shiju Mathews

Status:    Resolved.


  • Create an 'asp:Repeater' Control and dataBind it using a datatable.
  • Attach the OnItemDataBound Event as OnItemDataBound="CICRepeater_OnItemDataBound"



    If you are using diffrent datasource try to type cast into the proper dataSource type that you are linking.
  • Tags: Grabbing a value for current row in ItemDataBound of Repeater
    Updated on: March 2024