While many today have fast Internet connection, there are many still who do not, or are connecting through devices with a slower connect, so light web pages and fast load times are still popular.
If your ASP.NET page is heavy and will take some time to load, you risk that the user will close browser window or go to some faster web site.
Solution
Let we see how to possible to reduce size of page without removing useful content.
1. Change the Comment Line Client side to Server side in the aspx
9. In html table, every TR, For every TD, width is specified. Normally browsers won’t render the TD for each row differently It only consider about the first row TDs. So only set width for the first row TDs
10 .Default TD alignment is left.So the attribut align=left removed
11. While launch the application javascript window.open is used instead of that move the reusable coding and call the JS function
12. Remove the target window name from the link and control that too in javascript function
Comments (1)
Author
Commented: