Controls auflistung



  • Hallo,
    wie bekomme ich eine Auflistung aller Controls auf
    einer Webseite ?
    Ich meine sowas in der Richtung:

    foreach(Control c in Page)
    {
    string c_type = c.GetType.ToString();
    string c_text = c.Text;

    }

    Danke, Jim


Anmelden zum Antworten