Donish 0 Newbie Poster

Hi All,

It's me again with another question!

I have a table in .aspx file on each row inside each cells I have controls such as Label, TextBox and Field validator. So what I want to do is give a user a CheckBox control if the user checks the CheckBox then the controls should appear and user should be able to fill them. Otherwise if CheckBox is unchecked the controls should disappear and the row following should be able to move up so that to not leave unnecessary blank space.

Note: The controls are inside CreateUserWizard step.

Thanks in advance!
Donish