Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
When the EnableUIMode property is set to True, you can decide whether all ASP.NET standard controls should be converted to use FlyPostBack or only specific individual controls by configuring the UpdateMode property. The default value is AllControls.
If you would like only specific individual controls to take advantage of the automatic callback, you can specify the control’s ID in the UpdateControls collection.
This feature can only be enabled when the component is using WebForm mode (ServiceType = WebForm).
Hope this helps.