I am building a web app and learning asp.net as I go along. From what I understand I must declare every control that is on my presentation in my code-behind. My problem is I have many web controls and think its a big task to declare every control. Is there a quick and easy way that I can declare them in my code-behind? I wanted to use a for loop however, I dont know the best way to use the for loop. Please help.
James
James