javascript - Enabled/Disable controls in Xmlhttp Response -


I have a page that contains 3 to 4 divisions with gridview that were loaded using Ajax Xmlhttp calls Receive data received.

The problem now is that I have the checkboxes in the grid and they need to be disabled / enabled when they load on the main page in the Div.

When I set the Enable = false tag, the ASPX page in the checkbox, the UI throws an "object object" error.

Any advice on how it can be obtained.

Comments