Im creating dynamic checkboxes on page_load(by getting the number of floors of a building from database)
if user checks any one of floor checkboxes and hits generateflats button(Postback) then I will refer to the flats existing in that particular floor and I will generate flats(checkboxes ) dynamically.
the problem is I cant get the properties of these checkboxes if I hit the save button.
How can I restore the properties of the dynamic controls(Check boxes)
This is very much urgent for my project Plzzzzzzzzz help me