asp.net page life-cycle question
Posted
by Varyanica
on Stack Overflow
See other posts from Stack Overflow
or by Varyanica
Published on 2010-04-06T12:17:52Z
Indexed on
2010/04/06
12:33 UTC
Read the original article
Hit count: 258
I have a Table and a Button. Table's cells have controls LiteralControl and CheckBox. I check some fields and then by click on button i remove these fields from database. On event Page_PreRender i clear Table and then fill it with updated data. Then it shows me Table with updated data. But if i check fields of table again and do a click on a button it wont do what i expected. In Page_Load event i see that it dont save properties of controls. Checked CheckBox controls appears as unchecked.
© Stack Overflow or respective owner