Please excuse some of the broad generalizations that appear in this article, but they are some of the things that I have observed to be true of the ASP.NET community as a whole. Don’t take it personally, as it obviously doesn’t apply to all ASP.NET developers.
There are way too many ASP.NET developers out there that […]
Archive for June, 2008
ListBoxes and DropdownLists are 2 controls that I always disable ViewState for. I will explain why this is essential for page performance and I’ll show you how you can do this and still get the correct selected values. I’ll then go into an example of how you can do this even when the values are […]
