ASP.NET Performance: Reducing Size of Web Page
posted by Kinlan(150) 5 years, 6 months ago 0
I can't belive this made it on, really none of the suggestions are anything but obvious.
Reply
aspneticons.com -- free icons for ASP.NET web applications
The licences is quite restrictive, I would not use them simply because of that. however they do look pretty.
Grey Matter: Code Generation On A Budget
What do you do when you have the specs for a 500 column table and are required to create Well I would refactor the DB design for a start!
Employ someone better! :) Seriously a 500 column table!
An HttpModule that moves ViewState to the bottom
posted by Kinlan(150) 5 years, 5 months ago 0
I seem to remember that the reason why viewstate is at the top of the page, is because if the page posts back before it finishes rendering at least the internal state of the page on the server can restore it's state correctly. If you have the viewstate at the end of the page and it hasn't finished rendering (i.e the viewstate has not been rendered) before the screen posts back then you are up a certain creek without a paddle... For that reason alone I would not recommend anyone use this method.
Easy HTML Screen Capture in Windows in three lines
posted by Kinlan(150) 5 years, 3 months ago 0
Hi Everybody, This was my Kick, if you like it or hate it please leave a comment. I appreciate it. Cheers, Paul Kinlan
Microformat .NET
posted by Kinlan(150) 4 years ago 0
Hi, Thanks for posing this link. It is hosted on codeplex and I am looking for suggestions and contact with people who are using my library to let me know what they think of it. Kind Regards, Paul Kinlan