Hi, I have page which has many DropDownLists. I want to access them all with foreach I had found some codes but they didn't worked for me. Some of them are having page.controls etc.
I have
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI.WebControls; using System.Web.UI;
Classes also in the project..
thx