Wednesday, March 30, 2005

C# Clearing dropdownlist.listitems

If you are trying to clear a listitems in asp.net simple type the following:

myList.Items.Clear();

Moojjoo Blog

No comments:

Best coding practices every developer should follow

Best Coding Practices Every Developer Should Follow Introduction In today’s fast-paced software development environment, adhering to...