문제

I am using UpdatePanel in ASP.NET application. Is there any limit for number of triggers for a UpdatePanel?

Is there any performance constraint if there are more triggers for a UpdatePanel?

도움이 되었습니까?

해결책

I haven't ever read of a constraint. Performance is not only based on triggers, but page size, number of controls, etc. To my knowledge, there has not been any specific testing to determine the limits of this.

However, you also have to factor in maintainability, and whether that would be easy to manage and debug problems for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top