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:

Accessibility Basics for Web Developers

Understanding Web Accessibility Definition and Importance Web accessibility refers to the design and development of websites, tools, and...