views:

52

answers:

0

I have button in footer in grid view (that view binding list of entities that have boolean value) the grid view have 3column of template field (textbox1, textbox1, checkbox1) in row data bound i set each value of these controls from my static list of entities

i have add event on each template field textbox1_textChanged(), textbox2_TextChanged, checkbox1_checkedChanged()

my problem is when i fire the event of button on footer of grid view the event checkbox1_checkedChanged() of is fired first and the value of boolean value in the list is update by wrong way so rowdata bound when fired will read wrong values?!!!