C
c_shah
using VB.net (2005) ASP.net 2.0
I have a repeater control with the item template, in the item template
I have two checkboxes
How to capture event When user checks the checkboxes? What event
fires on the repeater
Repeater Control Item Template
TextBox
Checkbox1 v
Checkbox2
Label Control
When user checks either of the checkboxes I want to update the label
with new value...
I have a repeater control with the item template, in the item template
I have two checkboxes
How to capture event When user checks the checkboxes? What event
fires on the repeater
Repeater Control Item Template
TextBox
Checkbox1 v
Checkbox2
Label Control
When user checks either of the checkboxes I want to update the label
with new value...