Gunnar Peipman's ASP.NET blog

Browse by Tags

All Tags » ASP.NET » Exceptions (RSS)
Avoiding exceptions using list controls
Avoiding excpetions is always a good practice because exceptions can hurt as when thay occure. They may cause also hard performance loss. Assigning selected value to list controls is one candidate for ArgumentOutOfRange exceptions. Often this problem...
More Posts