DataRepeater

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i have datarepeater in which i have textboxes, how to create
txtCustID_TextChanged event in datarepeater like simple textbox its easy
double click it and it create automatically the event but in data repeater we
have multiple textbox and cannot directly create event handler for that
textbox has repeated several time.
 
I believe you are talking about ASP.NET and I would just want to say
Datarepeater is more meant for displaying data.

chanmm
 
Back
Top