i have an aspx page, that has two sections to it. the first section (the first half of the page - mostly text, and a couple of buttons) should be visible straight away, but not the second section. when one of these buttons is pressed, i want the first section to dissapear, and the second section to appear.
how can i do this?
ps - i tried putting each section in its own aspx:label, so i could change the visible status. when it got to the browser, the visible label had bcome a span, and the invisible label had been completely removed.
how can i do this?
ps - i tried putting each section in its own aspx:label, so i could change the visible status. when it got to the browser, the visible label had bcome a span, and the invisible label had been completely removed.