Hi,
I have created dynamic grid.
Requirement is,
Columns should be add dynamically (column count is not fixed one and column order also dynamic)
If I sort with out reorder columns in client side it works successfully
But when I try to sort 2 times after reorder column in client side it gives error. (sorting 1st time it works)
Error is:
"An Error has occurred because a control with id 'ctl00W-----' could not be located or a different cotrol is assigned to the same ID after post back. If the ID is not assigned, explicitly set the id property of controls that raise post back events to avoid this error"
Please help me to solve this error.
Thanks and Regards,
Sampath
I have created dynamic grid.
Requirement is,
Columns should be add dynamically (column count is not fixed one and column order also dynamic)
If I sort with out reorder columns in client side it works successfully
But when I try to sort 2 times after reorder column in client side it gives error. (sorting 1st time it works)
Error is:
"An Error has occurred because a control with id 'ctl00W-----' could not be located or a different cotrol is assigned to the same ID after post back. If the ID is not assigned, explicitly set the id property of controls that raise post back events to avoid this error"
Please help me to solve this error.
Thanks and Regards,
Sampath