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:

How ASP.NET MVC Works Step by Step

How ASP.NET MVC Works Step by Step Introduction to ASP.NET MVC What is ASP.NET MVC? ASP.NET MVC is a web application framework devel...