09-18-2023, 10:00 PM
It is possible but most of the time it is avoidable. Frist, why do you need to refresh the whole frame, instead of only refreshing controls that actually changed?
Most controls, when changed on server side, will just update their state and the required changes to the page are done on the fly. Doesn't it work for you?
Most controls, when changed on server side, will just update their state and the required changes to the page are done on the fly. Doesn't it work for you?

