Intersoft WebCombo Documentation
How-to: Enable XML compression
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Advanced Features > Advanced How-to Topics > How-to: Enable XML compression

Glossary Item Box

Intersoft developed its own compression and decompression algorithm in order to compress the XML storage into 40-60% smaller size. This significantly improves the performance of page load in narrow bandwidth.

In this topic, you will learn how to enable XML compression on WebCombo.

To enable XML compression on WebCombo

  1. Bind WebCombo to AccessDataSource
  2. Open WebCombo.NET Designer - Advanced Settings.
  3. Set XMLCompressionEnabled property to True.

See Also