How to change the position of the Horizontal line dynamically ?

Posted by Hari on Stack Overflow See other posts from Stack Overflow or by Hari
Published on 2011-01-06T05:54:21Z Indexed on 2011/01/06 11:53 UTC
Read the original article Hit count: 120

Filed under:
|

I am making asp.net website. In that there is a link button (named Landline number).Below that there are three textboxes. And after that there is one horizontal line.

Now at a first time only link button and horizontal will be visible, and textboxes which is bellowed to link button will not be visible. Now if user will click on the link button then textboxes which is bellowed to link button will be visible. Then horizontal line which is at the first time bellowed to the link button should be adjust to its location and should go after textboxes.

And if user clicks to link button again then textboxes should be visible false. And horizontal line should be displayed its original position that is bellowed to the link button. Of course I am able to do with visibility of textboxes but I can not understand how to change the position of the horizontal line dynamically?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html