How do I turn of descriptions of asp.net objects from the design screen?

It works differently at home on my Academic version (which is supposed to be
the same as the Retail Version).

For example:

At home:
My checkboxes will have [asp:checkbox] next to all my checkboxes - same with
radio buttons as well as [asp:textbox] inside my textboxes.

At Work (retail version)
The CheckBoxes have the ID next to the button (same with the radio buttons).
The Textboxes have nothing in them.

The problem is I can't design my page with those on there. The take up space
that would normally not be on my page and a set of buttons that normally take 1
row, will take 3 (because of the descriptions).

Thanks,

Tom