I bet you don't need all those to be server controls.
HTML controls are lighter weight.
In most cases labels don't need to be controls at all, it can just be
literal text on your page.
150 controls on a single page is a lot for a user to handle even if the
computer can handle it. You might consider breaking this out into pages for
more bite-sized usability.