Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7962255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:17:19+00:00 2026-06-04T05:17:19+00:00

Is there any Possibility that it can Generate Compressed HTML from the GridVIew ???

  • 0

Is there any Possibility that it can Generate Compressed HTML from the GridVIew ???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T05:17:20+00:00Added an answer on June 4, 2026 at 5:17 am

    I do not suggest to do that, but I can give an idea for how I will try to do that:
    You can render the GridView in a string, make the compression and then show it to the page.

    TextWriter stringWriter = new StringWriter();
    
        HtmlTextWriter GrapseMesaMou = new HtmlTextWriter(stringWriter);
    
        cGridView.RenderControl(GrapseMesaMou);
    
        // this is the string that you show on page (eg place it on a literal)
        string cFinalResults = CompressHtml(stringWriter.ToString());
    
        // not show it any more...
        cGridView.Visible = false;
    

    one html compressor: http://code.google.com/p/htmlcompressor/

    I do not know if this can work smoothly for all cases, but you can give it a try to see if it is what you look for.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any possibility that can i get the IMEI # Of Mobile from
I would like to know if there is any possibility that I can use
Is there any possibility that I can directly send signal to a Java virtual
We are using C in Linux. Is there any possibility that system() function can
is there any possibility to nest two forfile commands so that I can filter
So that is, is there any possibility to overlay images in canvas?
Are there any possibility to set up the number of tasks uploaded from redmine
Is there any possibility to force a template to be from a certain base
Is there any 'hack' that can be applied to do client-side image processing with
Is there a possibility that I can put some of my code in non-compiled

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.