optimising datagrid output, remove whitespace?

T

Tim_Mac

hi,
is there a way to prevent the datagrid from indenting every line in the
rendered HTML. i have 20Kb of whitespace from a datagrid with 700 rows. i
know paging is recommended but in my situation i need to output the entire
lot.

i have already removed the 450Kb of ViewState by setting
EnableViewState=false.
i can still use sorting and paging btw because i bind the datasource on
every postback.

thanks
tim
 
W

Walter Wang [MSFT]

Hi Tim,

Based on my understanding, your objective is to reduce the WebForm's output
size by removing whitespaces in the html, right?

I think you could use Response Filter [1] to do this.

Please let me know if you want more information on this. Thank you.

References:

[1] HttpResponse.Filter Property (System.Web)
http://msdn2.microsoft.com/en-us/library/system.web.httpresponse.filter.aspx

[2] Reduce The Size Of Your ASP.NET Output - The Code Project - ASP.NET
http://www.codeproject.com/aspnet/WhitespaceFilter.asp

[3] Removing White Chars from ASP.NET Output using Response.Filter property
- The Code Project - ASP.NET
http://www.codetools.com/aspnet/RemovingWhiteSpacesAspNet.asp

[4] HOW TO: Archive the Results of a Dynamic Page to an HTML Page in
ASP.NET by Using Visual C# .NET
http://support.microsoft.com/kb/810205

[5] ASP.NET Resources - Producing XHTML-Compliant Pages With Response
Filters
http://www.aspnetresources.com/articles/HttpFilters.aspx

Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
T

Tim_Mac

hi Walter,
that's extremely helpful. i wasn't aware of the Response Filter before now.
thanks for the references also.

cheers
tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top