iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
i have used the GZIP compression in my Global.asax page. this compression shows all pages properly except Webcombo used page.
When i click on webcombo control instead of loading all data , it shows the
Could you please help me to solve this issue?
Thanks in advance.
You can compress the data inside WebCombo using SmartWebResources compression. To use SmartWebCompression, please add this tag inside your web.config:
<add key="ISNet.WebUI.ISRes_Compressed" value="true" />
Regarding to your problem, could you inform me the method that you used to compress the page that you mentioned above? It will be better if you have working sample so we can trace operation that run in your side.
For more information about SmartWebResources compression, seehttp://intersoftpt.wordpress.com/2009/09/21/rich-features-in-low-client-footprint/
Regards,Bernard
Thanks for your quick reply, but we have used only GZip compression. As per your request i have developed one small sample application and attached for your reference. Could you please have look on that and suggest me?
Thanks,
HI,
Thanks for you reply,
i have used lot of native controls and few third party controls in my applicaiton. i am in the situation to use that GZIP for all other controls. All other controls are supporting GZIP except Webcombo .
Ok, no worries. Could you please suggest me to how can i exclude webcombo from accessing GZIP compression in my applicaiton?
Actually, for now, we couldn't exclude WebCombo for GZIP compression method. This method of GZIP compression applied to whole control in one page. But maybe, you can exlude the page with WebCombo using this module.
http://stackoverflow.com/questions/6939304/gzip-a-single-asp-net-page
Hope this helps.
Thanks for your suggestion.
In our application, we have more than 500 pages. We have used “Web combo” control nearly 300 pages.
So it’s very hard to mention the page names to exclude the GZIP Compression. Is there any other method to find the “Web combo” used pages?
In Gloal.asax.vb page, we have mentioned the file types to exclude from GZIP Compression.
The below line is added for exclude the File types from GZIP Compression
If (app.Request.Url.ToString().Contains(".axd") Or app.Request.Url.ToString().Contains(".css") Or app.Request.Url.ToString().Contains("images") Or app.Request.Url.ToString().Contains(".js")) Then
Thanks
Actually, there are no methods to find WebCombo inside used pages. The only way to do this is by listing all the WebCombo pages inside your code.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname